From 0a29ba743a09c0c2eb9a6fc3a09c871e86ac59f4 Mon Sep 17 00:00:00 2001 From: kevinbarnes Date: Sat, 8 Jul 2023 09:34:27 -0400 Subject: [PATCH] v3.1.1 - bump dependencies --- CHANGELOG.md | 7 +++++++ pom.xml | 10 +++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53b1172..a6466eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/pom.xml b/pom.xml index 7616b75..9200dc4 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ dev.majek hexnicks - 3.1.0 + 3.1.1 jar HexNicks @@ -41,7 +41,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.10.1 + 3.11.0 17 17 @@ -50,7 +50,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.4.1 + 3.5.0 attach-javadocs @@ -151,7 +151,7 @@ org.jetbrains annotations - 24.0.0 + 24.0.1 compile @@ -165,7 +165,7 @@ org.bstats bstats-bukkit - 3.0.0 + 3.0.1 compile