Skip to content

Commit

Permalink
Minor. Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ullenius committed Oct 30, 2022
1 parent 310b92c commit 7fade6b
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions pom.xml
Expand Up @@ -14,9 +14,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
</properties>


<build>

<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
Expand All @@ -31,29 +29,22 @@
</descriptorRefs>
</configuration>
</plugin>


</plugins>

</build>


<dependencies>

<!-- https://mvnrepository.com/artifact/commons-cli/commons-cli -->
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.4</version>
<version>1.5.0</version>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>

</dependencies>

</project>

0 comments on commit 7fade6b

Please sign in to comment.