@@ -184,6 +184,8 @@ maven.install(
184184 "com.google.auto.service:auto-service:1.1.1" ,
185185 "com.google.auto.service:auto-service-annotations:1.1.1" ,
186186 "com.google.googlejavaformat:google-java-format:1.28.0" ,
187+ "com.google.protobuf:protobuf-java:3.25.5" ,
188+ "com.google.protobuf.nano:protobuf-javanano:3.1.0" ,
187189 "com.graphql-java:graphql-java:24.1" ,
188190 "dev.failsafe:failsafe:3.3.2" ,
189191 "io.grpc:grpc-context:1.74.0" ,
@@ -213,6 +215,7 @@ maven.install(
213215 "org.bouncycastle:bcpkix-jdk18on:1.81" ,
214216 "org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5" ,
215217 "org.hsqldb:hsqldb:2.7.4" ,
218+ "org.jboss.marshalling:jboss-marshalling:2.2.3.Final" ,
216219 "org.jspecify:jspecify:1.0.0" ,
217220 "org.junit.jupiter:junit-jupiter-api" ,
218221 "org.junit.jupiter:junit-jupiter-engine" ,
@@ -232,7 +235,7 @@ maven.install(
232235 ],
233236 boms = [
234237 "io.opentelemetry:opentelemetry-bom:1.53.0" ,
235- "io.netty:netty-bom:4.1.121 .Final" ,
238+ "io.netty:netty-bom:4.2.4 .Final" ,
236239 "org.junit:junit-bom:5.13.4" ,
237240 ],
238241 excluded_artifacts = [
0 commit comments