Skip to content

Commit

Permalink
+ added commons-lang3 dep explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
q3769 committed Feb 14, 2024
1 parent 222d4e5 commit 4d59c64
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<groupId>io.github.q3769</groupId>
<artifactId>semver-maven-plugin</artifactId>
<version>20240116.0.2024</version>
<version>20240116.0.202402</version>
<packaging>maven-plugin</packaging>

<name>semver-maven-plugin</name>
Expand Down Expand Up @@ -113,6 +113,11 @@
<artifactId>mojo-executor</artifactId>
<version>2.4.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.14.0</version>
</dependency>
<dependency>
<groupId>io.github.elf4j</groupId>
<artifactId>elf4j-provider</artifactId>
Expand Down Expand Up @@ -221,7 +226,7 @@
<plugin>
<groupId>io.github.q3769</groupId>
<artifactId>semver-maven-plugin</artifactId>
<version>20240115.0.2024</version>
<version>20240116.0.202402</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 4d59c64

Please sign in to comment.