mirror of https://github.com/usbharu/Hideout.git
				
				
				
			fix(deps): update grpc-java monorepo to v1.63.0
This commit is contained in:
		
							parent
							
								
									dac99eba3d
								
							
						
					
					
						commit
						945fa1c0df
					
				|  | @ -18,9 +18,9 @@ repositories { | |||
| 
 | ||||
| dependencies { | ||||
|     implementation("io.grpc:grpc-kotlin-stub:1.4.1") | ||||
|     implementation("io.grpc:grpc-protobuf:1.61.1") | ||||
|     implementation("io.grpc:grpc-protobuf:1.63.0") | ||||
|     implementation("com.google.protobuf:protobuf-kotlin:4.26.1") | ||||
|     implementation("io.grpc:grpc-netty:1.61.1") | ||||
|     implementation("io.grpc:grpc-netty:1.63.0") | ||||
|     implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0") | ||||
|     implementation(project(":common")) | ||||
|     implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.23.1") | ||||
|  | @ -44,7 +44,7 @@ protobuf { | |||
|     } | ||||
|     plugins { | ||||
|         create("grpc") { | ||||
|             artifact = "io.grpc:protoc-gen-grpc-java:1.61.1" | ||||
|             artifact = "io.grpc:protoc-gen-grpc-java:1.63.0" | ||||
|         } | ||||
|         create("grpckt") { | ||||
|             artifact = "io.grpc:protoc-gen-grpc-kotlin:1.4.1:jdk8@jar" | ||||
|  |  | |||
|  | @ -13,9 +13,9 @@ repositories { | |||
| dependencies { | ||||
|     testImplementation("org.jetbrains.kotlin:kotlin-test") | ||||
|     implementation("io.grpc:grpc-kotlin-stub:1.4.1") | ||||
|     implementation("io.grpc:grpc-protobuf:1.61.1") | ||||
|     implementation("io.grpc:grpc-protobuf:1.63.0") | ||||
|     implementation("com.google.protobuf:protobuf-kotlin:4.26.1") | ||||
|     implementation("io.grpc:grpc-netty:1.61.1") | ||||
|     implementation("io.grpc:grpc-netty:1.63.0") | ||||
|     implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0") | ||||
|     implementation(project(":common")) | ||||
|     protobuf(files(project(":broker").dependencyProject.projectDir.toString() + "/src/main/proto")) | ||||
|  | @ -34,7 +34,7 @@ protobuf { | |||
|     } | ||||
|     plugins { | ||||
|         create("grpc") { | ||||
|             artifact = "io.grpc:protoc-gen-grpc-java:1.61.1" | ||||
|             artifact = "io.grpc:protoc-gen-grpc-java:1.63.0" | ||||
|         } | ||||
|         create("grpckt") { | ||||
|             artifact = "io.grpc:protoc-gen-grpc-kotlin:1.4.1:jdk8@jar" | ||||
|  |  | |||
|  | @ -14,9 +14,9 @@ dependencies { | |||
|     testImplementation("org.jetbrains.kotlin:kotlin-test") | ||||
|     implementation(project(":producer:api")) | ||||
|     implementation("io.grpc:grpc-kotlin-stub:1.4.1") | ||||
|     implementation("io.grpc:grpc-protobuf:1.61.1") | ||||
|     implementation("io.grpc:grpc-protobuf:1.63.0") | ||||
|     implementation("com.google.protobuf:protobuf-kotlin:4.26.1") | ||||
|     implementation("io.grpc:grpc-netty:1.61.1") | ||||
|     implementation("io.grpc:grpc-netty:1.63.0") | ||||
|     implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0") | ||||
|     implementation(project(":common")) | ||||
|     protobuf(files(project(":broker").dependencyProject.projectDir.toString() + "/src/main/proto")) | ||||
|  | @ -35,7 +35,7 @@ protobuf { | |||
|     } | ||||
|     plugins { | ||||
|         create("grpc") { | ||||
|             artifact = "io.grpc:protoc-gen-grpc-java:1.61.1" | ||||
|             artifact = "io.grpc:protoc-gen-grpc-java:1.63.0" | ||||
|         } | ||||
|         create("grpckt") { | ||||
|             artifact = "io.grpc:protoc-gen-grpc-kotlin:1.4.1:jdk8@jar" | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue