Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 29, 2022
1 parent 63ee379 commit ba8d7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ dependencies {
configurations.all {
resolutionStrategy {
cacheChangingModulesFor 0, 'seconds'
force 'org.objenesis:objenesis:2.6'
force 'org.objenesis:objenesis:3.3'
eachDependency { details ->
if ('org.jacoco' == details.requested.group) {
details.useVersion "$jacoco_version"
Expand Down

0 comments on commit ba8d7e2

Please sign in to comment.