Skip to content

Commit eb0e916

Browse files
committed
Merge branch 'main' of https://github.com/stfc/CertWizard
2 parents 5684975 + 0350fd8 commit eb0e916

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
<dependency>
4040
<groupId>org.apache.logging.log4j</groupId>
4141
<artifactId>log4j-core</artifactId>
42-
<version>2.17.1</version>
42+
<version>2.17.2</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>org.apache.logging.log4j</groupId>
4646
<artifactId>log4j-api</artifactId>
47-
<version>2.17.1</version>
47+
<version>2.17.2</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>commons-validator</groupId>
@@ -124,7 +124,7 @@
124124
<plugin>
125125
<groupId>org.apache.maven.plugins</groupId>
126126
<artifactId>maven-compiler-plugin</artifactId>
127-
<version>3.10.0</version>
127+
<version>3.10.1</version>
128128
<configuration>
129129
<showDeprecation>true</showDeprecation>
130130
</configuration>
@@ -178,7 +178,7 @@
178178
<plugin>
179179
<groupId>io.github.fvarrui</groupId>
180180
<artifactId>javapackager</artifactId>
181-
<version>1.6.3</version>
181+
<version>1.6.6</version>
182182
<configuration>
183183
<mainClass>${mainClass}</mainClass>
184184
<bundleJre>true</bundleJre>

0 commit comments

Comments
 (0)