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 4f1dc88 commit 847fc96Copy full SHA for 847fc96
build.gradle.kts
@@ -16,7 +16,7 @@ version = "1.2"
16
val mvnVersion = "3.9.11"
17
18
dependencies {
19
- implementation("com.google.code.gson:gson:2.13.1")
+ implementation("com.google.code.gson:gson:2.13.2")
20
21
compileOnly("org.apache.maven:maven-core:$mvnVersion")
22
compileOnly("org.apache.maven:maven-plugin-api:$mvnVersion")
0 commit comments