Skip to content

Commit 2860428

Browse files
committed
Upgrading the maven-jar-plugin and slf4j versions
1 parent a36605e commit 2860428

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<picocli.version>4.7.5</picocli.version>
4343
<sshj.version>0.38.0</sshj.version>
4444
<eddsa.version>0.3.0</eddsa.version>
45-
<slf4j.version>2.0.12</slf4j.version>
45+
<slf4j.version>2.0.13</slf4j.version>
4646
<jzlib.version>1.1.3</jzlib.version>
4747
<asn.one.version>0.6.0</asn.one.version>
4848
<jline.version>3.25.1</jline.version>
@@ -215,7 +215,7 @@
215215
<plugin>
216216
<groupId>org.apache.maven.plugins</groupId>
217217
<artifactId>maven-jar-plugin</artifactId>
218-
<version>3.3.0</version>
218+
<version>3.4.0</version>
219219
<configuration>
220220
<archive>
221221
<manifestEntries>

0 commit comments

Comments
 (0)