Skip to content

Commit

Permalink
Bump org.springframework:spring-framework-bom from 6.1.0 to 6.1.1 (#4591
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.0 to 6.1.1.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.0...v6.1.1)

---
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 Nov 23, 2023
1 parent f19e618 commit dc4c3fb
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: '32.1.3-jre')
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.0')
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.1')
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.24.0')
implementation(group: 'io.qameta.allure', name: 'allure-java-commons')

implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.0')
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.1')
implementation(group: 'org.springframework', name: 'spring-core')
implementation(group: 'com.google.guava', name: 'guava', version: '32.1.3-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.9')
implementation(group: 'org.slf4j', name: 'slf4j-api')
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.0')
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.1')
implementation(group: 'org.springframework', name: 'spring-beans')
implementation(group: 'com.google.guava', name: 'guava', version: '32.1.3-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.9')
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.0')
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.1')
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.0')
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.1')
implementation(group: 'org.springframework', name: 'spring-jdbc')
implementation platform(group: 'org.slf4j', name: 'slf4j-bom', version: '2.0.9')
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 @@ -11,7 +11,7 @@ dependencies {
implementation project(':vividus-test-context')
implementation project(':vividus-util')

implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.0')
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.1')
implementation(group: 'org.springframework', name: 'spring-web')
implementation(group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0')
implementation(group: 'com.jayway.jsonpath', name: 'json-path', version: "${jsonPathVersion}")
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.0')
blobStorageImplementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.1')
blobStorageImplementation(group: 'org.springframework', name: 'spring-context')
blobStorageImplementation platform(group: 'com.azure', name: 'azure-sdk-bom', version: '1.2.18')
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.6.2') {
exclude group: 'com.github.docker-java'
}
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.0')
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.1')
implementation(group: 'org.springframework', name: 'spring-context')
implementation(group: 'org.apache.commons', name: 'commons-text', version: '1.11.0')
implementation platform(group: 'org.slf4j', name: 'slf4j-bom', version: '2.0.9')
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.0')
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.1')
implementation(group: 'org.springframework', name: 'spring-websocket')
implementation(group: 'org.eclipse.jetty.websocket', name: 'websocket-jakarta-client', version: '11.0.18')

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

// Spring
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.0')
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '6.1.1')
implementation(group: 'org.springframework', name: 'spring-context')
implementation(group: 'org.springframework.vault', name: 'spring-vault-core', version: '3.0.4')

Expand Down

0 comments on commit dc4c3fb

Please sign in to comment.