From 69cead4080fd39419783788ce900542b3f4feca8 Mon Sep 17 00:00:00 2001 From: Jerry Lee Date: Sun, 19 Apr 2020 15:33:27 +0800 Subject: [PATCH] upgrade dependencies --- pom.xml | 24 ++++++++++++------------ pom4ide.xml | 24 ++++++++++++------------ src/versions-rules.xml | 6 ++++++ 3 files changed, 30 insertions(+), 24 deletions(-) diff --git a/pom.xml b/pom.xml index 95c210d4..4f52d174 100644 --- a/pom.xml +++ b/pom.xml @@ -90,8 +90,8 @@ UTF-8 - 1.3.61 - 1.3.3 + 1.3.72 + 1.3.5 @@ -114,7 +114,7 @@ com.github.spotbugs spotbugs-annotations - 3.1.12 + 4.0.2 true org.jacoco jacoco-maven-plugin - 0.8.4 + 0.8.5 diff --git a/pom4ide.xml b/pom4ide.xml index a9b1cd7d..aa26cc70 100644 --- a/pom4ide.xml +++ b/pom4ide.xml @@ -90,8 +90,8 @@ UTF-8 - 1.3.61 - 1.3.3 + 1.3.72 + 1.3.5 @@ -114,7 +114,7 @@ com.github.spotbugs spotbugs-annotations - 3.1.12 + 4.0.2 true org.jacoco jacoco-maven-plugin - 0.8.4 + 0.8.5 diff --git a/src/versions-rules.xml b/src/versions-rules.xml index dfa97bd0..321e3815 100644 --- a/src/versions-rules.xml +++ b/src/versions-rules.xml @@ -34,5 +34,11 @@ 3.\d{3,}(\..*)? + + + + .*-native-.* + + -- GitLab