Skip to content

Commit a947529

Browse files
Update all non-major dependencies (#639)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 56f8d7e commit a947529

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
log4j = "2.24.3"
3-
grpc = "1.69.1"
3+
grpc = "1.70.0"
44
protobuf = "4.29.3"
55
via-version = "5.2.1"
66
via-backwards = "5.2.1"
@@ -25,11 +25,11 @@ license-report = "com.github.jk1.dependency-license-report:2.9"
2525
[libraries]
2626
gradle-plugin-shadow = "gradle.plugin.com.github.johnrengelman:shadow:8.0.0"
2727
gradle-plugin-licenser = "gradle.plugin.org.cadixdev.gradle:licenser:0.6.1"
28-
gradle-plugin-lombok = "io.freefair.gradle:lombok-plugin:8.11"
28+
gradle-plugin-lombok = "io.freefair.gradle:lombok-plugin:8.12"
2929
gradle-plugin-indra-git = "net.kyori:indra-git:3.1.3"
3030
gradle-plugin-unimined = "xyz.wagyourtail.unimined:xyz.wagyourtail.unimined.gradle.plugin:1.3.12"
3131
gradle-plugin-spotless = "com.diffplug.spotless:spotless-plugin-gradle:7.0.2"
32-
gradle-plugin-freefair = "io.freefair.gradle:maven-plugin:8.11"
32+
gradle-plugin-freefair = "io.freefair.gradle:maven-plugin:8.12"
3333
log4j-api = { module = "org.apache.logging.log4j:log4j-api", version.ref = "log4j" }
3434
log4j-core = { module = "org.apache.logging.log4j:log4j-core", version.ref = "log4j" }
3535
log4j-slf4j2-impl = { module = "org.apache.logging.log4j:log4j-slf4j2-impl", version.ref = "log4j" }
@@ -67,7 +67,7 @@ gson = "com.google.code.gson:gson:2.11.0"
6767
pf4j = "org.pf4j:pf4j:3.13.0"
6868
fastutil = "it.unimi.dsi:fastutil:8.5.15"
6969
caffeine = "com.github.ben-manes.caffeine:caffeine:3.2.0"
70-
jetbrains-annotations = "org.jetbrains:annotations:26.0.1"
70+
jetbrains-annotations = "org.jetbrains:annotations:26.0.2"
7171
classtransform-mixinstranslator = { module = "net.lenni0451.classtransform:mixinstranslator", version.ref = "classtransform" }
7272
classtransform-mixinsdummy = { module = "net.lenni0451.classtransform:mixinsdummy", version.ref = "classtransform" }
7373
classtransform-additionalclassprovider = { module = "net.lenni0451.classtransform:additionalclassprovider", version.ref = "classtransform" }
@@ -90,7 +90,7 @@ armeria-prometheus1 = { module = "com.linecorp.armeria:armeria-prometheus1" }
9090
reactor-netty-core = { module = "io.projectreactor.netty:reactor-netty-core", version.ref = "reactor" }
9191
reactor-netty-http = { module = "io.projectreactor.netty:reactor-netty-http", version.ref = "reactor" }
9292
spark = "me.lucko:spark-common:1.10.119-SNAPSHOT"
93-
openai = "com.openai:openai-java:0.12.0"
93+
openai = "com.openai:openai-java:0.13.0"
9494
immutables = "org.immutables:value:2.10.1 "
9595
hibernate-core = "org.hibernate.orm:hibernate-core:7.0.0.Beta3"
9696
hibernate-community-dialects = "org.hibernate.orm:hibernate-community-dialects:7.0.0.Beta3"

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pluginManagement {
88
}
99

1010
plugins {
11-
id("com.gradle.develocity") version "3.19"
11+
id("com.gradle.develocity") version "3.19.1"
1212
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
1313
}
1414

0 commit comments

Comments
 (0)