We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15c672d commit 6547818Copy full SHA for 6547818
1 file changed
gradle/libs.versions.toml
@@ -4,7 +4,7 @@ processor = "2025.1-SNAPSHOT"
4
kotlin = "2.2.21"
5
target-jdk = "11"
6
build-jdk = "17"
7
-build-plugins = "2025.11"
+build-plugins = "2025.12"
8
9
api = "2024.2"
10
parser = "2025.6-SNAPSHOT"
@@ -18,7 +18,7 @@ openapi-parser-parser = { module = "io.openapiprocessor:openapi-parser" }
18
io-jackson = { module = "io.openapiprocessor:io-jackson" }
19
diff = { module = "io.github.java-diff-utils:java-diff-utils", version = "4.16" }
20
21
-logback = "ch.qos.logback:logback-classic:1.5.21"
+logback = "ch.qos.logback:logback-classic:1.5.22"
22
23
kotest-bom = "io.kotest:kotest-bom:6.0.7"
24
kotest-runner = { module = "io.kotest:kotest-runner-junit5" }
0 commit comments