Skip to content

Commit c28cf9c

Browse files
committed
move from jdk 11 to 23 (and bump maven artefact versions)
1 parent 3309072 commit c28cf9c

File tree

1 file changed

+23
-27
lines changed

1 file changed

+23
-27
lines changed

pom.xml

Lines changed: 23 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
24
<modelVersion>4.0.0</modelVersion>
35
<groupId>Project_16x16</groupId>
46
<artifactId>Project_16x16</artifactId>
@@ -21,33 +23,28 @@
2123
<dependency>
2224
<groupId>com.github.micycle1</groupId>
2325
<artifactId>processing-core-4</artifactId>
24-
<version>4.0.3</version>
26+
<version>4.3.3</version>
2527
</dependency>
2628
<dependency>
2729
<groupId>com.github.micycle1</groupId>
2830
<artifactId>gicentreutils</artifactId>
2931
<version>1.0.0</version>
3032
</dependency>
3133
<dependency>
32-
<groupId>org.processing</groupId>
33-
<artifactId>net</artifactId>
34-
<version>3.2.3</version>
35-
</dependency>
36-
<dependency>
37-
<groupId>net.compartmental.code</groupId>
38-
<artifactId>minim</artifactId>
39-
<version>2.2.2</version>
34+
<groupId>com.github.ddf</groupId>
35+
<artifactId>Minim</artifactId>
36+
<version>e294e2881a</version>
4037
</dependency>
4138
<dependency>
4239
<groupId>org.junit.jupiter</groupId>
4340
<artifactId>junit-jupiter-engine</artifactId>
44-
<version>5.8.2</version>
41+
<version>5.11.4</version>
4542
<scope>test</scope>
4643
</dependency>
4744
<dependency>
4845
<groupId>org.openjfx</groupId>
4946
<artifactId>javafx-controls</artifactId>
50-
<version>15.0.1</version>
47+
<version>23.0.1</version>
5148
</dependency>
5249
<dependency>
5350
<groupId>com.apple</groupId>
@@ -57,13 +54,13 @@
5754
<dependency>
5855
<groupId>org.mockito</groupId>
5956
<artifactId>mockito-junit-jupiter</artifactId>
60-
<version>4.6.1</version>
57+
<version>5.14.2</version>
6158
<scope>test</scope>
6259
</dependency>
6360
<dependency>
6461
<groupId>org.mockito</groupId>
65-
<artifactId>mockito-inline</artifactId>
66-
<version>4.6.1</version>
62+
<artifactId>mockito-core</artifactId>
63+
<version>5.14.2</version>
6764
<scope>test</scope>
6865
</dependency>
6966
</dependencies>
@@ -73,16 +70,15 @@
7370
<plugin>
7471
<groupId>org.apache.maven.plugins</groupId>
7572
<artifactId>maven-compiler-plugin</artifactId>
76-
<version>3.8.0</version>
73+
<version>3.12.1</version>
7774
<configuration>
78-
<source>11</source>
79-
<target>11</target>
75+
<release>23</release>
8076
</configuration>
8177
</plugin>
8278
<plugin>
8379
<groupId>org.codehaus.mojo</groupId>
8480
<artifactId>exec-maven-plugin</artifactId>
85-
<version>1.6.0</version>
81+
<version>3.5.0</version>
8682
<executions>
8783
<execution>
8884
<id>exec-java</id>
@@ -106,7 +102,7 @@
106102
<plugin>
107103
<groupId>org.apache.maven.plugins</groupId>
108104
<artifactId>maven-assembly-plugin</artifactId>
109-
<version>3.3.0</version>
105+
<version>3.7.1</version>
110106
<configuration>
111107
<descriptorRefs>
112108
<descriptorRef>jar-with-dependencies</descriptorRef>
@@ -130,18 +126,18 @@
130126
<plugin>
131127
<groupId>com.akathist.maven.plugins.launch4j</groupId>
132128
<artifactId>launch4j-maven-plugin</artifactId>
133-
<version>2.1.2</version>
129+
<version>2.3.3</version>
134130
<configuration>
135131
<headerType>gui</headerType>
136132
<outfile>target/${project.artifactId}.exe</outfile>
137-
<jar>target/${project.artifactId}-${project.version}-jar-with-dependencies.jar</jar>
133+
<jar>
134+
target/${project.artifactId}-${project.version}-jar-with-dependencies.jar</jar>
138135
<classPath>
139136
<mainClass>project_16x16.SideScroller</mainClass>
140137
</classPath>
141138
<jre>
142139
<path>${java.home}</path>
143-
<minVersion>11</minVersion>
144-
<maxVersion>17</maxVersion>
140+
<requiresJdk>false</requiresJdk>
145141
</jre>
146142
</configuration>
147143
<executions>
@@ -157,7 +153,7 @@
157153
<plugin>
158154
<groupId>org.apache.maven.plugins</groupId>
159155
<artifactId>maven-surefire-plugin</artifactId>
160-
<version>2.22.2</version>
156+
<version>3.5.2</version>
161157
</plugin>
162158
</plugins>
163159
</build>
@@ -169,7 +165,7 @@
169165
<plugin>
170166
<groupId>org.apache.maven.plugins</groupId>
171167
<artifactId>maven-resources-plugin</artifactId>
172-
<version>3.1.0</version>
168+
<version>3.3.1</version>
173169
<executions>
174170
<execution>
175171
<phase>package</phase>
@@ -199,7 +195,7 @@
199195
<plugin>
200196
<groupId>org.apache.maven.plugins</groupId>
201197
<artifactId>maven-surefire-plugin</artifactId>
202-
<version>2.22.2</version>
198+
<version>3.5.2</version>
203199
</plugin>
204200
</plugins>
205201
</build>

0 commit comments

Comments
 (0)