File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ buildscript {
16
16
}
17
17
18
18
dependencies {
19
- classpath(" com.google.protobuf:protobuf-java:3.17.3 " )
19
+ classpath(" com.google.protobuf:protobuf-java:3.19.1 " )
20
20
}
21
21
}
22
22
23
23
dependencies {
24
24
implementation(kotlin(" stdlib" ))
25
- implementation(" com.google.protobuf:protobuf-java:3.17.3 " )
25
+ implementation(" com.google.protobuf:protobuf-java:3.19.1 " )
26
26
compileOnly(" com.sourcegraph" , " semanticdb-javac" , " 0.6.12" )
27
27
}
28
28
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ val snapshotsImplementation: Configuration by configurations.getting {
30
30
dependencies {
31
31
implementation(kotlin(" stdlib" ))
32
32
compileOnly(kotlin(" compiler-embeddable" ))
33
- implementation(" com.google.protobuf" , " protobuf-java" , " 3.15.7 " )
33
+ implementation(" com.google.protobuf" , " protobuf-java" , " 3.19.1 " )
34
34
implementation(projects.semanticdbKotlin)
35
35
36
36
testImplementation(kotlin(" compiler-embeddable" ))
You can’t perform that action at this time.
0 commit comments