@@ -11,6 +11,8 @@ build-plugins = "2025.1-SNAPSHOT"
1111
1212junit = " 5.13.4"
1313jacoco = " 0.8.11"
14+ updates = " 0.52.0"
15+ checker = " 0.6.16"
1416
1517[libraries ]
1618openapi-processor-api = { module = " io.openapiprocessor:openapi-processor-api" , version.ref = " api" }
@@ -56,15 +58,15 @@ spock = "org.spockframework:spock-core:2.3-groovy-4.0"
5658# for buildSrc convention plugins
5759plugin-build = { module = " io.openapiprocessor:build-plugins" , version.ref = " build-plugins" }
5860plugin-kotlin = { module = " org.jetbrains.kotlin:kotlin-gradle-plugin" , version.ref = " kotlin" }
59- plugin-checker = " org.checkerframework:checkerframework-gradle-plugin:0.6.16 "
60- plugin-outdated = " com.github.ben-manes:gradle-versions-plugin:0.52.0 "
61+ plugin-checker = { module = " org.checkerframework:checkerframework-gradle-plugin" , version.ref = " checker " }
62+ plugin-updates = { module = " com.github.ben-manes:gradle-versions-plugin" , version.ref = " updates " }
6163
6264[bundles ]
6365# jackson = ["jackson-databind", "jackson-yaml", "jackson-kotlin"]
6466# openapi-parser = ["openapi-parser-parser", "io-jackson"]
6567
6668[plugins ]
67- # kotlin = { id = "org.jetbrains.kotlin.jvm ", version.ref = "kotlin " }
69+ updates = { id = " com.github.ben-manes.versions " , version = " updates " }
6870jacoco = { id = " org.barfuin.gradle.jacocolog" , version = " 3.1.0" }
6971sonar = { id = " org.sonarqube" , version = " 6.2.0.5505" }
7072central = { id = " io.openapiprocessor.build.plugin.publish-central" , version.ref = " build-plugins" }
0 commit comments