From 92074346199f93a27afad8ddcdb8d6009abaf815 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20ALLEMAND?= Date: Mon, 31 Oct 2022 17:51:50 +0100 Subject: [PATCH 1/2] Update junit to 4.13.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 121f246..80ca047 100644 --- a/pom.xml +++ b/pom.xml @@ -95,7 +95,7 @@ junit junit - 4.11 + 4.13.2 test From d1270da6740bc4f54d162c857e79f02fb0913168 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20ALLEMAND?= Date: Mon, 31 Oct 2022 18:41:48 +0100 Subject: [PATCH 2/2] update: java17 compiler --- pom.xml | 103 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 52 insertions(+), 51 deletions(-) diff --git a/pom.xml b/pom.xml index 80ca047..235f81d 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,5 @@ - + 4.0.0 @@ -35,61 +36,61 @@ - install - - - org.apache.maven.plugins - maven-release-plugin - 2.5.2 - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - 1.8 - 1.8 - - - - org.apache.maven.plugins - maven-dependency-plugin - - - copy-dependencies - package - - copy-dependencies - - - ${project.build.directory}/dependencies - runtime - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.10.3 - - - org.apache.maven.plugins - maven-surefire-plugin - 2.19.1 - - ${com.ceph.rados.skipTests} - - - + install + + + org.apache.maven.plugins + maven-release-plugin + 2.5.2 + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 17 + 17 + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy-dependencies + package + + copy-dependencies + + + ${project.build.directory}/dependencies + runtime + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.3 + + + org.apache.maven.plugins + maven-surefire-plugin + 2.19.1 + + ${com.ceph.rados.skipTests} + + + - net.java.dev.jna - jna - 5.5.0 + net.java.dev.jna + jna + 5.5.0