Update worldguard-bukkit dependency version

The version of the "worldguard-bukkit" dependency in the pom.xml has been updated from 7.0.4-SNAPSHOT to 7.0.9-SNAPSHOT. This upgrade ensures the project is using the latest and possibly more stable or feature-rich version of the dependency.
This commit is contained in:
2024-04-07 16:29:38 +02:00
parent 292b7b1b77
commit 375ef3de4e
+1 -1
View File
@@ -91,7 +91,7 @@
<dependency> <dependency>
<groupId>com.sk89q.worldguard</groupId> <groupId>com.sk89q.worldguard</groupId>
<artifactId>worldguard-bukkit</artifactId> <artifactId>worldguard-bukkit</artifactId>
<version>7.0.4-SNAPSHOT</version> <version>7.0.9-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>