Skip to content

Commit

Permalink
Merge pull request #12986 from nextcloud/renovate/org.objenesis-objen…
Browse files Browse the repository at this point in the history
…esis-3.x

Update dependency org.objenesis:objenesis to v3.4
  • Loading branch information
AndyScherzinger committed Jun 21, 2024
2 parents d504fc7 + 189a61f commit 58ef7d4
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 @@ -429,7 +429,7 @@ dependencies {
configurations.configureEach {
resolutionStrategy {
cacheChangingModulesFor 0, 'seconds'
force 'org.objenesis:objenesis:3.3'
force 'org.objenesis:objenesis:3.4'
eachDependency { details ->
if ('org.jacoco' == details.requested.group) {
details.useVersion "$jacoco_version"
Expand Down

0 comments on commit 58ef7d4

Please sign in to comment.