Skip to content

Commit

Permalink
Manage version for Apache Commons Text
Browse files Browse the repository at this point in the history
(cherry picked from commit 682d3c3)
  • Loading branch information
Sanne authored and gsmet committed Oct 18, 2022
1 parent 01568c2 commit 1fa6489
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@
<picocli.version>4.6.3</picocli.version>
<google-cloud-functions.version>1.0.4</google-cloud-functions.version>
<commons-compress.version>1.21</commons-compress.version>
<commons-text.version>1.10.0</commons-text.version>
<gson.version>2.9.1</gson.version>
<log4j2-jboss-logmanager.version>1.1.1.Final</log4j2-jboss-logmanager.version>
<log4j2-api.version>2.19.0</log4j2-api.version>
Expand Down Expand Up @@ -3126,6 +3127,11 @@
<artifactId>commons-lang3</artifactId>
<version>${commons-lang3.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>${commons-text.version}</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
Expand Down

0 comments on commit 1fa6489

Please sign in to comment.