@@ -14,6 +14,7 @@ kotlin = "2.2.20"
1414ktor = " 3.3.1"
1515logback = " 1.5.19"
1616micronaut = " 4.9.3"
17+ micronautApplication = " 4.6.0"
1718micronautKotlin = " 4.7.0"
1819micronautSerde = " 2.16.1"
1920mockk = " 1.14.6"
@@ -22,9 +23,11 @@ pulumi = "1.16.2"
2223pulumiAws = " 7.8.0"
2324pulumiAwsNative = " 1.37.0"
2425quarkus = " 3.28.4"
26+ shadow = " 9.2.2"
2527springBoot = " 3.5.6"
2628typeflows = " 0.31.0-beta"
2729version-catalog-update = " 1.0.1"
30+ versions = " 0.53.0"
2831
2932[libraries ]
3033arrow-core = { module = " io.arrow-kt:arrow-core" , version.ref = " arrow" }
@@ -40,12 +43,12 @@ http4k-standards = { module = "org.http4k.standards:typeflows", version.ref = "h
4043jackson-module-kotlin = { module = " com.fasterxml.jackson.module:jackson-module-kotlin" , version.ref = " jackson" }
4144jsoup = { module = " org.jsoup:jsoup" , version.ref = " jsoup" }
4245junit-bom = { module = " org.junit:junit-bom" , version.ref = " junit" }
43- junit-jupiter-api = { module = " org.junit.jupiter:junit-jupiter-api" }
44- junit-jupiter-engine = { module = " org.junit.jupiter:junit-jupiter-engine" }
46+ junit-jupiter-api = { module = " org.junit.jupiter:junit-jupiter-api" , version.ref = " junit " }
47+ junit-jupiter-engine = { module = " org.junit.jupiter:junit-jupiter-engine" , version.ref = " junit " }
4548junit-platform-launcher = { module = " org.junit.platform:junit-platform-launcher" , version.ref = " junit" }
46- kotlin-reflect = { module = " org.jetbrains.kotlin:kotlin-reflect" }
47- kotlin-test-junit = { module = " org.jetbrains.kotlin:kotlin-test-junit" }
48- kotlin-test-junit5 = { module = " org.jetbrains.kotlin:kotlin-test-junit5" }
49+ kotlin-reflect = { module = " org.jetbrains.kotlin:kotlin-reflect" , version.ref = " kotlin " }
50+ kotlin-test-junit = { module = " org.jetbrains.kotlin:kotlin-test-junit" , version.ref = " kotlin " }
51+ kotlin-test-junit5 = { module = " org.jetbrains.kotlin:kotlin-test-junit5" , version.ref = " kotlin " }
4952ktor-server-config-yaml = { module = " io.ktor:ktor-server-config-yaml" , version.ref = " ktor" }
5053ktor-server-core = { module = " io.ktor:ktor-server-core-jvm" , version.ref = " ktor" }
5154ktor-server-netty = { module = " io.ktor:ktor-server-netty" , version.ref = " ktor" }
@@ -73,12 +76,12 @@ typeflows-github-marketplace = { module = "io.typeflows:typeflows-github-marketp
7376[plugins ]
7477kotlin-jvm = { id = " org.jetbrains.kotlin.jvm" , version.ref = " kotlin" }
7578ksp = { id = " com.google.devtools.ksp" , version.ref = " com-google-devtools-ksp" }
76- micronaut-application = " io.micronaut.application:4.6.0 "
79+ micronaut-application = { id = " io.micronaut.application" , version.ref = " micronautApplication " }
7780quarkus = { id = " io.quarkus" , version.ref = " quarkus" }
78- shadow = " com.gradleup.shadow:9.2.2 "
81+ shadow = { id = " com.gradleup.shadow" , version.ref = " shadow " }
7982typeflows = { id = " io.typeflows" , version.ref = " typeflows" }
8083version-catalog-update = { id = " nl.littlerobots.version-catalog-update" , version.ref = " version-catalog-update" }
81- versions = " com.github.ben-manes.versions:0.53.0 "
84+ versions = { id = " com.github.ben-manes.versions" , version.ref = " versions " }
8285
8386[bundles ]
8487junit-testing = [
0 commit comments