Update dependency org.objenesis:objenesis to v3

pull/123/head
Renovate Bot 3 years ago
parent 2acae8f709
commit 22c5668133
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B

@ -129,7 +129,7 @@ dependencies {
resolutionStrategy { resolutionStrategy {
force(libs.junit4) force(libs.junit4)
// Temporary workaround for https://issuetracker.google.com/174733673 // Temporary workaround for https://issuetracker.google.com/174733673
force("org.objenesis:objenesis:2.6") force("org.objenesis:objenesis:3.2")
} }
} }
} }

Loading…
Cancel
Save