Skip to content

Commit

Permalink
Merge pull request #484 from kieker-monitoring/dependabot/gradle/org.…
Browse files Browse the repository at this point in the history
…javassist-javassist-3.30.2-GA

Bump org.javassist:javassist from 3.29.2-GA to 3.30.2-GA
  • Loading branch information
rju committed Jan 25, 2024
2 parents 00e0e91 + ea3d95c commit 1a1292e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitoring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ dependencies {
// testing
testImplementation "org.hamcrest:hamcrest:$libHamcrestVersion"

testImplementation "org.javassist:javassist:3.29.2-GA"
testImplementation "org.javassist:javassist:3.30.2-GA"

testImplementation "junit:junit:$libJunitVersion"

Expand Down

0 comments on commit 1a1292e

Please sign in to comment.