Skip to content

Commit

Permalink
Bump some dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Jun 14, 2023
1 parent 98cb901 commit b51785b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<craftbukkit.version>1.20.1-R0.1-SNAPSHOT</craftbukkit.version>
<placeholderapi.version>2.11.2</placeholderapi.version>
<citizensapi.version>${project.version}</citizensapi.version>
<worldguard.version>7.0.4</worldguard.version>
<worldguard.version>7.1.0-SNAPSHOT</worldguard.version>
<powermock.version>1.4.12</powermock.version>
</properties>
<repositories>
Expand Down Expand Up @@ -83,7 +83,7 @@
<dependency>
<groupId>com.viaversion</groupId>
<artifactId>viaversion-api</artifactId>
<version>4.5.1</version>
<version>[4.0.0,5.0.0)</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit b51785b

Please sign in to comment.