Skip to content

Commit e3d2d25

Browse files
fix(deps): update spring boot to v3.5.0 (#25)
* fix(deps): update spring boot to v3.5.0 * build: Update JUnit from 1.11.4 to 1.12.1 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Thor Tudal Lauridsen <30320530+thorlauridsen@users.noreply.github.com>
1 parent e0ed4c8 commit e3d2d25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/local.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
coroutines = "1.10.2"
33
h2database = "2.3.232"
44
jackson = "2.19.0"
5-
junitPlatformLauncher = "1.11.4"
5+
junitPlatformLauncher = "1.12.1"
66
kotlin = "2.1.21"
77
liquibase = "4.32.0"
88
postgres = "42.7.5"
99
r2dbcH2 = "1.0.0.RELEASE"
1010
r2dbcPostgres = "1.0.7.RELEASE"
11-
springboot = "3.4.5"
11+
springboot = "3.5.0"
1212
springDependencyPlugin = "1.1.7"
1313
springdoc = "2.8.8"
1414

0 commit comments

Comments
 (0)