Skip to content

Commit

Permalink
fix(deps): update dependency com.google.protobuf:protobuf-java to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent 08c7ad0 commit 0e62437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protobuf-java-converter/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
val kotlinSerializeVersion: String by project

implementation(projects.kompendiumJsonSchema)
implementation("com.google.protobuf:protobuf-java:3.25.5")
implementation("com.google.protobuf:protobuf-java:4.29.0")
implementation("org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:$kotlinSerializeVersion")

Expand Down

0 comments on commit 0e62437

Please sign in to comment.