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 {
1616 }
1717
1818 dependencies {
19- classpath(" com.google.protobuf:protobuf-java:3.17.3 " )
19+ classpath(" com.google.protobuf:protobuf-java:3.21.4 " )
2020 }
2121}
2222
2323dependencies {
2424 implementation(kotlin(" stdlib" ))
25- implementation(" com.google.protobuf:protobuf-java:3.17.3 " )
25+ implementation(" com.google.protobuf:protobuf-java:3.21.4 " )
2626 compileOnly(" com.sourcegraph" , " semanticdb-javac" , " 0.6.12" )
2727}
2828
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ val snapshotsImplementation: Configuration by configurations.getting {
3030dependencies {
3131 implementation(kotlin(" stdlib" ))
3232 compileOnly(kotlin(" compiler-embeddable" ))
33- implementation(" com.google.protobuf" , " protobuf-java" , " 3.15.7 " )
33+ implementation(" com.google.protobuf" , " protobuf-java" , " 3.21.4 " )
3434 implementation(projects.semanticdbKotlin)
3535
3636 testImplementation(kotlin(" compiler-embeddable" ))
You can’t perform that action at this time.
0 commit comments