Skip to content

Commit

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

chore(deps): bump org.objenesis:objenesis from 3.3 to 3.4
  • Loading branch information
ahunigel authored May 7, 2024
2 parents 2b928d6 + c372ffd commit 5753003
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 @@ -32,7 +32,7 @@ dependencies {
testImplementation platform("org.spockframework:spock-bom:2.3-groovy-4.0")
testImplementation 'org.spockframework:spock-core'
testImplementation 'net.bytebuddy:byte-buddy' // allows mocking of classes (in addition to interfaces)
testImplementation "org.objenesis:objenesis:3.3"
testImplementation "org.objenesis:objenesis:3.4"

testRuntimeOnly 'org.junit.vintage:junit-vintage-engine'
}
Expand Down

0 comments on commit 5753003

Please sign in to comment.