Skip to content

Commit eca17ed

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

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.1"
4-
id "org.springframework.boot" version "3.5.7"
4+
id "org.springframework.boot" version "4.0.0"
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.1"
4-
id "org.springframework.boot" version "3.5.7"
4+
id "org.springframework.boot" version "4.0.0"
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.1"
4-
id "org.springframework.boot" version "3.5.7"
4+
id "org.springframework.boot" version "4.0.0"
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.1"
4-
id "org.springframework.boot" version "3.5.7"
4+
id "org.springframework.boot" version "4.0.0"
55
}
66

77
jar {

0 commit comments

Comments
 (0)