Skip to content

Commit

Permalink
Bump org.objenesis:objenesis from 3.2 to 3.3
Browse files Browse the repository at this point in the history
Bumps [org.objenesis:objenesis](https://github.com/easymock/objenesis) from 3.2 to 3.3.
- [Release notes](https://github.com/easymock/objenesis/releases)
- [Commits](easymock/objenesis@3.2...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]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent 9ad12c2 commit c21b84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eco-core/core-backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = rootProject.version
dependencies {
// Libraries
implementation("org.reflections:reflections:0.9.12")
implementation("org.objenesis:objenesis:3.2")
implementation("org.objenesis:objenesis:3.3")

compileOnly("org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT")
compileOnly("me.clip:placeholderapi:2.11.4")
Expand Down

0 comments on commit c21b84d

Please sign in to comment.