Skip to content

Commit

Permalink
Merge pull request #1080 from ie3-institute/dependabot/gradle/dev/org…
Browse files Browse the repository at this point in the history
….objenesis-objenesis-3.4

Bump org.objenesis:objenesis from 3.3 to 3.4
  • Loading branch information
t-ober committed May 6, 2024
2 parents 2ec2f79 + 777c64d commit 693c36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies {

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

// testcontainers (docker framework for testing)
Expand Down

0 comments on commit 693c36c

Please sign in to comment.