File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[versions ]
22h2database = " 2.4.240"
3- junitPlatformLauncher = " 6.0.1"
3+ junit-platform-launcher = " 6.0.1"
44lombok = " 9.1.0"
55postgres = " 42.7.8"
66springboot = " 4.0.1"
7- springDependencyPlugin = " 1.1.7"
7+ spring-dependency-plugin = " 1.1.7"
88springdoc = " 3.0.1"
99testcontainers = " 1.21.4"
1010
@@ -13,7 +13,7 @@ testcontainers = "1.21.4"
1313h2database = { module = " com.h2database:h2" , version.ref = " h2database" }
1414
1515# JUnit platform launcher for running JUnit tests
16- junit-platform-launcher = { module = " org.junit.platform:junit-platform-launcher" , version.ref = " junitPlatformLauncher " }
16+ junit-platform-launcher = { module = " org.junit.platform:junit-platform-launcher" , version.ref = " junit-platform-launcher " }
1717
1818# PostgreSQL for a live database
1919postgres = { module = " org.postgresql:postgresql" , version.ref = " postgres" }
@@ -41,4 +41,4 @@ lombok = { id = "io.freefair.lombok", version.ref = "lombok" }
4141
4242# Spring plugins
4343springboot = { id = " org.springframework.boot" , version.ref = " springboot" }
44- spring-dependencies = { id = " io.spring.dependency-management" , version.ref = " springDependencyPlugin " }
44+ spring-dependencies = { id = " io.spring.dependency-management" , version.ref = " spring-dependency-plugin " }
You can’t perform that action at this time.
0 commit comments