Skip to content

Commit

Permalink
Update more dependencies in the pom.
Browse files Browse the repository at this point in the history
  • Loading branch information
LlmDl committed Dec 27, 2023
1 parent 688118e commit fa2bc13
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.19.4-R0.1-SNAPSHOT</version>
<version>1.20.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -105,7 +105,7 @@
<dependency>
<groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId>
<version>2.10.4</version>
<version>2.11.5</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -128,7 +128,7 @@
<dependency>
<groupId>com.github.bsideup.jabel</groupId>
<artifactId>jabel-javac-plugin</artifactId>
<version>0.4.2</version>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand All @@ -139,7 +139,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.11.0</version>
<configuration>
<release>8</release>
<source>${java.version}</source>
Expand Down

0 comments on commit fa2bc13

Please sign in to comment.