diff --git a/vividus-agent-reportportal/build.gradle b/vividus-agent-reportportal/build.gradle index 98841ff3da..60aa943250 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: '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 diff --git a/vividus-allure-adaptor/build.gradle b/vividus-allure-adaptor/build.gradle index c096d54987..ce203990e2 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.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') diff --git a/vividus-engine/build.gradle b/vividus-engine/build.gradle index 310f909951..eece0a4e86 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.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') diff --git a/vividus-extension-selenium/build.gradle b/vividus-extension-selenium/build.gradle index e946561cdb..1b036a1019 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.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) diff --git a/vividus-plugin-db/build.gradle b/vividus-plugin-db/build.gradle index 4efb1f398a..08ee13c7e7 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.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') diff --git a/vividus-plugin-rest-api/build.gradle b/vividus-plugin-rest-api/build.gradle index 566b97ad28..f6b8e8e60e 100644 --- a/vividus-plugin-rest-api/build.gradle +++ b/vividus-plugin-rest-api/build.gradle @@ -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}") diff --git a/vividus-plugin-visual/build.gradle b/vividus-plugin-visual/build.gradle index e031e082c1..55460adc8a 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.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') diff --git a/vividus-plugin-web-app/build.gradle b/vividus-plugin-web-app/build.gradle index 16c423299f..63183b7080 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.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') diff --git a/vividus-plugin-websocket/build.gradle b/vividus-plugin-websocket/build.gradle index 27a7bc03cd..d9902be071 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.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') diff --git a/vividus/build.gradle b/vividus/build.gradle index 22b9904a3d..6be1fca960 100644 --- a/vividus/build.gradle +++ b/vividus/build.gradle @@ -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')