File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ buildscript {
15
15
}
16
16
17
17
dependencies {
18
- classpath(" com.google.protobuf:protobuf-java:3.17.3 " )
18
+ classpath(" com.google.protobuf:protobuf-java:4.30.0 " )
19
19
}
20
20
}
21
21
22
22
dependencies {
23
23
implementation(kotlin(" stdlib" ))
24
- implementation(" com.google.protobuf:protobuf-java:3.17.3 " )
24
+ implementation(" com.google.protobuf:protobuf-java:4.30.0 " )
25
25
compileOnly(" com.sourcegraph" , " semanticdb-javac" , " 0.8.23" )
26
26
}
27
27
@@ -47,7 +47,7 @@ afterEvaluate {
47
47
48
48
protobuf {
49
49
protoc {
50
- artifact = " com.google.protobuf:protoc:3.17.3 "
50
+ artifact = " com.google.protobuf:protoc:4.30.1 "
51
51
}
52
52
53
53
generatedFilesBaseDir = kotlin.sourceSets.main.get().kotlin.srcDirs.first().path.split(" :" )[0 ].removeSuffix(" main/kotlin" )
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ val snapshotsImplementation: Configuration by configurations.getting {
29
29
dependencies {
30
30
implementation(kotlin(" stdlib" ))
31
31
compileOnly(kotlin(" compiler-embeddable" ))
32
- implementation(" com.google.protobuf" , " protobuf-java" , " 3.15.7 " )
32
+ implementation(" com.google.protobuf" , " protobuf-java" , " 4.30.0 " )
33
33
implementation(projects.semanticdbKotlin)
34
34
35
35
testImplementation(kotlin(" compiler-embeddable" ))
You can’t perform that action at this time.
0 commit comments