Skip to content

Commit 3d56703

Browse files
committed
Update dependencies to latest available versions.
1 parent a824866 commit 3d56703

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ on the same computer:
371371

372372
This project requires **at least** the items below to build it from source:
373373

374-
- Maven 3.8.6
374+
- Maven 3.9.8
375375
- OpenJDK SE 22
376376

377377
This project contains optimised code for various JDK versions.

pom.xml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474
</properties>
7575

7676
<build>
77-
7877
<pluginManagement>
7978
<plugins>
8079
<plugin>
@@ -142,15 +141,18 @@
142141
<artifactId>flatten-maven-plugin</artifactId>
143142
<version>1.6.0</version>
144143
</plugin>
144+
<plugin>
145+
<groupId>org.apache.maven.plugins</groupId>
146+
<artifactId>maven-enforcer-plugin</artifactId>
147+
</plugin>
145148
</plugins>
146149
</pluginManagement>
147150

148151
<plugins>
149152
<plugin>
150-
<inherited>true</inherited>
151153
<groupId>org.apache.maven.plugins</groupId>
152154
<artifactId>maven-enforcer-plugin</artifactId>
153-
<version>3.4.1</version>
155+
<version>3.5.0</version>
154156
<executions>
155157
<execution>
156158
<id>enforce-maven-3</id>
@@ -160,15 +162,14 @@
160162
<configuration>
161163
<rules>
162164
<requireMavenVersion>
163-
<version>3.8.6</version>
165+
<version>3.9.9</version>
164166
</requireMavenVersion>
165167
</rules>
166168
<fail>true</fail>
167169
</configuration>
168170
</execution>
169171
</executions>
170172
</plugin>
171-
172173
<plugin>
173174
<groupId>org.apache.maven.plugins</groupId>
174175
<artifactId>maven-surefire-plugin</artifactId>
@@ -381,7 +382,7 @@
381382
<dependency>
382383
<groupId>org.junit.jupiter</groupId>
383384
<artifactId>junit-jupiter</artifactId>
384-
<version>5.11.0-M2</version>
385+
<version>5.11.0</version>
385386
<scope>test</scope>
386387
</dependency>
387388
<dependency>

0 commit comments

Comments
 (0)