Updates dependencies
All checks were successful
KnarCraft/DynmapCitizens/pipeline/head This commit looks good

This commit is contained in:
2025-12-17 14:50:48 +01:00
parent 65cf9c9b52
commit b51404d7a8
2 changed files with 6 additions and 6 deletions

10
pom.xml
View File

@@ -122,19 +122,19 @@
<dependency>
<groupId>me.pikamug.quests</groupId>
<artifactId>quests-api</artifactId>
<version>5.0.0-rc.3</version>
<version>5.2.8</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.20.4-R0.1-SNAPSHOT</version>
<version>1.21.10-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.citizensnpcs</groupId>
<artifactId>citizens-main</artifactId>
<version>2.0.30-SNAPSHOT</version>
<version>2.0.33-SNAPSHOT</version>
<type>jar</type>
<scope>provided</scope>
<exclusions>
@@ -147,7 +147,7 @@
<dependency>
<groupId>us.dynmap</groupId>
<artifactId>dynmap-api</artifactId>
<version>3.4</version>
<version>3.6-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -177,7 +177,7 @@
<dependency>
<groupId>org.mcmonkey</groupId>
<artifactId>sentinel</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.8.1-SNAPSHOT</version>
<type>jar</type>
<scope>provided</scope>
<exclusions>

View File

@@ -258,7 +258,7 @@ public enum QuestsTranslatableMessage implements TranslatableMessage {
QUESTS_INVOLVED_IN_DELIVERY_TARGET,
/**
* The format for displaying that the NPC is a interaction target in a quest
* The format for displaying that the NPC is an interaction target in a quest
*
* <p>Placeholders: {questName}</p>
*/