Skip to content

Commit 337de17

Browse files
build(deps): bump com.google.protobuf from 0.9.4 to 0.9.5 (#464)
Bumps com.google.protobuf from 0.9.4 to 0.9.5. --- updated-dependencies: - dependency-name: com.google.protobuf dependency-version: 0.9.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Niels Pardon <par@zurich.ibm.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Niels Pardon <par@zurich.ibm.com>
1 parent 418742f commit 337de17

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ project.configure<IdeaModel> {
255255
generatedSourceDirs.addAll(
256256
listOf(
257257
file("build/generated/sources/antlr/main"),
258-
file("build/generated/source/proto/main/java"),
258+
file("build/generated/sources/proto/main/java"),
259259
)
260260
)
261261
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ json-smart = "2.5.2"
1414
jspecify = "1.0.0"
1515
junit = "5.8.1"
1616
picocli = "4.7.5"
17-
protobuf-plugin = "0.9.4"
17+
protobuf-plugin = "0.9.5"
1818
protobuf = "3.25.5"
1919
reflections = "0.9.12"
2020
scala-library = "2.12.16"

0 commit comments

Comments
 (0)