Skip to content

Commit e100ba5

Browse files
committed
Merge branch 'master' of github.com:sfuhrm/sudoku
2 parents 55ddaee + 8303e61 commit e100ba5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<plugin>
4848
<groupId>org.sonatype.central</groupId>
4949
<artifactId>central-publishing-maven-plugin</artifactId>
50-
<version>0.9.0</version>
50+
<version>0.10.0</version>
5151
<extensions>true</extensions>
5252
<configuration>
5353
<publishingServerId>central</publishingServerId>
@@ -80,7 +80,7 @@
8080
<plugin>
8181
<groupId>org.apache.maven.plugins</groupId>
8282
<artifactId>maven-jar-plugin</artifactId>
83-
<version>3.4.2</version>
83+
<version>3.5.0</version>
8484
<configuration>
8585
<archive>
8686
<manifest>
@@ -145,7 +145,7 @@
145145
</plugin>
146146
<plugin>
147147
<artifactId>maven-surefire-plugin</artifactId>
148-
<version>3.5.4</version>
148+
<version>3.5.5</version>
149149
</plugin>
150150
<plugin>
151151
<groupId>org.apache.maven.plugins</groupId>

sudoku-output/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>org.json</groupId>
1717
<artifactId>json</artifactId>
18-
<version>20250517</version>
18+
<version>20251224</version>
1919
<scope>test</scope>
2020
</dependency>
2121
<dependency>

0 commit comments

Comments
 (0)