Skip to content

Commit 86e34f9

Browse files
committed
build(deps): Bump loads of stuff using Bazel Steward (with manual fixes, see #254)
1 parent 2bf4eac commit 86e34f9

File tree

3 files changed

+3260
-189
lines changed

3 files changed

+3260
-189
lines changed

MODULE.bazel

+22-22
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
RDF4J_VERSION = "5.1.1"
17+
RDF4J_VERSION = "5.1.2"
1818

1919
GRPC_JAVA_VERSION = "1.69.0"
2020

@@ -69,8 +69,8 @@ enola_maven.install(
6969
# dependencies are required. This was inspired by the grpc-java examples at
7070
# https://github.com/grpc/grpc-java/blob/8c261c3f28c7d83e1e976acfc34b62027078252b/examples/MODULE.bazel#L24
7171
# which should be updated when this will be refined.
72-
"com.google.api.grpc:grpc-google-cloud-pubsub-v1:0.1.24",
73-
"com.google.api.grpc:proto-google-cloud-pubsub-v1:0.1.24",
72+
"com.google.api.grpc:grpc-google-cloud-pubsub-v1:0.13.0",
73+
"com.google.api.grpc:proto-google-cloud-pubsub-v1:0.13.0",
7474
"com.google.auto.value:auto-value:1.11.0",
7575
"com.google.auto.service:auto-service:1.1.1",
7676
"com.google.auto.service:auto-service-annotations:1.1.1",
@@ -79,8 +79,8 @@ enola_maven.install(
7979
"com.google.truth.extensions:truth-java8-extension:1.4.4",
8080
"com.google.truth.extensions:truth-proto-extension:1.4.4",
8181
# Protobuf
82-
"com.google.protobuf:protobuf-java:4.29.2",
83-
"com.google.protobuf:protobuf-java-util:4.29.2",
82+
"com.google.protobuf:protobuf-java:4.29.3",
83+
"com.google.protobuf:protobuf-java-util:4.29.3",
8484
# gRPC
8585
"io.grpc:grpc-netty:%s" % GRPC_JAVA_VERSION,
8686
"io.grpc:grpc-stub:%s" % GRPC_JAVA_VERSION,
@@ -91,19 +91,19 @@ enola_maven.install(
9191
"org.eclipse.rdf4j:rdf4j-rio-jsonld:%s" % RDF4J_VERSION,
9292
"org.eclipse.rdf4j:rdf4j-rio-turtle:%s" % RDF4J_VERSION,
9393
# TODO Remove jackson-databind when https://github.com/eclipse-rdf4j/rdf4j/issues/4907 Link Bug is fixed!
94-
"com.fasterxml.jackson.core:jackson-databind:2.13.5",
94+
"com.fasterxml.jackson.core:jackson-databind:2.18.3",
9595
# kubernetes:client-java also depends on Protobuf (+gRPC?), version may need to be upgraded together
96-
"io.kubernetes:client-java:19.0.0",
96+
"io.kubernetes:client-java:19.0.2",
9797
# Other
98-
"ch.vorburger.exec:exec:3.1.5",
98+
"ch.vorburger.exec:exec:3.3.0",
9999
"com.github.java-json-tools:uri-template:0.10",
100-
"info.picocli:picocli:4.7.5",
101-
"org.snakeyaml:snakeyaml-engine:2.8",
102-
"org.yaml:snakeyaml:2.3",
103-
"org.slf4j:slf4j-jdk14:2.0.16",
104-
"org.slf4j:slf4j-simple:2.0.16",
100+
"info.picocli:picocli:4.7.6",
101+
"org.snakeyaml:snakeyaml-engine:2.9",
102+
"org.yaml:snakeyaml:2.4",
103+
"org.slf4j:slf4j-jdk14:2.0.17",
104+
"org.slf4j:slf4j-simple:2.0.17",
105105
# Tika (unfortunately!) uses Log4j (v2) instead of SLF4j, so:
106-
"org.apache.logging.log4j:log4j-to-jul:2.24.0",
106+
"org.apache.logging.log4j:log4j-to-jul:2.24.3",
107107
"io.github.classgraph:classgraph:4.8.179",
108108
"com.google.errorprone:error_prone_annotations:2.36.0",
109109
"com.google.errorprone:error_prone_type_annotations:2.36.0",
@@ -112,19 +112,19 @@ enola_maven.install(
112112
"com.squareup.okhttp3:logging-interceptor:4.12.0",
113113
"dev.dirs:directories:26",
114114
"io.github.amithkoujalgi:ollama4j:1.0.70",
115-
"com.github.spotbugs:spotbugs-annotations:4.8.6",
116-
"io.github.java-diff-utils:java-diff-utils:4.12",
117-
"org.jsoup:jsoup:1.18.1",
115+
"com.github.spotbugs:spotbugs-annotations:4.9.1",
116+
"io.github.java-diff-utils:java-diff-utils:4.15",
117+
"org.jsoup:jsoup:1.18.3",
118118
"org.apache.tika:tika-core:3.0.0-BETA2",
119119
"org.apache.tika:tika-parsers-standard-package:3.0.0-BETA2",
120120
"com.github.package-url:packageurl-java:1.5.0",
121121

122122
# Maven Connector
123-
"eu.maveniverse.maven.mima.runtime:standalone-static:2.4.21",
124-
"eu.maveniverse.maven.mima:context:2.4.21",
125-
"eu.maveniverse.maven.mima.extensions:mmr:2.4.21",
126-
"org.apache.maven.resolver:maven-resolver-api:1.9.22",
127-
"org.apache.maven.resolver:maven-resolver-util:1.9.22",
123+
"eu.maveniverse.maven.mima.runtime:standalone-static:2.4.22",
124+
"eu.maveniverse.maven.mima:context:2.4.22",
125+
"eu.maveniverse.maven.mima.extensions:mmr:2.4.22",
126+
"org.apache.maven.resolver:maven-resolver-api:2.0.6",
127+
"org.apache.maven.resolver:maven-resolver-util:2.0.6",
128128
"org.apache.maven:maven-model:3.9.9",
129129
"org.codehaus.plexus:plexus-xml:4.0.4",
130130

0 commit comments

Comments
 (0)