Skip to content

Commit

Permalink
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 6, 2024
1 parent 41b44b3 commit 5078223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client-groovy4/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ dependencies {
testImplementation("org.junit.platform:junit-platform-launcher:1.10.2")
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.13")
testRuntimeOnly("org.objenesis:objenesis:3.3")
testRuntimeOnly("org.objenesis:objenesis:3.4")
testImplementation("io.github.joke:spock-mockable:2.3.0")

testImplementation("org.apache.commons:commons-lang3:3.14.0")
Expand Down
2 changes: 1 addition & 1 deletion client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ dependencies {
testImplementation("org.junit.platform:junit-platform-launcher:1.10.2")
testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.13")
testRuntimeOnly("org.objenesis:objenesis:3.3")
testRuntimeOnly("org.objenesis:objenesis:3.4")
testImplementation("io.github.joke:spock-mockable:2.3.0")

testImplementation("org.apache.commons:commons-lang3:3.14.0")
Expand Down

0 comments on commit 5078223

Please sign in to comment.