Browse Source

Fixing dependency version of jackson-core

RedstoneFuture 2 years ago
parent
commit
1d236e9adc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      missilewars-plugin/pom.xml

+ 1 - 1
missilewars-plugin/pom.xml

@@ -92,7 +92,7 @@
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-core</artifactId>
-            <version>2.12.4</version>
+            <version>2.14.2</version>
             <scope>compile</scope>
         </dependency>