Skip to content

Commit

Permalink
Bump objenesis from 2.1 to 2.6
Browse files Browse the repository at this point in the history
Bumps [objenesis](https://github.com/easymock/objenesis) from 2.1 to 2.6.
- [Release notes](https://github.com/easymock/objenesis/releases)
- [Commits](easymock/objenesis@2.1...2.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 3, 2022
1 parent 800dab7 commit 7ff386c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
<dependency> <!-- enables mocking of classes without default constructor (together with CGLIB) -->
<groupId>org.objenesis</groupId>
<artifactId>objenesis</artifactId>
<version>2.1</version>
<version>2.6</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 7ff386c

Please sign in to comment.