Skip to content

Commit

Permalink
Bump adventure to 4.17.0 on 1.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stefvanschie committed Dec 11, 2024
1 parent 7773563 commit 1434852
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions buildinggame/nms/1_20_3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,57 @@
</dependency>
</dependencies>

<!-- adventure, provided by paper-nms, is at version 4.15.0-SNAPSHOT, but this no longer exists, so we bump it. -->
<dependencyManagement>
<dependencies>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-api</artifactId>
<version>4.17.0</version>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-key</artifactId>
<version>4.17.0</version>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-logger-slf4j</artifactId>
<version>4.17.0</version>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-minimessage</artifactId>
<version>4.17.0</version>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-serializer-ansi</artifactId>
<version>4.17.0</version>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-serializer-gson</artifactId>
<version>4.17.0</version>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-serializer-json</artifactId>
<version>4.17.0</version>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-serializer-legacy</artifactId>
<version>4.17.0</version>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-serializer-plain</artifactId>
<version>4.17.0</version>
</dependency>
</dependencies>
</dependencyManagement>

<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 1434852

Please sign in to comment.