Skip to content

Commit b567001

Browse files
Bump org.springframework.boot from 3.5.6 to 3.5.7
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.5.6 to 3.5.7. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.6...v3.5.7) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 3.5.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4a2d630 commit b567001

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

selenium-webdriver-junit4/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id "java"
33
id "io.qameta.allure" version "3.0.0"
4-
id "org.springframework.boot" version "3.5.6"
4+
id "org.springframework.boot" version "3.5.7"
55
}
66

77
jar {

selenium-webdriver-junit5-seljup/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id "java"
33
id "io.qameta.allure" version "3.0.0"
4-
id "org.springframework.boot" version "3.5.6"
4+
id "org.springframework.boot" version "3.5.7"
55
}
66

77
jar {

selenium-webdriver-junit5/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id "java"
33
id "io.qameta.allure" version "3.0.0"
4-
id "org.springframework.boot" version "3.5.6"
4+
id "org.springframework.boot" version "3.5.7"
55
}
66

77
jar {

selenium-webdriver-testng/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id "java"
33
id "io.qameta.allure" version "3.0.0"
4-
id "org.springframework.boot" version "3.5.6"
4+
id "org.springframework.boot" version "3.5.7"
55
}
66

77
jar {

0 commit comments

Comments
 (0)