File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ buildscript {
1515    }
1616
1717    dependencies {
18-         classpath(" com.google.protobuf:protobuf-java:3.17.3 " 
18+         classpath(" com.google.protobuf:protobuf-java:4.30.0 " 
1919    }
2020}
2121
2222dependencies {
2323    implementation(kotlin(" stdlib" 
24-     implementation(" com.google.protobuf:protobuf-java:3.17.3 " 
24+     implementation(" com.google.protobuf:protobuf-java:4.30.0 " 
2525    compileOnly(" com.sourcegraph" " semanticdb-javac" " 0.8.23" 
2626}
2727
@@ -47,7 +47,7 @@ afterEvaluate {
4747
4848protobuf {
4949    protoc {
50-         artifact =  " com.google.protobuf:protoc:3.17.3 " 
50+         artifact =  " com.google.protobuf:protoc:4.30.0 " 
5151    }
5252
5353    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 {
2929dependencies {
3030    implementation(kotlin(" stdlib" 
3131    compileOnly(kotlin(" compiler-embeddable" 
32-     implementation(" com.google.protobuf" " protobuf-java" " 3.15.7 " 
32+     implementation(" com.google.protobuf" " protobuf-java" " 4.30.0 " 
3333    implementation(projects.semanticdbKotlin)
3434
3535    testImplementation(kotlin(" compiler-embeddable" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments