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 12, 2022
1 parent 31e0959 commit 96f86c8
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 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.16.0")
implementation("io.lettuce:lettuce-core:6.2.1.RELEASE")
implementation("io.lettuce:lettuce-core:6.2.2.RELEASE")
}

tasks.withType<JavaCompile> {
Expand Down
2 changes: 1 addition & 1 deletion Platform-BungeeCord-API/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
compileOnly("net.luckperms:api:5.4")

compileOnly("net.kyori:adventure-api:4.12.0")
compileOnly("net.kyori:adventure-platform-bungeecord:4.1.2")
compileOnly("net.kyori:adventure-platform-bungeecord:4.2.0")
compileOnly("net.kyori:adventure-text-minimessage:4.12.0")
compileOnly("net.kyori:adventure-text-serializer-legacy:4.12.0")
compileOnly("net.luckperms:api:5.4")
Expand Down
4 changes: 2 additions & 2 deletions Platform-BungeeCord/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ dependencies {
compileOnly("net.md-5:bungeecord:1.19")

implementation("net.kyori:adventure-api:4.12.0")
implementation("net.kyori:adventure-platform-bungeecord:4.1.2")
implementation("net.kyori:adventure-platform-bungeecord:4.2.0")
implementation("net.kyori:adventure-text-minimessage:4.12.0")
implementation("net.kyori:adventure-text-serializer-legacy:4.12.0")
implementation("com.google.code.gson:gson:2.10")
implementation("com.rabbitmq:amqp-client:5.16.0")
implementation("io.lettuce:lettuce-core:6.2.1.RELEASE")
implementation("io.lettuce:lettuce-core:6.2.2.RELEASE")

// Caffeine for Cache
implementation("com.github.ben-manes.caffeine:caffeine:3.1.2")
Expand Down
2 changes: 1 addition & 1 deletion Platform-Common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {

compileOnly("net.luckperms:api:5.4")
compileOnly("net.luckperms:api:5.4")
compileOnly("dev.simplix:protocolize-api:2.2.2")
compileOnly("dev.simplix:protocolize-api:2.2.3")

// Caffeine for Cache
implementation("com.github.ben-manes.caffeine:caffeine:3.1.2")
Expand Down
4 changes: 2 additions & 2 deletions Platform-Spigot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ dependencies {
compileOnly("org.spigotmc:spigot:1.8.8-R0.1")

implementation("net.kyori:adventure-api:4.12.0")
implementation("net.kyori:adventure-platform-bukkit:4.1.2")
implementation("net.kyori:adventure-platform-bukkit:4.2.0")
implementation("net.kyori:adventure-text-minimessage:4.12.0")
implementation("net.kyori:adventure-text-serializer-legacy:4.12.0")
implementation("com.rabbitmq:amqp-client:5.16.0")
implementation("io.lettuce:lettuce-core:6.2.1.RELEASE")
implementation("io.lettuce:lettuce-core:6.2.2.RELEASE")

// Third Party libraries with public API
compileOnly("net.essentialsx:EssentialsX:2.19.7")
Expand Down
2 changes: 1 addition & 1 deletion Platform-Velocity/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
compileOnly("net.luckperms:api:5.4")
implementation("com.google.code.gson:gson:2.10")
implementation("com.rabbitmq:amqp-client:5.16.0")
implementation("io.lettuce:lettuce-core:6.2.1.RELEASE")
implementation("io.lettuce:lettuce-core:6.2.2.RELEASE")

implementation(project(":EnhancedGlist-Common"))
implementation(project(":EnhancedGlist-Velocity-API"))
Expand Down
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ localProperties.load(project.rootProject.file("local.properties").inputStream())

plugins {
id("com.github.johnrengelman.shadow") version "7.1.2"
kotlin("jvm") version "1.7.21"
kotlin("kapt") version "1.7.21"
kotlin("jvm") version "1.7.22"
kotlin("kapt") version "1.7.22"
`maven-publish`
idea
id("org.jetbrains.gradle.plugin.idea-ext") version "1.1.6"
id("org.jetbrains.gradle.plugin.idea-ext") version "1.1.7"
}

repositories {
Expand Down

0 comments on commit 96f86c8

Please sign in to comment.