We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db1f346 commit 60f49fdCopy full SHA for 60f49fd
packages/dsl-java/build.gradle
@@ -42,7 +42,7 @@ dependencies {
42
implementation "io.grpc:grpc-netty-shaded:${grpcVersion}"
43
implementation "io.grpc:grpc-protobuf:${grpcVersion}"
44
implementation 'com.fasterxml.jackson.core:jackson-databind:2.20.0'
45
- implementation 'org.jetbrains:annotations:26.0.2'
+ implementation 'org.jetbrains:annotations:26.0.2-1'
46
47
testImplementation 'com.google.protobuf:protobuf-gradle-plugin:0.9.5'
48
0 commit comments