Skip to content

Commit cdafd1b

Browse files
Thor Tudal LauridsenThor Tudal Lauridsen
authored andcommitted
chore: Minor update in local.versions.toml
Use kebab-case instead of camelCase for consistency in local.versions.toml.
1 parent d18a42b commit cdafd1b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

gradle/local.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[versions]
22
h2database = "2.4.240"
3-
junitPlatformLauncher = "6.0.1"
3+
junit-platform-launcher = "6.0.1"
44
lombok = "9.1.0"
55
postgres = "42.7.8"
66
springboot = "4.0.1"
7-
springDependencyPlugin = "1.1.7"
7+
spring-dependency-plugin = "1.1.7"
88
springdoc = "3.0.1"
99
testcontainers = "1.21.4"
1010

@@ -13,7 +13,7 @@ testcontainers = "1.21.4"
1313
h2database = { 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
1919
postgres = { module = "org.postgresql:postgresql", version.ref = "postgres" }
@@ -41,4 +41,4 @@ lombok = { id = "io.freefair.lombok", version.ref = "lombok" }
4141

4242
# Spring plugins
4343
springboot = { 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" }

0 commit comments

Comments
 (0)