Skip to content

Commit 55da164

Browse files
Bump org.springframework.boot from 2.7.15 to 2.7.16 in /examples
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.7.15 to 2.7.16. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.7.15...v2.7.16) --- 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 e84ef48 commit 55da164

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/selenium-container/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '2.7.15'
3+
id 'org.springframework.boot' version '2.7.16'
44
}
55
apply plugin: 'io.spring.dependency-management'
66

examples/spring-boot/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '2.7.15'
3+
id 'org.springframework.boot' version '2.7.16'
44
}
55
apply plugin: 'io.spring.dependency-management'
66

0 commit comments

Comments
 (0)