Skip to content

Commit

Permalink
Bump org.springframework:spring-framework-bom from 6.1.14 to 6.2.0 (#…
Browse files Browse the repository at this point in the history
…5510)

Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.1.14 to 6.2.0.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.14...v6.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 16, 2024
1 parent 3e83389 commit 1737864
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 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.3.1-jre')
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.14')
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.2.0')
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.29.0')
implementation(group: 'io.qameta.allure', name: 'allure-java-commons')

implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.14')
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.2.0')
implementation(group: 'org.springframework', name: 'spring-core')
implementation(group: 'com.google.guava', name: 'guava', version: '33.3.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.17.0')
implementation platform(group: 'org.slf4j', name: 'slf4j-bom', version: '2.0.16')
implementation(group: 'org.slf4j', name: 'slf4j-api')
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.14')
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.2.0')
implementation(group: 'org.springframework', name: 'spring-beans')
implementation(group: 'org.springframework', name: 'spring-context')
implementation(group: 'com.google.guava', name: 'guava', version: '33.3.1-jre')
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.16')
implementation(group: 'org.slf4j', name: 'slf4j-api')
implementation(group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.0')
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.14')
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.2.0')
implementation(group: 'org.springframework', name: 'spring-core')
implementation(group: 'org.springframework', name: 'spring-context')

Expand Down
2 changes: 1 addition & 1 deletion vividus-extension-web-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project.description = 'VIVIDUS extension for web application testing plugins'
implementation project(':vividus-http-client')
implementation project(':vividus-util')
implementation(group: 'com.google.guava', name: 'guava', version: '33.3.1-jre')
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.14')
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.2.0')
implementation(group: 'org.springframework', name: 'spring-context')
implementation(group: 'org.springframework', name: 'spring-core')
implementation(group: 'commons-io', name: 'commons-io', version: '2.17.0')
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.14')
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.2.0')
implementation(group: 'org.springframework', name: 'spring-jdbc')
implementation platform(group: 'org.slf4j', name: 'slf4j-bom', version: '2.0.16')
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.14')
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.2.0')
implementation(group: 'org.springframework', name: 'spring-web')
implementation(group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.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.14')
blobStorageImplementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.2.0')
blobStorageImplementation(group: 'org.springframework', name: 'spring-context')
blobStorageImplementation platform(group: 'com.azure', name: 'azure-sdk-bom', version: '1.2.29')
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.9.2') {
exclude group: 'com.github.docker-java'
}
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.14')
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.2.0')
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.16')
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.14')
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.2.0')
implementation(group: 'org.springframework', name: 'spring-websocket')
implementation(group: 'org.eclipse.jetty.ee10.websocket', name: 'jetty-ee10-websocket-jakarta-client', version: '12.0.15')

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.24')

// Spring
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.14')
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.2.0')
implementation(group: 'org.springframework', name: 'spring-context')
implementation(group: 'org.springframework.vault', name: 'spring-vault-core', version: '3.1.2')

Expand Down

0 comments on commit 1737864

Please sign in to comment.