From a3adb2137a2ea8a00e1cb4a1f60c6a45bbc4859e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20G=C3=B3mez-S=C3=A1nchez?= <7352559+magicDGS@users.noreply.github.com> Date: Sun, 8 Sep 2024 23:55:51 +0200 Subject: [PATCH] Upgrade dependencies and maven (#173) * Update test dependencies * Update quarkus to 3.14.2 * Remove need of Serializable for tests (fixes #133) * Update mapstruct * Update maven and plug-ins --- .mvn/wrapper/maven-wrapper.properties | 2 +- pom.xml | 18 +++++++++--------- .../yugipedia/YugipediaTestDataRegistry.java | 4 +--- 3 files changed, 11 insertions(+), 13 deletions(-) diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties index 10cbcb5e..1a60da79 100644 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@ -14,5 +14,5 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar diff --git a/pom.xml b/pom.xml index 9dd54555..3cfe8a09 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ 21 - 3.9.8 + 3.9.9 ${java.version} ${java.version} ${java.version} @@ -27,18 +27,18 @@ quarkus-bom io.quarkus.platform - 3.12.1 + 3.14.2 3.0.7 2.2.0 - 1.5.5.Final + 1.6.0 5.1.0 - 3.26.0 - 24.2.0 - 4.8.1 - 3.8.0 + 3.26.3 + 24.4.0 + 5.0.1 + 3.9.1