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 May 31, 2024
1 parent ab5e316 commit 94ba572
Show file tree
Hide file tree
Showing 13 changed files with 47 additions and 47 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.21.0")
implementation("io.lettuce:lettuce-core:6.3.2.RELEASE")
}

tasks.withType<JavaCompile> {
Expand Down
8 changes: 4 additions & 4 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-api:4.17.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-text-minimessage:4.17.0")
compileOnly("net.kyori:adventure-text-serializer-legacy:4.17.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
12 changes: 6 additions & 6 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-api:4.17.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-text-minimessage:4.17.0")
implementation("net.kyori:adventure-text-serializer-legacy:4.17.0")
implementation("com.google.code.gson:gson:2.11.0")
implementation("com.rabbitmq:amqp-client:5.21.0")
implementation("io.lettuce:lettuce-core:6.3.2.RELEASE")

// Caffeine for Cache
implementation("com.github.ben-manes.caffeine:caffeine:3.1.8")
Expand Down
14 changes: 7 additions & 7 deletions Platform-Common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ 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.17.0")
implementation("net.kyori:adventure-text-minimessage:4.17.0")
implementation("net.kyori:adventure-text-serializer-legacy:4.17.0")
implementation("net.kyori:adventure-text-serializer-gson:4.17.0")
implementation("com.google.code.gson:gson:2.11.0")

compileOnly("net.luckperms:api:5.4")
compileOnly("net.luckperms:api:5.4")
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.12.0")
testImplementation("org.mockito:mockito-junit-jupiter:5.12.0")
testImplementation("org.mockito:mockito-inline:5.2.0")
}

Expand Down
10 changes: 5 additions & 5 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-api:4.17.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-text-minimessage:4.17.0")
implementation("net.kyori:adventure-text-serializer-legacy:4.17.0")
implementation("com.rabbitmq:amqp-client:5.21.0")
implementation("io.lettuce:lettuce-core:6.3.2.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.17.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
8 changes: 4 additions & 4 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.17.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.21.0")
implementation("io.lettuce:lettuce-core:6.3.2.RELEASE")

implementation(project(":enhancedglist-common"))
implementation(project(":enhancedglist-velocity-api"))
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.24"
kotlin("kapt") version "1.9.24"
`maven-publish`
idea
id("org.jetbrains.gradle.plugin.idea-ext") version "1.1.7"
id("org.jetbrains.gradle.plugin.idea-ext") version "1.1.8"
}

// 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.8-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,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
20 changes: 10 additions & 10 deletions gradlew.bat
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,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 +57,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 94ba572

Please sign in to comment.