Skip to content

Commit

Permalink
v3.1.1 - bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Majekdor committed Jul 8, 2023
1 parent 06bc25d commit 0a29ba7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Plugin Changelog

# 3.1.1 - Dependency Bumps

- Bumped dependencies.
- Officially added 1.20+ support (it worked already, but now I've tested it).

This is an optional update. You will likely see no difference in game.

# 3.1.0 - Hello Hikari

- Started using [HikariCP](https://github.com/brettwooldridge/HikariCP) for managing MySQL.
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>dev.majek</groupId>
<artifactId>hexnicks</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<packaging>jar</packaging>

<name>HexNicks</name>
Expand Down Expand Up @@ -41,7 +41,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.11.0</version>
<configuration>
<source>17</source>
<target>17</target>
Expand All @@ -50,7 +50,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down Expand Up @@ -151,7 +151,7 @@
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>24.0.0</version>
<version>24.0.1</version>
<scope>compile</scope>
</dependency>
<!-- PlaceholderAPI -->
Expand All @@ -165,7 +165,7 @@
<dependency>
<groupId>org.bstats</groupId>
<artifactId>bstats-bukkit</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<scope>compile</scope>
</dependency>
<!-- Vault -->
Expand Down

0 comments on commit 0a29ba7

Please sign in to comment.