14
14
# See the License for the specific language governing permissions and
15
15
# limitations under the License.
16
16
17
- RDF4J_VERSION = "5.1.1 "
17
+ RDF4J_VERSION = "5.1.2 "
18
18
19
19
GRPC_JAVA_VERSION = "1.69.0"
20
20
@@ -69,8 +69,8 @@ enola_maven.install(
69
69
# dependencies are required. This was inspired by the grpc-java examples at
70
70
# https://github.com/grpc/grpc-java/blob/8c261c3f28c7d83e1e976acfc34b62027078252b/examples/MODULE.bazel#L24
71
71
# 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 " ,
74
74
"com.google.auto.value:auto-value:1.11.0" ,
75
75
"com.google.auto.service:auto-service:1.1.1" ,
76
76
"com.google.auto.service:auto-service-annotations:1.1.1" ,
@@ -79,8 +79,8 @@ enola_maven.install(
79
79
"com.google.truth.extensions:truth-java8-extension:1.4.4" ,
80
80
"com.google.truth.extensions:truth-proto-extension:1.4.4" ,
81
81
# 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 " ,
84
84
# gRPC
85
85
"io.grpc:grpc-netty:%s" % GRPC_JAVA_VERSION ,
86
86
"io.grpc:grpc-stub:%s" % GRPC_JAVA_VERSION ,
@@ -91,19 +91,19 @@ enola_maven.install(
91
91
"org.eclipse.rdf4j:rdf4j-rio-jsonld:%s" % RDF4J_VERSION ,
92
92
"org.eclipse.rdf4j:rdf4j-rio-turtle:%s" % RDF4J_VERSION ,
93
93
# 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 " ,
95
95
# 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 " ,
97
97
# Other
98
- "ch.vorburger.exec:exec:3.1.5 " ,
98
+ "ch.vorburger.exec:exec:3.3.0 " ,
99
99
"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 " ,
105
105
# 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 " ,
107
107
"io.github.classgraph:classgraph:4.8.179" ,
108
108
"com.google.errorprone:error_prone_annotations:2.36.0" ,
109
109
"com.google.errorprone:error_prone_type_annotations:2.36.0" ,
@@ -112,19 +112,19 @@ enola_maven.install(
112
112
"com.squareup.okhttp3:logging-interceptor:4.12.0" ,
113
113
"dev.dirs:directories:26" ,
114
114
"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 " ,
118
118
"org.apache.tika:tika-core:3.0.0-BETA2" ,
119
119
"org.apache.tika:tika-parsers-standard-package:3.0.0-BETA2" ,
120
120
"com.github.package-url:packageurl-java:1.5.0" ,
121
121
122
122
# 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 " ,
128
128
"org.apache.maven:maven-model:3.9.9" ,
129
129
"org.codehaus.plexus:plexus-xml:4.0.4" ,
130
130
0 commit comments