Skip to content

Commit

Permalink
Upgrade to Objenesis 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Sep 12, 2024
1 parent e7e321a commit 5320388
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 @@ -64,7 +64,7 @@ dependencies {
testImplementation "org.graceframework.plugins:scaffolding:$scaffoldingVersion"
testImplementation "org.spockframework:spock-core:$spockVersion"
testImplementation "net.bytebuddy:byte-buddy:$bytebuddyVersion"
testImplementation "org.objenesis:objenesis:3.2"
testImplementation "org.objenesis:objenesis:$objenesisVersion"
testImplementation "org.apache.groovy:groovy-test-junit5:$groovyVersion"
testImplementation "org.junit.jupiter:junit-jupiter-api:5.8.2"
testImplementation "org.junit.platform:junit-platform-runner:1.8.2"
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ cglibNodepVersion=3.2.9
jansiVersion=1.18
javaParserCoreVersion=3.26.2
joddWotVersion=3.3.8
objenesisVersion=3.3
scaffoldingVersion=6.0.1
servletApiVersion=6.0.0
spockVersion=2.3-groovy-4.0
Expand Down

0 comments on commit 5320388

Please sign in to comment.