Skip to content

Commit

Permalink
Merge pull request #6 from unnamed/renovate/org.javassist-javassist-3.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency org.javassist:javassist to v3.30.2-ga
  • Loading branch information
yusshu authored May 5, 2024
2 parents 3234271 + 7fe6df0 commit 3068a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {
}

dependencies {
api("org.javassist:javassist:3.30.1-GA")
api("org.javassist:javassist:3.30.2-GA")
compileOnlyApi("org.jetbrains:annotations:24.0.1")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
Expand Down

0 comments on commit 3068a5b

Please sign in to comment.