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 Mar 1, 2024
1 parent ab5e316 commit f391b33
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion Messenger/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repositories {
dependencies {
// Communication types
implementation("com.rabbitmq:amqp-client:5.20.0")
implementation("io.lettuce:lettuce-core:6.3.0.RELEASE")
implementation("io.lettuce:lettuce-core:6.3.1.RELEASE")
}

tasks.withType<JavaCompile> {
Expand Down
6 changes: 3 additions & 3 deletions Platform-BungeeCord-API/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ 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.16.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.16.0")
compileOnly("net.kyori:adventure-text-serializer-legacy:4.16.0")
compileOnly("net.luckperms:api:5.4")
compileOnly("com.google.code.gson:gson:2.10.1")

Expand Down
8 changes: 4 additions & 4 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.16.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("net.kyori:adventure-text-minimessage:4.16.0")
implementation("net.kyori:adventure-text-serializer-legacy:4.16.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("io.lettuce:lettuce-core:6.3.1.RELEASE")

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

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.11.0")
testImplementation("org.mockito:mockito-junit-jupiter:5.11.0")
testImplementation("org.mockito:mockito-inline:5.2.0")
}

Expand Down
8 changes: 4 additions & 4 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.16.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("net.kyori:adventure-text-minimessage:4.16.0")
implementation("net.kyori:adventure-text-serializer-legacy:4.16.0")
implementation("com.rabbitmq:amqp-client:5.20.0")
implementation("io.lettuce:lettuce-core:6.3.0.RELEASE")
implementation("io.lettuce:lettuce-core:6.3.1.RELEASE")

// Third Party libraries with public API
compileOnly("net.essentialsx:EssentialsX:2.20.1") {
Expand Down
2 changes: 1 addition & 1 deletion Platform-Velocity-API/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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.16.0")
compileOnly("net.luckperms:api:5.4")
compileOnly("com.google.code.gson:gson:2.10.1")

Expand Down
4 changes: 2 additions & 2 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.16.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("io.lettuce:lettuce-core:6.3.1.RELEASE")

implementation(project(":enhancedglist-common"))
implementation(project(":enhancedglist-velocity-api"))
Expand Down
2 changes: 1 addition & 1 deletion Updater/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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")
Expand Down
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.6-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
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 f391b33

Please sign in to comment.