Skip to content

Commit

Permalink
fix(deps): update dependency com.google.protobuf:protobuf-java to v3.…
Browse files Browse the repository at this point in the history
…23.2 (#472)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 26, 2023
1 parent 884a50f commit e059633
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 @@ -22,7 +22,7 @@ dependencies {


implementation(projects.kompendiumJsonSchema)
implementation("com.google.protobuf:protobuf-java:3.23.1")
implementation("com.google.protobuf:protobuf-java:3.23.2")
implementation("org.jetbrains.kotlin:kotlin-reflect:1.8.21")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1")

Expand Down

0 comments on commit e059633

Please sign in to comment.