This is an automated email from the ASF dual-hosted git repository.
FrankChen021 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 37cc817de76 build(deps-dev): bump
io.github.ascopes:protobuf-maven-plugin from 3.10.2 to 5.1.8 (#20192)
37cc817de76 is described below
commit 37cc817de76914b2e895a7439363d9c8180dfaa5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 30 10:07:08 2026 +0800
build(deps-dev): bump io.github.ascopes:protobuf-maven-plugin from 3.10.2
to 5.1.8 (#20192)
* build(deps-dev): bump io.github.ascopes:protobuf-maven-plugin
Bumps
[io.github.ascopes:protobuf-maven-plugin](https://github.com/ascopes/protobuf-maven-plugin)
from 3.10.2 to 5.1.8.
- [Release notes](https://github.com/ascopes/protobuf-maven-plugin/releases)
-
[Commits](https://github.com/ascopes/protobuf-maven-plugin/compare/v3.10.2...v5.1.8)
---
updated-dependencies:
- dependency-name: io.github.ascopes:protobuf-maven-plugin
dependency-version: 5.1.8
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
* fix: migrate protobuf Maven plugin configuration
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Frank Chen <[email protected]>
---
extensions-core/protobuf-extensions/pom.xml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/extensions-core/protobuf-extensions/pom.xml
b/extensions-core/protobuf-extensions/pom.xml
index 3e8c439266e..ff4edbc0299 100644
--- a/extensions-core/protobuf-extensions/pom.xml
+++ b/extensions-core/protobuf-extensions/pom.xml
@@ -234,9 +234,11 @@
<plugin>
<groupId>io.github.ascopes</groupId>
<artifactId>protobuf-maven-plugin</artifactId>
- <version>3.10.2</version>
+ <version>5.1.8</version>
<configuration>
- <protocVersion>${protobuf.version}</protocVersion>
+ <protoc kind="binary-maven">
+ <version>${protobuf.version}</version>
+ </protoc>
<sourceDirectories>
<sourceDirectory>${project.basedir}/src/test/resources</sourceDirectory>
</sourceDirectories>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]