Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/stfc/CertWizard
Browse files Browse the repository at this point in the history
  • Loading branch information
willfurnell committed May 26, 2022
2 parents 5684975 + 0350fd8 commit eb0e916
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.17.1</version>
<version>2.17.2</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.17.1</version>
<version>2.17.2</version>
</dependency>
<dependency>
<groupId>commons-validator</groupId>
Expand Down Expand Up @@ -124,7 +124,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.0</version>
<version>3.10.1</version>
<configuration>
<showDeprecation>true</showDeprecation>
</configuration>
Expand Down Expand Up @@ -178,7 +178,7 @@
<plugin>
<groupId>io.github.fvarrui</groupId>
<artifactId>javapackager</artifactId>
<version>1.6.3</version>
<version>1.6.6</version>
<configuration>
<mainClass>${mainClass}</mainClass>
<bundleJre>true</bundleJre>
Expand Down

0 comments on commit eb0e916

Please sign in to comment.