Skip to content

Commit 693c36c

Browse files
authored
Merge pull request #1080 from ie3-institute/dependabot/gradle/dev/org.objenesis-objenesis-3.4
Bump org.objenesis:objenesis from 3.3 to 3.4
2 parents 2ec2f79 + 777c64d commit 693c36c

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
@@ -72,7 +72,7 @@ dependencies {
7272

7373
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
7474
testImplementation "org.spockframework:spock-core:2.3-groovy-$groovyVersion"
75-
testImplementation 'org.objenesis:objenesis:3.3' // Mock creation with constructor parameters
75+
testImplementation 'org.objenesis:objenesis:3.4' // Mock creation with constructor parameters
7676
testImplementation 'net.bytebuddy:byte-buddy:1.14.14' // Mocks of classes
7777

7878
// testcontainers (docker framework for testing)

0 commit comments

Comments
 (0)