Skip to content

Commit

Permalink
fix: upgrade jackson dependency for new snakeyaml version in 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-naegele committed Jul 18, 2023
1 parent 23348da commit d5ad228
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions missilewars-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<version>1.0</version>
</parent>

<version>4.5.2</version>
<version>4.5.3</version>

<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -86,15 +86,15 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.12.4</version>
<version>2.15.2</version>
<scope>compile</scope>
</dependency>

<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml -->
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>2.12.4</version>
<version>2.15.2</version>
<scope>compile</scope>
</dependency>

Expand Down
Empty file modified mvnw
100755 → 100644
Empty file.
Empty file modified mvnw.cmd
100755 → 100644
Empty file.

0 comments on commit d5ad228

Please sign in to comment.