From 3d56703a0a91e984648b6adf35a13766d93ae709 Mon Sep 17 00:00:00 2001 From: Werner Randelshofer Date: Fri, 13 Sep 2024 14:30:13 +0200 Subject: [PATCH] Update dependencies to latest available versions. --- README.md | 2 +- pom.xml | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 656943c7..afd652b7 100644 --- a/README.md +++ b/README.md @@ -371,7 +371,7 @@ on the same computer: This project requires **at least** the items below to build it from source: -- Maven 3.8.6 +- Maven 3.9.8 - OpenJDK SE 22 This project contains optimised code for various JDK versions. diff --git a/pom.xml b/pom.xml index ba9b1eab..d3cd0a5c 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,6 @@ - @@ -142,15 +141,18 @@ flatten-maven-plugin 1.6.0 + + org.apache.maven.plugins + maven-enforcer-plugin + - true org.apache.maven.plugins maven-enforcer-plugin - 3.4.1 + 3.5.0 enforce-maven-3 @@ -160,7 +162,7 @@ - 3.8.6 + 3.9.9 true @@ -168,7 +170,6 @@ - org.apache.maven.plugins maven-surefire-plugin @@ -381,7 +382,7 @@ org.junit.jupiter junit-jupiter - 5.11.0-M2 + 5.11.0 test