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 Jan 23, 2025
1 parent 56f8d7e commit 2b756e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
log4j = "2.24.3"
grpc = "1.69.1"
grpc = "1.70.0"
protobuf = "4.29.3"
via-version = "5.2.1"
via-backwards = "5.2.1"
Expand All @@ -25,11 +25,11 @@ license-report = "com.github.jk1.dependency-license-report:2.9"
[libraries]
gradle-plugin-shadow = "gradle.plugin.com.github.johnrengelman:shadow:8.0.0"
gradle-plugin-licenser = "gradle.plugin.org.cadixdev.gradle:licenser:0.6.1"
gradle-plugin-lombok = "io.freefair.gradle:lombok-plugin:8.11"
gradle-plugin-lombok = "io.freefair.gradle:lombok-plugin:8.12"
gradle-plugin-indra-git = "net.kyori:indra-git:3.1.3"
gradle-plugin-unimined = "xyz.wagyourtail.unimined:xyz.wagyourtail.unimined.gradle.plugin:1.3.12"
gradle-plugin-spotless = "com.diffplug.spotless:spotless-plugin-gradle:7.0.2"
gradle-plugin-freefair = "io.freefair.gradle:maven-plugin:8.11"
gradle-plugin-freefair = "io.freefair.gradle:maven-plugin:8.12"
log4j-api = { module = "org.apache.logging.log4j:log4j-api", version.ref = "log4j" }
log4j-core = { module = "org.apache.logging.log4j:log4j-core", version.ref = "log4j" }
log4j-slf4j2-impl = { module = "org.apache.logging.log4j:log4j-slf4j2-impl", version.ref = "log4j" }
Expand Down Expand Up @@ -67,7 +67,7 @@ gson = "com.google.code.gson:gson:2.11.0"
pf4j = "org.pf4j:pf4j:3.13.0"
fastutil = "it.unimi.dsi:fastutil:8.5.15"
caffeine = "com.github.ben-manes.caffeine:caffeine:3.2.0"
jetbrains-annotations = "org.jetbrains:annotations:26.0.1"
jetbrains-annotations = "org.jetbrains:annotations:26.0.2"
classtransform-mixinstranslator = { module = "net.lenni0451.classtransform:mixinstranslator", version.ref = "classtransform" }
classtransform-mixinsdummy = { module = "net.lenni0451.classtransform:mixinsdummy", version.ref = "classtransform" }
classtransform-additionalclassprovider = { module = "net.lenni0451.classtransform:additionalclassprovider", version.ref = "classtransform" }
Expand All @@ -90,7 +90,7 @@ armeria-prometheus1 = { module = "com.linecorp.armeria:armeria-prometheus1" }
reactor-netty-core = { module = "io.projectreactor.netty:reactor-netty-core", version.ref = "reactor" }
reactor-netty-http = { module = "io.projectreactor.netty:reactor-netty-http", version.ref = "reactor" }
spark = "me.lucko:spark-common:1.10.119-SNAPSHOT"
openai = "com.openai:openai-java:0.12.0"
openai = "com.openai:openai-java:0.13.0"
immutables = "org.immutables:value:2.10.1 "
hibernate-core = "org.hibernate.orm:hibernate-core:7.0.0.Beta3"
hibernate-community-dialects = "org.hibernate.orm:hibernate-community-dialects:7.0.0.Beta3"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pluginManagement {
}

plugins {
id("com.gradle.develocity") version "3.19"
id("com.gradle.develocity") version "3.19.1"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
}

Expand Down

0 comments on commit 2b756e8

Please sign in to comment.