Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Commit d5f971a

Browse files
fix(deps): update dependency com.google.protobuf:protobuf-java to v4
1 parent f7b90bc commit d5f971a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protobuf-java-converter/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
val kotlinSerializeVersion: String by project
2424

2525
implementation(projects.kompendiumJsonSchema)
26-
implementation("com.google.protobuf:protobuf-java:3.25.6")
26+
implementation("com.google.protobuf:protobuf-java:4.29.3")
2727
implementation("org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion")
2828
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:$kotlinSerializeVersion")
2929

0 commit comments

Comments
 (0)