Skip to content

Commit 31ec6f8

Browse files
Bump springBootVersion from 3.1.0 to 3.1.2 (#219)
Bumps `springBootVersion` from 3.1.0 to 3.1.2. Updates `org.springframework.boot:spring-boot-dependencies` from 3.1.0 to 3.1.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.1.0...v3.1.2) Updates `org.springframework.boot:spring-boot-starter-test` from 3.1.0 to 3.1.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.1.0...v3.1.2) Updates `org.springframework.boot:spring-boot-starter-data-redis` from 3.1.0 to 3.1.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.1.0...v3.1.2) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-data-redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a28f457 commit 31ec6f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
buildscript {
22
ext {
33
jmockitVersion = "1.49"
4-
springBootVersion = "3.1.0"
4+
springBootVersion = "3.1.2"
55
}
66
}
77

0 commit comments

Comments
 (0)