We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c639cc6 commit ab90c56Copy full SHA for ab90c56
gradle/libs.versions.toml
@@ -7,7 +7,7 @@ archunit = { module = "com.tngtech.archunit:archunit-junit5", version = "1.2.1"
7
azure-digital-twins = { module = "com.azure:azure-digitaltwins-core", version = "1.3.16" }
8
azure-identity = { module = "com.azure:azure-identity", version = "1.11.1" }
9
okhttp = { module = "com.squareup.okhttp3:okhttp", version = "4.12.0" }
10
-gson = { module = "com.google.code.gson:gson", version = "2.10.1" }
+gson = { module = "com.google.code.gson:gson", version = "2.12.1" }
11
jacamo = { module = "org.jacamo:jacamo", version = "1.1" }
12
junit-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }
13
junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
0 commit comments