We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1da879c commit 43db95bCopy full SHA for 43db95b
gradle/libs.versions.toml
@@ -1,8 +1,8 @@
1
[versions]
2
-jackson-core = "2.19.2"
+jackson-core = "2.20"
3
jakarta-annotations = "3.0.0"
4
-junit = "5.13.4"
5
-openapi-generator = "7.14.0"
+junit = "6.0.0"
+openapi-generator = "7.16.0"
6
7
[libraries]
8
jackson-annotations = { module = "com.fasterxml.jackson.core:jackson-annotations", version.ref = "jackson-core" }
settings.gradle.kts
@@ -1,6 +1,6 @@
plugins {
- id("com.gradle.develocity") version "4.1.1"
- id("com.gradle.common-custom-user-data-gradle-plugin") version "2.3"
+ id("com.gradle.develocity") version "4.2.1"
+ id("com.gradle.common-custom-user-data-gradle-plugin") version "2.4.0"
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
}
0 commit comments