소스 검색

Fixing dependency version of jackson-core

RedstoneFuture 2 년 전
부모
커밋
1d236e9adc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>