Skip to content

Commit

Permalink
Upgrade to Javassist 3.30.2-GA
Browse files Browse the repository at this point in the history
Closes gh-6
  • Loading branch information
rainboyan committed Oct 7, 2024
1 parent 2619344 commit abffb2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dependencies {
exclude group:'org.multiverse', module:'multiverse-core'
exclude group:'org.codehaus.groovy', module: 'groovy-all'
}
testImplementation 'javassist:javassist:3.12.0.GA'
testImplementation "javassist:javassist:$javassistVersion"
testImplementation "org.apache.groovy:groovy-dateutil:$groovyVersion"
testImplementation "cglib:cglib-nodep:$cglibNodepVersion"
testImplementation("org.jodd:jodd-wot:$joddWotVersion") {
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ groovyVersion=4.0.23
cglibNodepVersion=3.2.9
jansiVersion=2.4.0
javaParserCoreVersion=3.26.2
javassistVersion=3.30.2-GA
joddWotVersion=3.3.8
servletApiVersion=6.0.0
chromeDriverVersion=98.0.4758.80
Expand Down

0 comments on commit abffb2d

Please sign in to comment.