From d5ad228d34f04b55f68d44b7b194b26c9e16f8e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20N=C3=A4gele?= Date: Tue, 18 Jul 2023 14:43:50 +0200 Subject: [PATCH] fix: upgrade jackson dependency for new snakeyaml version in 1.20 --- missilewars-plugin/pom.xml | 6 +++--- mvnw | 0 mvnw.cmd | 0 3 files changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 mvnw mode change 100755 => 100644 mvnw.cmd diff --git a/missilewars-plugin/pom.xml b/missilewars-plugin/pom.xml index ef63ebbb..91321199 100644 --- a/missilewars-plugin/pom.xml +++ b/missilewars-plugin/pom.xml @@ -26,7 +26,7 @@ 1.0 - 4.5.2 + 4.5.3 4.0.0 @@ -86,7 +86,7 @@ com.fasterxml.jackson.core jackson-databind - 2.12.4 + 2.15.2 compile @@ -94,7 +94,7 @@ com.fasterxml.jackson.dataformat jackson-dataformat-yaml - 2.12.4 + 2.15.2 compile diff --git a/mvnw b/mvnw old mode 100755 new mode 100644 diff --git a/mvnw.cmd b/mvnw.cmd old mode 100755 new mode 100644