diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 7d21547..ae7f0bc 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -6,12 +6,12 @@ jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 8
- continue-on-error: ${{ matrix.version == '1.19.3' }}
+ continue-on-error: ${{ matrix.version == '1.19.4' }}
strategy:
fail-fast: false
matrix:
flavor: ['bukkit', 'spigot', 'paper', 'purpur']
- version: ['1.19.3', '1.18.2', '1.17.1', '1.16.5']
+ version: ['1.19.4', '1.18.2', '1.17.1', '1.16.5']
steps:
# Download code from repository
- name: Checkout code
@@ -80,7 +80,7 @@ jobs:
env:
VERSION: ${{ matrix.version }}
run: |
- if [ $VERSION == "1.19.3" ]; then
+ if [ $VERSION == "1.19.4" ]; then
url="https://ci.dmulloy2.net/job/ProtocolLib/lastStableBuild/artifact/target/ProtocolLib.jar"
else
url="https://github.com/dmulloy2/ProtocolLib/releases/download/4.8.0/ProtocolLib.jar"
diff --git a/pom.xml b/pom.xml
index b52cf61..acedb80 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
io.josemmo.bukkit.plugin
YamipaPlugin
- 1.2.8
+ 1.2.9
8
@@ -41,7 +41,7 @@
org.spigotmc
spigot-api
- 1.19.3-R0.1-SNAPSHOT
+ 1.19.4-R0.1-SNAPSHOT
provided
@@ -59,7 +59,7 @@
org.bstats
bstats-bukkit
- 3.0.0
+ 3.0.1
com.sk89q.worldguard
@@ -70,13 +70,13 @@
com.github.TechFortress
GriefPrevention
- 16.18
+ 16.18.1
provided
org.jetbrains
annotations
- 24.0.0
+ 24.0.1
provided