Skip to content

Commit fdc06d9

Browse files
fix(deps): update dependency org.objenesis:objenesis to v3.5 (#470)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 105a72f commit fdc06d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

groovy-ssh/core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
testImplementation "org.spockframework:spock-core"
2020
testImplementation "org.spockframework:spock-junit4"
2121
testRuntimeOnly 'cglib:cglib-nodep:3.3.0'
22-
testRuntimeOnly 'org.objenesis:objenesis:3.4'
22+
testRuntimeOnly 'org.objenesis:objenesis:3.5'
2323
testRuntimeOnly 'ch.qos.logback:logback-classic:1.5.27'
2424
}
2525

groovy-ssh/server-integration-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
testImplementation "org.spockframework:spock-junit4"
2121
testRuntimeOnly 'ch.qos.logback:logback-classic:1.5.27'
2222
testRuntimeOnly 'cglib:cglib-nodep:3.3.0'
23-
testRuntimeOnly 'org.objenesis:objenesis:3.4'
23+
testRuntimeOnly 'org.objenesis:objenesis:3.5'
2424
}
2525

2626
test {

0 commit comments

Comments
 (0)