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

Commit 54fa2a0

Browse files
fix(deps): update dependency com.google.protobuf:protobuf-java to v4
1 parent 08c7ad0 commit 54fa2a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protobuf-java-converter/build.gradle.kts

Lines changed: 1 addition & 1 deletion
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.5")
26+
implementation("com.google.protobuf:protobuf-java:4.29.1")
2727
implementation("org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion")
2828
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:$kotlinSerializeVersion")
2929

0 commit comments

Comments
 (0)