Skip to content

Commit 9cc9433

Browse files
Bump objenesis from 3.2 to 3.3 (#636)
1 parent 35bc117 commit 9cc9433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ dependencies {
7575
// testing
7676
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.0'
7777
testImplementation 'org.spockframework:spock-core:2.1-groovy-3.0'
78-
testImplementation 'org.objenesis:objenesis:3.2' // Mock creation with constructor parameters
78+
testImplementation 'org.objenesis:objenesis:3.3' // Mock creation with constructor parameters
7979

8080
// testcontainers (docker framework for testing)
8181
testImplementation "org.testcontainers:testcontainers:$testcontainersVersion"

0 commit comments

Comments
 (0)