Skip to content

Commit

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

Bump objenesis from 2.6 to 3.2
  • Loading branch information
nvoxland committed Jun 28, 2022
2 parents a73c4fe + 5acd8a0 commit f212b8d
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 @@ -158,7 +158,7 @@
<dependency> <!-- enables mocking of classes without default constructor (together with CGLIB) -->
<groupId>org.objenesis</groupId>
<artifactId>objenesis</artifactId>
<version>2.6</version>
<version>3.2</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit f212b8d

Please sign in to comment.