Skip to content

Commit

Permalink
Bump org.springframework:spring-framework-bom from 6.1.8 to 6.1.9 (#5131
Browse files Browse the repository at this point in the history
)

Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.1.8 to 6.1.9.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.8...v6.1.9)

---
updated-dependencies:
- dependency-name: org.springframework:spring-framework-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 16, 2024
1 parent 32cb04e commit 88960a5
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion vividus-agent-reportportal/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
implementation project(':vividus-soft-assert')
implementation project(':vividus-reporter')
implementation(group: 'com.google.guava', name: 'guava', version: '33.2.1-jre')
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.8')
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.9')
implementation(group: 'org.springframework', name: 'spring-context')

// ReportPortal
Expand Down
2 changes: 1 addition & 1 deletion vividus-allure-adaptor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
implementation platform(group: 'io.qameta.allure', name: 'allure-bom', version: '2.27.0')
implementation(group: 'io.qameta.allure', name: 'allure-java-commons')

implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.8')
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.9')
implementation(group: 'org.springframework', name: 'spring-core')
implementation(group: 'com.google.guava', name: 'guava', version: '33.2.1-jre')
implementation(group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1')
Expand Down
2 changes: 1 addition & 1 deletion vividus-engine/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
implementation(group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0')
implementation platform(group: 'org.slf4j', name: 'slf4j-bom', version: '2.0.13')
implementation(group: 'org.slf4j', name: 'slf4j-api')
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.8')
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.9')
implementation(group: 'org.springframework', name: 'spring-beans')
implementation(group: 'com.google.guava', name: 'guava', version: '33.2.1-jre')
implementation(group: 'jakarta.inject', name: 'jakarta.inject-api', version: '2.0.1')
Expand Down
2 changes: 1 addition & 1 deletion vividus-extension-selenium/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ configurations {
implementation platform(group: 'org.slf4j', name: 'slf4j-bom', version: '2.0.13')
implementation(group: 'org.slf4j', name: 'slf4j-api')
implementation(group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0')
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.8')
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.9')
implementation(group: 'org.springframework', name: 'spring-core')

compileOnly(group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: spotbugsVersion)
Expand Down
2 changes: 1 addition & 1 deletion vividus-plugin-db/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
implementation project(':vividus-soft-assert')
implementation project(':vividus-util')

implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.8')
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.9')
implementation(group: 'org.springframework', name: 'spring-jdbc')
implementation platform(group: 'org.slf4j', name: 'slf4j-bom', version: '2.0.13')
implementation(group: 'org.slf4j', name: 'slf4j-api')
Expand Down
2 changes: 1 addition & 1 deletion vividus-plugin-rest-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
implementation project(':vividus-test-context')
implementation project(':vividus-util')

implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.8')
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.9')
implementation(group: 'org.springframework', name: 'spring-web')
implementation(group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0')
implementation(group: 'com.github.vividus-framework.JsonPath', name: 'json-path', version: versions.jsonPath)
Expand Down
2 changes: 1 addition & 1 deletion vividus-plugin-visual/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
implementation project(':vividus-extension-visual-testing')

blobStorageImplementation project(':vividus-plugin-azure-storage-account')
blobStorageImplementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.8')
blobStorageImplementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.9')
blobStorageImplementation(group: 'org.springframework', name: 'spring-context')
blobStorageImplementation platform(group: 'com.azure', name: 'azure-sdk-bom', version: '1.2.24')
blobStorageImplementation(group: 'com.azure', name: 'azure-storage-blob')
Expand Down
2 changes: 1 addition & 1 deletion vividus-plugin-web-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
implementation(group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '5.8.0') {
exclude group: 'com.github.docker-java'
}
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.8')
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.9')
implementation(group: 'org.springframework', name: 'spring-context')
implementation(group: 'org.apache.commons', name: 'commons-text', version: '1.12.0')
implementation platform(group: 'org.slf4j', name: 'slf4j-bom', version: '2.0.13')
Expand Down
2 changes: 1 addition & 1 deletion vividus-plugin-websocket/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
implementation project(':vividus-soft-assert')
implementation project(':vividus-util')

implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.8')
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.9')
implementation(group: 'org.springframework', name: 'spring-websocket')
implementation(group: 'org.eclipse.jetty.ee10.websocket', name: 'jetty-ee10-websocket-jakarta-client', version: '12.0.10')

Expand Down
2 changes: 1 addition & 1 deletion vividus/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ dependencies {
implementation(group: 'org.apache.groovy', name: 'groovy', version: '4.0.21')

// Spring
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.8')
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.9')
implementation(group: 'org.springframework', name: 'spring-context')
implementation(group: 'org.springframework.vault', name: 'spring-vault-core', version: '3.1.1')

Expand Down

0 comments on commit 88960a5

Please sign in to comment.