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.
2 parents 50a8286 + 15c5167 commit 6875945Copy full SHA for 6875945
build.gradle.kts
@@ -12,7 +12,7 @@ dependencies {
12
13
implementation("commons-io:commons-io:2.16.1")
14
implementation("com.auth0:java-jwt:4.3.0")
15
- implementation("com.google.code.gson:gson:2.10.1")
+ implementation("com.google.code.gson:gson:2.11.0")
16
implementation("org.json:json:20240303")
17
testImplementation("org.junit.jupiter:junit-jupiter-api:${junitVersion}")
18
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:${junitVersion}")
0 commit comments