Skip to content

Commit

Permalink
Upgrading Commons Lang and exec-maven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Aug 8, 2024
1 parent 130b7e0 commit 70c90f6
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 @@ -437,7 +437,7 @@ under the License.
<log4j2.version>2.22.0</log4j2.version>
<disruptor.version>3.4.4</disruptor.version>

<commons-lang3.version>3.15.0</commons-lang3.version>
<commons-lang3.version>3.16.0</commons-lang3.version>
<commons-jexl.version>3.4.0</commons-jexl.version>
<commons-text.version>1.12.0</commons-text.version>

Expand Down Expand Up @@ -1761,7 +1761,7 @@ under the License.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.0</version>
</plugin>

<plugin>
Expand Down

0 comments on commit 70c90f6

Please sign in to comment.