Skip to content

Commit

Permalink
Merge pull request #297 from radarsh/feature/bump-dependency-versions
Browse files Browse the repository at this point in the history
Bump dependency versions
  • Loading branch information
radarsh committed Oct 23, 2022
2 parents 142df7b + 0aea617 commit c3964eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ dependencies {

testImplementation gradleTestKit()
testImplementation 'org.spockframework:spock-core:2.0-groovy-3.0'
testImplementation 'net.bytebuddy:byte-buddy:1.12.7'
testImplementation 'org.objenesis:objenesis:3.2'
testImplementation 'net.bytebuddy:byte-buddy:1.12.18'
testImplementation 'org.objenesis:objenesis:3.3'
testImplementation 'commons-io:commons-io:2.11.0'

functionalTestImplementation localGroovy()
Expand Down

0 comments on commit c3964eb

Please sign in to comment.