Skip to content

Commit

Permalink
Bump adventure dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Dec 21, 2023
1 parent fcaa4dd commit b00b05e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -7,7 +7,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<bukkit.version>1.20.3-R0.1-SNAPSHOT</bukkit.version>
<placeholderapi.version>2.11.2</placeholderapi.version>
<placeholderapi.version>2.11.5</placeholderapi.version>
<worldguard.version>7.0.4</worldguard.version>
<powermock.version>1.4.12</powermock.version>
<build.number>Unknown</build.number>
Expand Down Expand Up @@ -63,13 +63,13 @@
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-minimessage</artifactId>
<version>4.14.0</version>
<version>4.15.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-platform-bukkit</artifactId>
<version>4.3.1</version>
<version>4.3.2</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit b00b05e

Please sign in to comment.