Skip to content

Commit

Permalink
Bump assertj-core version to 3.12.2 to use assertThat.hasSizeGreaterThan
Browse files Browse the repository at this point in the history
  • Loading branch information
aajisaka committed Aug 4, 2021
1 parent 467c48c commit 19c0c1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hadoop-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@
<hbase.one.version>1.2.6</hbase.one.version>
<hbase.two.version>2.0.0-beta-1</hbase.two.version>
<junit.version>4.13.2</junit.version>
<assertj.version>3.12.2</assertj.version>
<woodstox.version>5.3.0</woodstox.version>
<json-smart.version>2.4.2</json-smart.version>
<nimbus-jose-jwt.version>9.8.1</nimbus-jose-jwt.version>
Expand Down Expand Up @@ -1492,7 +1493,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.8.0</version>
<version>${assertj.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 19c0c1f

Please sign in to comment.