Skip to content

Commit b6d4aaa

Browse files
authored
chore(deps): bump io.github.ascopes:protobuf-maven-plugin from 4.1.2 to 4.1.3 [skip ci]
Bumps [io.github.ascopes:protobuf-maven-plugin](https://github.com/ascopes/protobuf-maven-plugin) from 4.1.2 to 4.1.3. Release notes *Sourced from [io.github.ascopes:protobuf-maven-plugin's releases](https://github.com/ascopes/protobuf-maven-plugin/releases).* > v4.1.3 > ------ > > * Added warning logging for deprecated parameter use > * Refactored some internals for incremental cache management logic > * Simplified internal model generation > * Bump protobuf-java internally from 4.33.2 to 4.33.5 > * Several improvements to documentation: > + Improved search engine optimisation > + Improved corporate usage advice > + Added advice for developing JVM-based Maven plugins > + Added advice for cross-platform plugin development > * Updated internal dependencies and test dependencies to the latest version > > Manually tagged this time as Maven Central broke the automated builds again by returning 500 errors upon publication. Commits * [`b0cfdc0`](ascopes/protobuf-maven-plugin@b0cfdc0) [maven-release-plugin] prepare release v4.1.3 * [`cbe5017`](ascopes/protobuf-maven-plugin@cbe5017) Fix deprecation message details * [`9e065dd`](ascopes/protobuf-maven-plugin@9e065dd) Merge pull request [ArcadeData#929](https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/929) from ascopes/task/v5-deprecation-message * [`8ce7786`](ascopes/protobuf-maven-plugin@8ce7786) Fix CI formatting * [`8df8081`](ascopes/protobuf-maven-plugin@8df8081) Remove manual codecov trigger that is no longer respected * [`d497214`](ascopes/protobuf-maven-plugin@d497214) Warn users utilising deprecated parameters for protoc plugins * [`32a0701`](ascopes/protobuf-maven-plugin@32a0701) Fix typo in pom.xml * [`8c14a11`](ascopes/protobuf-maven-plugin@8c14a11) Merge pull request [ArcadeData#927](https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/927) from ascopes/dependabot/maven/main/com.uber.nullaway-... * [`c4ae18b`](ascopes/protobuf-maven-plugin@c4ae18b) Bump com.uber.nullaway:nullaway from 0.13.0 to 0.13.1 * [`ae64397`](ascopes/protobuf-maven-plugin@ae64397) Merge pull request [ArcadeData#926](https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/926) from ascopes/dependabot/maven/main/org.apache.maven.p... * Additional commits viewable in [compare view](ascopes/protobuf-maven-plugin@v4.1.2...v4.1.3) [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=io.github.ascopes:protobuf-maven-plugin&package-manager=maven&previous-version=4.1.2&new-version=4.1.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
2 parents 2957fcd + 7e42760 commit b6d4aaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393

9494
<!-- Oleg Cohen - gRPC support -->
9595

96-
<protobuf-maven-plugin.version>4.1.2</protobuf-maven-plugin.version>
96+
<protobuf-maven-plugin.version>4.1.3</protobuf-maven-plugin.version>
9797
<grpc.version>1.78.0</grpc.version>
9898
<protoc.version>4.33.0</protoc.version>
9999
<protobuf-java.version>4.33.5</protobuf-java.version>

0 commit comments

Comments
 (0)