Skip to content

Commit

Permalink
Merge pull request #2468 from liquibase/dependabot/maven/org.objenesi…
Browse files Browse the repository at this point in the history
…s-objenesis-2.6

Bump objenesis from 2.1 to 2.6
  • Loading branch information
nvoxland committed Feb 7, 2022
2 parents 54c4174 + 7ff386c commit fee9a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
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 fee9a68

Please sign in to comment.