Skip to content

Commit

Permalink
Update dependency org.objenesis:objenesis to v3.3 (#320)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 1, 2023
1 parent 20c8fa7 commit 0712e81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
testImplementation "org.spockframework:spock-core"
testImplementation "org.spockframework:spock-junit4"
testRuntimeOnly 'cglib:cglib-nodep:3.3.0'
testRuntimeOnly 'org.objenesis:objenesis:3.0.1'
testRuntimeOnly 'org.objenesis:objenesis:3.3'
testRuntimeOnly 'ch.qos.logback:logback-classic:1.4.5'
}

Expand Down
2 changes: 1 addition & 1 deletion server-integration-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
testImplementation "org.spockframework:spock-junit4"
testRuntimeOnly 'ch.qos.logback:logback-classic:1.4.5'
testRuntimeOnly 'cglib:cglib-nodep:3.3.0'
testRuntimeOnly 'org.objenesis:objenesis:3.0.1'
testRuntimeOnly 'org.objenesis:objenesis:3.3'
}

test {
Expand Down

0 comments on commit 0712e81

Please sign in to comment.