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

Commit edd0d6f

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

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
@@ -22,7 +22,7 @@ dependencies {
2222

2323

2424
implementation(projects.kompendiumJsonSchema)
25-
implementation("com.google.protobuf:protobuf-java:3.25.3")
25+
implementation("com.google.protobuf:protobuf-java:4.26.1")
2626
implementation("org.jetbrains.kotlin:kotlin-reflect:1.9.23")
2727
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")
2828

0 commit comments

Comments
 (0)