From ae46e658cea85c48ef7ed3758dc9bf81b45dd833 Mon Sep 17 00:00:00 2001 From: Falko Modler Date: Wed, 14 Apr 2021 22:21:39 +0200 Subject: [PATCH] Update to Maven 3.8.1 --- .mvn/wrapper/MavenWrapperDownloader.java | 2 +- .mvn/wrapper/maven-wrapper.properties | 2 +- bom/application/pom.xml | 4 ++-- build-parent/pom.xml | 4 ++-- independent-projects/arc/pom.xml | 2 +- independent-projects/bootstrap/pom.xml | 12 +++++++++--- independent-projects/enforcer-rules/pom.xml | 2 +- independent-projects/resteasy-reactive/pom.xml | 2 +- independent-projects/tools/pom.xml | 4 ++-- mvnw | 2 +- mvnw.cmd | 2 +- pom.xml | 2 +- 12 files changed, 23 insertions(+), 17 deletions(-) diff --git a/.mvn/wrapper/MavenWrapperDownloader.java b/.mvn/wrapper/MavenWrapperDownloader.java index e76d1f3241d38..b901097f2db6e 100644 --- a/.mvn/wrapper/MavenWrapperDownloader.java +++ b/.mvn/wrapper/MavenWrapperDownloader.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * https://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties index 642d572ce90e5..ffdc10e59f878 100644 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@ -1,2 +1,2 @@ -distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.3/apache-maven-3.6.3-bin.zip +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.1/apache-maven-3.8.1-bin.zip wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar diff --git a/bom/application/pom.xml b/bom/application/pom.xml index 05cc61ea7ad27..b548beb59c47b 100644 --- a/bom/application/pom.xml +++ b/bom/application/pom.xml @@ -78,8 +78,8 @@ 9.1 2.8.0 11.0.0.Final - 3.6.3 - 1.4.1 + 3.8.1 + 1.6.2 3.0-alpha-2 30.1.1-jre 3.2.1 diff --git a/build-parent/pom.xml b/build-parent/pom.xml index dd178b9c0a438..3cab456468ace 100644 --- a/build-parent/pom.xml +++ b/build-parent/pom.xml @@ -55,7 +55,7 @@ [3.6.2,) - 3.6.3 + 3.8.1 0.7.7 6.8.3 @@ -83,7 +83,7 @@ 3.0.2 1.11.3 - 3.3.3 + 3.4.3 diff --git a/independent-projects/arc/pom.xml b/independent-projects/arc/pom.xml index 70bfb846dcd39..48ae62be073ca 100644 --- a/independent-projects/arc/pom.xml +++ b/independent-projects/arc/pom.xml @@ -40,7 +40,7 @@ 1.3.3 2.2.3.Final 5.7.1 - 3.6.3 + 3.8.1 3.19.0 3.4.1.Final 1.3.5 diff --git a/independent-projects/bootstrap/pom.xml b/independent-projects/bootstrap/pom.xml index d9696a7f141ca..8a449f9474331 100644 --- a/independent-projects/bootstrap/pom.xml +++ b/independent-projects/bootstrap/pom.xml @@ -28,11 +28,12 @@ 0.9.5 3.4.1.Final 5.7.1 - 3.6.3 + 3.8.1 0.3.4 3.6.0 - 1.4.1 - 3.3.4 + 1.6.2 + 3.4.3 + 4.4.14 1.7 1.6.8 1.0.0.Final @@ -293,6 +294,11 @@ + + org.apache.httpcomponents + httpcore + ${httpcore.version} + org.eclipse.sisu org.eclipse.sisu.plexus diff --git a/independent-projects/enforcer-rules/pom.xml b/independent-projects/enforcer-rules/pom.xml index a4e4ed82c33d9..b07e087a1c2f9 100644 --- a/independent-projects/enforcer-rules/pom.xml +++ b/independent-projects/enforcer-rules/pom.xml @@ -28,7 +28,7 @@ 3.0.0-M3 3.2.1 - 3.6.3 + 3.8.1 1.6.8 diff --git a/independent-projects/resteasy-reactive/pom.xml b/independent-projects/resteasy-reactive/pom.xml index 7f2784b957078..8b4f2e842aa9f 100644 --- a/independent-projects/resteasy-reactive/pom.xml +++ b/independent-projects/resteasy-reactive/pom.xml @@ -39,7 +39,7 @@ 2.0.2 2.2.3.Final 5.7.1 - 3.6.3 + 3.8.1 3.19.0 3.4.1.Final 1.3.5 diff --git a/independent-projects/tools/pom.xml b/independent-projects/tools/pom.xml index 13b765299bcd0..7386a71c6addd 100644 --- a/independent-projects/tools/pom.xml +++ b/independent-projects/tools/pom.xml @@ -26,7 +26,7 @@ 11 - 3.6.3 + 3.8.1 0.7.7 6.8.3 @@ -47,7 +47,7 @@ 5.7.1 1.20 3.4.1.Final - 3.6.3 + 3.8.1 3.9.0 3.0.0-M5 1.6.8 diff --git a/mvnw b/mvnw index a16b5431b4c3c..41c0f0c23db5d 100755 --- a/mvnw +++ b/mvnw @@ -8,7 +8,7 @@ # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at # -# https://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an diff --git a/mvnw.cmd b/mvnw.cmd index c8d43372c986d..86115719e5383 100644 --- a/mvnw.cmd +++ b/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM https://www.apache.org/licenses/LICENSE-2.0 +@REM http://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/pom.xml b/pom.xml index ef12af18f87d9..a7de673a2ab14 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ jdbc:postgresql:hibernate_orm_test 1.6.8 - 3.14.0 + 3.14.1 0.0.10 false