Skip to content

Commit 09e43f4

Browse files
Bump org.springframework.boot from 3.4.2 to 3.4.3
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.4.2 to 3.4.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.2...v3.4.3) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d843eaf commit 09e43f4

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 "2.12.0"
4-
id "org.springframework.boot" version "3.4.2"
4+
id "org.springframework.boot" version "3.4.3"
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 "2.12.0"
4-
id "org.springframework.boot" version "3.4.2"
4+
id "org.springframework.boot" version "3.4.3"
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 "2.12.0"
4-
id "org.springframework.boot" version "3.4.2"
4+
id "org.springframework.boot" version "3.4.3"
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 "2.12.0"
4-
id "org.springframework.boot" version "3.4.2"
4+
id "org.springframework.boot" version "3.4.3"
55
}
66

77
jar {

0 commit comments

Comments
 (0)