@@ -5,25 +5,25 @@ dependencies {
55 implementation project(' :tcs-proto' )
66 implementation project(' :tcs-storage' )
77
8- implementation " com.google.flogger:flogger:0.5.1 "
9- implementation " com.google.flogger:google-extensions:0.5.1 "
10- implementation " com.google.guava:guava:31 .0.1 -jre"
8+ implementation " com.google.flogger:flogger:0.9 "
9+ implementation " com.google.flogger:google-extensions:0.9 "
10+ implementation " com.google.guava:guava:33 .0.0 -jre"
1111 implementation " com.google.inject:guice:6.0.0"
1212 implementation " javax.inject:javax.inject:1"
1313 implementation " io.netty:netty-buffer:4.1.72.Final"
1414 implementation " io.netty:netty-codec-dns:4.1.72.Final"
1515 implementation " io.netty:netty-codec-http:4.1.72.Final"
1616 implementation " io.netty:netty-common:4.1.72.Final"
1717 implementation " io.netty:netty-transport:4.1.72.Final"
18- implementation " com.google.protobuf:protobuf-java:3.11.4 "
19- implementation " com.google.protobuf:protobuf-javalite:3.11.4 "
20- implementation " com.google.protobuf:protobuf-java-util:3.11.4 "
18+ implementation " com.google.protobuf:protobuf-java:3.25.5 "
19+ implementation " com.google.protobuf:protobuf-javalite:3.25.5 "
20+ implementation " com.google.protobuf:protobuf-java-util:3.25.5 "
2121
22- testImplementation " com.google.guava:guava-testlib:1.29.0 "
23- testImplementation " junit:junit:4.13"
24- testImplementation " com.google.truth:truth:1.0.1 "
25- testImplementation " com.google.truth.extensions:truth-java8-extension:1.0.1 "
26- testImplementation " com.google.truth.extensions:truth-proto-extension:1.0.1 "
22+ testImplementation " com.google.guava:guava-testlib:33.0.0-jre "
23+ testImplementation " junit:junit:4.13.2 "
24+ testImplementation " com.google.truth:truth:1.4.4 "
25+ testImplementation " com.google.truth.extensions:truth-java8-extension:1.4.4 "
26+ testImplementation " com.google.truth.extensions:truth-proto-extension:1.4.4 "
2727}
2828
2929tasks. named(" shadowJar" ) {
0 commit comments