Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 10, 2023
1 parent 5a4ba14 commit a12e332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ dependencies {

testImplementation group: 'pl.pragmatists', name: 'JUnitParams', version: '1.1.1'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.3.1'
testImplementation group: 'org.objenesis', name: 'objenesis', version: '3.0.1'
testImplementation group: 'org.objenesis', name: 'objenesis', version: '3.3'
testImplementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.14.6'
testImplementation group: 'net.bytebuddy', name: 'byte-buddy-agent', version: '1.14.6'
testCompileOnly 'org.apiguardian:apiguardian-api:1.1.0'
Expand Down Expand Up @@ -217,7 +217,7 @@ configurations.all {
force "commons-codec:commons-codec:${versions.commonscodec}"

force "org.mockito:mockito-core:5.3.1"
force "org.objenesis:objenesis:3.0.1"
force "org.objenesis:objenesis:3.3"
force "net.bytebuddy:byte-buddy:1.14.6"
force "net.bytebuddy:byte-buddy-agent:1.14.6"
force "com.google.code.gson:gson:2.8.9"
Expand Down

0 comments on commit a12e332

Please sign in to comment.