Skip to content

Commit

Permalink
Merge pull request #10 from NotMyFault/commons-text
Browse files Browse the repository at this point in the history
Update commons-text to 1.10.0
  • Loading branch information
danechitoaie authored Oct 17, 2022
2 parents 8ab3a71 + 4db8df8 commit 77692e4
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 @@ -122,14 +122,14 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.11</version>
<version>3.12.0</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-text -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.8</version>
<version>1.10.0</version>
</dependency>

<!-- https://mvnrepository.com/artifact/commons-codec/commons-codec -->
Expand Down

0 comments on commit 77692e4

Please sign in to comment.