Skip to content

Commit

Permalink
#324 Downgrade Assertj version to make it JDK 7 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanth-lingala committed Jun 22, 2021
1 parent 2cb5358 commit 6efc3c3
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 @@ -33,7 +33,7 @@
<maven.compiler.target>1.7</maven.compiler.target>
<junit.version>4.13.1</junit.version>
<lombok.version>1.18.8</lombok.version>
<assertj.version>3.12.2</assertj.version>
<assertj.version>2.9.1</assertj.version>
<mockito.version>2.28.2</mockito.version>
<powermock.version>2.0.2</powermock.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 6efc3c3

Please sign in to comment.