diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 69a5113c..ea460a31 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -21,7 +21,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v4 - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: 'temurin' java-version: '17' diff --git a/build.gradle b/build.gradle index a7ecdd90..84387145 100644 --- a/build.gradle +++ b/build.gradle @@ -1,9 +1,9 @@ import org.apache.tools.ant.filters.ReplaceTokens plugins { - id 'org.jetbrains.kotlin.jvm' version '1.9.10' + id 'org.jetbrains.kotlin.jvm' version '1.9.23' id 'com.github.johnrengelman.shadow' version '7.1.2' apply false - id "com.github.ben-manes.versions" version "0.47.0" + id "com.github.ben-manes.versions" version "0.51.0" id "net.kyori.indra" version "2.2.0" id "net.kyori.indra.publishing" version "2.2.0" } @@ -15,7 +15,7 @@ allprojects { archivesBaseName = 'VoteParty' group 'me.clip' - version '2.38-SNAPSHOT' + version '2.38' repositories { mavenCentral() @@ -90,15 +90,15 @@ dependencies { implementation "co.aikar:acf-paper:0.5.1-SNAPSHOT" // Support for materials across all versions - implementation 'com.github.cryptomorin:XSeries:9.8.1' + implementation 'com.github.cryptomorin:XSeries:9.9.0' // bstats implementation 'org.bstats:bstats-bukkit:3.0.2' // json stuff implementation 'net.kyori:adventure-platform-bukkit:4.3.2' - implementation 'net.kyori:adventure-api:4.15.0' - implementation 'net.kyori:adventure-text-minimessage:4.15.0' + implementation 'net.kyori:adventure-api:4.16.0' + implementation 'net.kyori:adventure-text-minimessage:4.16.0' implementation project(":version") implementation project(":version_old")