Skip to content

Commit

Permalink
chore(deps): bump org.objenesis:objenesis from 3.3 to 3.4
Browse files Browse the repository at this point in the history
Bumps [org.objenesis:objenesis](https://github.com/easymock/objenesis) from 3.3 to 3.4.
- [Release notes](https://github.com/easymock/objenesis/releases)
- [Commits](easymock/objenesis@3.3...3.4)

---
updated-dependencies:
- dependency-name: org.objenesis:objenesis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 23df086 commit c372ffd
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 c372ffd

Please sign in to comment.