Skip to content

Commit

Permalink
Upgrade van org.apache.commons componenten
Browse files Browse the repository at this point in the history
Minor.
  • Loading branch information
arjan authored and arjan committed Mar 22, 2024
1 parent dd1319a commit 39321d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.1</version>
<version>1.11.0</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.6</version>
<version>3.14.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -115,7 +115,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-exec</artifactId>
<version>1.3</version>
<version>1.4.0</version>
</dependency>

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

0 comments on commit 39321d6

Please sign in to comment.