Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphiMC committed Jun 19, 2024
2 parents b2db281 + 65d087d commit 3b27358
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id "java-library"
id "maven-publish"
id "signing"
id "net.raphimc.class-token-replacer" version "1.0.0"
id "net.raphimc.class-token-replacer" version "1.0.1"
id "io.freefair.lombok" version "8.6"
}

Expand All @@ -28,7 +28,7 @@ dependencies {
compileOnly sourceSets.javaFxStub.output

api "net.lenni0451.commons:httpclient:1.5.1"
api "com.google.code.gson:gson:2.10.1"
api "com.google.code.gson:gson:2.11.0"
api "io.jsonwebtoken:jjwt-impl:0.12.5"
api("io.jsonwebtoken:jjwt-gson:0.12.5") {
exclude group: "com.google.code.gson", module: "gson"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 3b27358

Please sign in to comment.