Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent ab5e316 commit d7e69a2
Show file tree
Hide file tree
Showing 13 changed files with 59 additions and 55 deletions.
4 changes: 2 additions & 2 deletions Messenger/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ repositories {

dependencies {
// Communication types
implementation("com.rabbitmq:amqp-client:5.20.0")
implementation("io.lettuce:lettuce-core:6.3.0.RELEASE")
implementation("com.rabbitmq:amqp-client:5.24.0")
implementation("io.lettuce:lettuce-core:6.5.1.RELEASE")
}

tasks.withType<JavaCompile> {
Expand Down
10 changes: 5 additions & 5 deletions Platform-BungeeCord-API/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ dependencies {
compileOnly("net.md-5:bungeecord:1.19")
compileOnly("net.luckperms:api:5.4")

compileOnly("net.kyori:adventure-api:4.15.0")
compileOnly("net.kyori:adventure-platform-bungeecord:4.3.2")
compileOnly("net.kyori:adventure-text-minimessage:4.15.0")
compileOnly("net.kyori:adventure-text-serializer-legacy:4.15.0")
compileOnly("net.kyori:adventure-api:4.18.0")
compileOnly("net.kyori:adventure-platform-bungeecord:4.3.4")
compileOnly("net.kyori:adventure-text-minimessage:4.18.0")
compileOnly("net.kyori:adventure-text-serializer-legacy:4.18.0")
compileOnly("net.luckperms:api:5.4")
compileOnly("com.google.code.gson:gson:2.10.1")
compileOnly("com.google.code.gson:gson:2.11.0")

compileOnly(project(":enhancedglist-common"))

Expand Down
16 changes: 8 additions & 8 deletions Platform-BungeeCord/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ dependencies {

compileOnly("net.md-5:bungeecord:1.19")

implementation("net.kyori:adventure-api:4.15.0")
implementation("net.kyori:adventure-platform-bungeecord:4.3.2")
implementation("net.kyori:adventure-text-minimessage:4.15.0")
implementation("net.kyori:adventure-text-serializer-legacy:4.15.0")
implementation("com.google.code.gson:gson:2.10.1")
implementation("com.rabbitmq:amqp-client:5.20.0")
implementation("io.lettuce:lettuce-core:6.3.0.RELEASE")
implementation("net.kyori:adventure-api:4.18.0")
implementation("net.kyori:adventure-platform-bungeecord:4.3.4")
implementation("net.kyori:adventure-text-minimessage:4.18.0")
implementation("net.kyori:adventure-text-serializer-legacy:4.18.0")
implementation("com.google.code.gson:gson:2.11.0")
implementation("com.rabbitmq:amqp-client:5.24.0")
implementation("io.lettuce:lettuce-core:6.5.1.RELEASE")

// Caffeine for Cache
implementation("com.github.ben-manes.caffeine:caffeine:3.1.8")
Expand All @@ -43,7 +43,7 @@ dependencies {
compileOnly("com.github.LeonMangler:PremiumVanishAPI:2.9.0-4")

// Protocolize
compileOnly("dev.simplix:protocolize-api:2.3.3")
compileOnly("dev.simplix:protocolize-api:2.4.3")
}

tasks.withType<com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar> {
Expand Down
18 changes: 9 additions & 9 deletions Platform-Common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ dependencies {
implementation(project(":enhancedglist-updater"))
implementation(project(":enhancedglist-messenger"))

implementation("net.kyori:adventure-api:4.15.0")
implementation("net.kyori:adventure-text-minimessage:4.15.0")
implementation("net.kyori:adventure-text-serializer-legacy:4.15.0")
implementation("net.kyori:adventure-text-serializer-gson:4.15.0")
implementation("com.google.code.gson:gson:2.10.1")
implementation("net.kyori:adventure-api:4.18.0")
implementation("net.kyori:adventure-text-minimessage:4.18.0")
implementation("net.kyori:adventure-text-serializer-legacy:4.18.0")
implementation("net.kyori:adventure-text-serializer-gson:4.18.0")
implementation("com.google.code.gson:gson:2.11.0")

compileOnly("net.luckperms:api:5.4")
compileOnly("net.luckperms:api:5.4")
compileOnly("dev.simplix:protocolize-api:2.3.3")
testImplementation("dev.simplix:protocolize-api:2.3.3")
compileOnly("dev.simplix:protocolize-api:2.4.3")
testImplementation("dev.simplix:protocolize-api:2.4.3")

// Caffeine for Cache
implementation("com.github.ben-manes.caffeine:caffeine:3.1.8")
Expand All @@ -40,8 +40,8 @@ dependencies {
implementation("org.spongepowered:configurate-hocon:4.1.2")

testImplementation(kotlin("test"))
testImplementation("org.mockito:mockito-core:5.8.0")
testImplementation("org.mockito:mockito-junit-jupiter:5.8.0")
testImplementation("org.mockito:mockito-core:5.14.2")
testImplementation("org.mockito:mockito-junit-jupiter:5.14.2")
testImplementation("org.mockito:mockito-inline:5.2.0")
}

Expand Down
12 changes: 6 additions & 6 deletions Platform-Spigot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ repositories {
dependencies {
compileOnly("org.spigotmc:spigot-api:1.8.8-R0.1-SNAPSHOT")

implementation("net.kyori:adventure-api:4.15.0")
implementation("net.kyori:adventure-platform-bukkit:4.3.2")
implementation("net.kyori:adventure-text-minimessage:4.15.0")
implementation("net.kyori:adventure-text-serializer-legacy:4.15.0")
implementation("com.rabbitmq:amqp-client:5.20.0")
implementation("io.lettuce:lettuce-core:6.3.0.RELEASE")
implementation("net.kyori:adventure-api:4.18.0")
implementation("net.kyori:adventure-platform-bukkit:4.3.4")
implementation("net.kyori:adventure-text-minimessage:4.18.0")
implementation("net.kyori:adventure-text-serializer-legacy:4.18.0")
implementation("com.rabbitmq:amqp-client:5.24.0")
implementation("io.lettuce:lettuce-core:6.5.1.RELEASE")

// Third Party libraries with public API
compileOnly("net.essentialsx:EssentialsX:2.20.1") {
Expand Down
4 changes: 2 additions & 2 deletions Platform-Velocity-API/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ dependencies {

compileOnly("com.velocitypowered:velocity-api:3.1.1")
kapt("com.velocitypowered:velocity-api:3.1.1")
compileOnly("net.kyori:adventure-text-serializer-legacy:4.15.0")
compileOnly("net.kyori:adventure-text-serializer-legacy:4.18.0")
compileOnly("net.luckperms:api:5.4")
compileOnly("com.google.code.gson:gson:2.10.1")
compileOnly("com.google.code.gson:gson:2.11.0")

compileOnly(project(":enhancedglist-common"))

Expand Down
10 changes: 5 additions & 5 deletions Platform-Velocity/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ dependencies {
compileOnly("com.velocitypowered:velocity-api:3.1.1")
kapt("com.velocitypowered:velocity-api:3.1.1")
annotationProcessor("com.velocitypowered:velocity-api:3.1.1")
implementation("net.kyori:adventure-text-serializer-legacy:4.15.0")
implementation("net.kyori:adventure-text-serializer-legacy:4.18.0")
compileOnly("net.luckperms:api:5.4")
implementation("com.google.code.gson:gson:2.10.1")
implementation("com.rabbitmq:amqp-client:5.20.0")
implementation("io.lettuce:lettuce-core:6.3.0.RELEASE")
implementation("com.google.code.gson:gson:2.11.0")
implementation("com.rabbitmq:amqp-client:5.24.0")
implementation("io.lettuce:lettuce-core:6.5.1.RELEASE")

implementation(project(":enhancedglist-common"))
implementation(project(":enhancedglist-velocity-api"))
Expand All @@ -40,7 +40,7 @@ dependencies {
implementation("org.spongepowered:configurate-hocon:4.1.2")

// Protocolize
compileOnly("dev.simplix:protocolize-api:2.3.3")
compileOnly("dev.simplix:protocolize-api:2.4.3")

// PremiumVanish
compileOnly("com.github.LeonMangler:PremiumVanishAPI:2.9.0-4")
Expand Down
4 changes: 2 additions & 2 deletions Updater/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ repositories {

dependencies {
implementation("org.spongepowered:configurate-hocon:4.1.2")
implementation("com.squareup.okhttp3:okhttp:5.0.0-alpha.12")
implementation("com.squareup.okhttp3:okhttp:5.0.0-SNAPSHOT")

// Spigot 1.8 uses 2.2.4
compileOnly("com.google.code.gson:gson:2.10.1")
compileOnly("com.google.code.gson:gson:2.11.0")
}

tasks.withType<JavaCompile> {
Expand Down
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ if(project.rootProject.file("local.properties").exists()) {
// Plugins
plugins {
id("com.github.johnrengelman.shadow") version "8.1.1"
kotlin("jvm") version "1.9.22"
kotlin("kapt") version "1.9.22"
kotlin("jvm") version "1.9.25"
kotlin("kapt") version "1.9.25"
`maven-publish`
idea
id("org.jetbrains.gradle.plugin.idea-ext") version "1.1.7"
id("org.jetbrains.gradle.plugin.idea-ext") version "1.1.9"
}

// Repositories
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
6 changes: 4 additions & 2 deletions gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
# SPDX-License-Identifier: Apache-2.0
#

##############################################################################
#
Expand Down Expand Up @@ -55,7 +57,7 @@
# Darwin, MinGW, and NonStop.
#
# (3) This script is generated from the Groovy template
# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# within the Gradle project.
#
# You can find Gradle at https://github.com/gradle/gradle/.
Expand Down Expand Up @@ -84,7 +86,7 @@ done
# shellcheck disable=SC2034
APP_BASE_NAME=${0##*/}
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit

# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum
Expand Down
22 changes: 12 additions & 10 deletions gradlew.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
@rem See the License for the specific language governing permissions and
@rem limitations under the License.
@rem
@rem SPDX-License-Identifier: Apache-2.0
@rem

@if "%DEBUG%"=="" @echo off
@rem ##########################################################################
Expand Down Expand Up @@ -43,11 +45,11 @@ set JAVA_EXE=java.exe
%JAVA_EXE% -version >NUL 2>&1
if %ERRORLEVEL% equ 0 goto execute

echo.
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
echo.
echo Please set the JAVA_HOME variable in your environment to match the
echo location of your Java installation.
echo. 1>&2
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2
echo. 1>&2
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
echo location of your Java installation. 1>&2

goto fail

Expand All @@ -57,11 +59,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe

if exist "%JAVA_EXE%" goto execute

echo.
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
echo.
echo Please set the JAVA_HOME variable in your environment to match the
echo location of your Java installation.
echo. 1>&2
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2
echo. 1>&2
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
echo location of your Java installation. 1>&2

goto fail

Expand Down

0 comments on commit d7e69a2

Please sign in to comment.