Skip to content

Commit

Permalink
update to commons-lang 3.8.1 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo authored May 27, 2020
1 parent 83d44c9 commit 3576012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.4</version>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.0</version>
<version>3.0.2</version>
<scope>provided</scope>
</dependency>
<!--
Expand Down

0 comments on commit 3576012

Please sign in to comment.