From b078f1907120965e7bf7f95a3279c3c119a9d8b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 09:05:42 +0000 Subject: [PATCH] Bump org.springframework:spring-framework-bom from 6.1.8 to 6.1.9 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](https://github.com/spring-projects/spring-framework/compare/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] --- vividus-agent-reportportal/build.gradle | 2 +- vividus-allure-adaptor/build.gradle | 2 +- vividus-engine/build.gradle | 2 +- vividus-extension-selenium/build.gradle | 2 +- vividus-plugin-db/build.gradle | 2 +- vividus-plugin-rest-api/build.gradle | 2 +- vividus-plugin-visual/build.gradle | 2 +- vividus-plugin-web-app/build.gradle | 2 +- vividus-plugin-websocket/build.gradle | 2 +- vividus/build.gradle | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/vividus-agent-reportportal/build.gradle b/vividus-agent-reportportal/build.gradle index 9d8328eaa7..a8f16579d8 100644 --- a/vividus-agent-reportportal/build.gradle +++ b/vividus-agent-reportportal/build.gradle @@ -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 diff --git a/vividus-allure-adaptor/build.gradle b/vividus-allure-adaptor/build.gradle index 1c1ed25f46..8151ed4a9f 100644 --- a/vividus-allure-adaptor/build.gradle +++ b/vividus-allure-adaptor/build.gradle @@ -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') diff --git a/vividus-engine/build.gradle b/vividus-engine/build.gradle index 48594cf15d..8257126a37 100644 --- a/vividus-engine/build.gradle +++ b/vividus-engine/build.gradle @@ -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') diff --git a/vividus-extension-selenium/build.gradle b/vividus-extension-selenium/build.gradle index e228627223..4bed4d6549 100644 --- a/vividus-extension-selenium/build.gradle +++ b/vividus-extension-selenium/build.gradle @@ -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) diff --git a/vividus-plugin-db/build.gradle b/vividus-plugin-db/build.gradle index c8279db908..d44711ea40 100644 --- a/vividus-plugin-db/build.gradle +++ b/vividus-plugin-db/build.gradle @@ -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') diff --git a/vividus-plugin-rest-api/build.gradle b/vividus-plugin-rest-api/build.gradle index 99327282ff..4a4d0d7845 100644 --- a/vividus-plugin-rest-api/build.gradle +++ b/vividus-plugin-rest-api/build.gradle @@ -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) diff --git a/vividus-plugin-visual/build.gradle b/vividus-plugin-visual/build.gradle index 5d045a50a1..8cc186378c 100644 --- a/vividus-plugin-visual/build.gradle +++ b/vividus-plugin-visual/build.gradle @@ -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') diff --git a/vividus-plugin-web-app/build.gradle b/vividus-plugin-web-app/build.gradle index 392a5f2eef..5b9cf3cc64 100644 --- a/vividus-plugin-web-app/build.gradle +++ b/vividus-plugin-web-app/build.gradle @@ -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') diff --git a/vividus-plugin-websocket/build.gradle b/vividus-plugin-websocket/build.gradle index 21fc7968f6..bbbbc64a59 100644 --- a/vividus-plugin-websocket/build.gradle +++ b/vividus-plugin-websocket/build.gradle @@ -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') diff --git a/vividus/build.gradle b/vividus/build.gradle index f8a0c62406..968f2e889b 100644 --- a/vividus/build.gradle +++ b/vividus/build.gradle @@ -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')