Skip to content

Commit 440bd6f

Browse files
committed
upgrades
1 parent d8a27a3 commit 440bd6f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
<plugin>
192192
<groupId>org.apache.maven.plugins</groupId>
193193
<artifactId>maven-enforcer-plugin</artifactId>
194-
<version>3.5.0</version>
194+
<version>3.6.1</version>
195195
<executions>
196196
<execution>
197197
<id>enforce-maven</id>
@@ -418,24 +418,24 @@
418418
</execution>
419419
</executions>
420420
</plugin>
421-
<!-- <plugin>
421+
<plugin>
422422
<groupId>org.apache.maven.plugins</groupId>
423423
<artifactId>maven-gpg-plugin</artifactId>
424424
<version>3.2.8</version>
425-
<executions>
425+
<!-- executions>
426426
<execution>
427427
<id>sign-artifacts</id>
428428
<phase>verify</phase>
429429
<goals>
430430
<goal>sign</goal>
431431
</goals>
432432
</execution>
433-
</executions>
434-
</plugin> -->
433+
</executions -->
434+
</plugin>
435435
<plugin>
436436
<groupId>org.sonatype.central</groupId>
437437
<artifactId>central-publishing-maven-plugin</artifactId>
438-
<version>0.6.0</version>
438+
<version>0.8.0</version>
439439
<extensions>true</extensions>
440440
<configuration>
441441
<publishingServerId>central</publishingServerId>
@@ -479,13 +479,13 @@
479479
<dependency>
480480
<groupId>org.junit.jupiter</groupId>
481481
<artifactId>junit-jupiter</artifactId>
482-
<version>5.12.0</version>
482+
<version>5.13.4</version>
483483
<scope>test</scope>
484484
</dependency>
485485
<dependency>
486486
<groupId>org.assertj</groupId>
487487
<artifactId>assertj-core</artifactId>
488-
<version>3.27.3</version>
488+
<version>3.27.4</version>
489489
<scope>test</scope>
490490
</dependency>
491491
<dependency>

0 commit comments

Comments
 (0)