Skip to content

Commit feb3bee

Browse files
dependabot[bot]Google Java Core Libraries
authored andcommitted
Bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) and [org.codehaus.mojo:animal-sniffer-maven-plugin](https://github.com/mojohaus/animal-sniffer). Updates `com.google.protobuf:protobuf-java` from 4.33.3 to 4.33.4 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/protocolbuffers/protobuf/commits">compare view</a></li> </ul> </details> <br /> Updates `org.codehaus.mojo:animal-sniffer-maven-plugin` from 1.26 to 1.27 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mojohaus/animal-sniffer/releases">org.codehaus.mojo:animal-sniffer-maven-plugin's releases</a>.</em></p> <blockquote> <h2>1.27</h2> <!-- raw HTML omitted --> <h2>📦 Dependency updates</h2> <ul> <li>Bump org.codehaus.mojo:mojo-parent from 94 to 95 (<a href="https://redirect.github.com/mojohaus/animal-sniffer/pull/317">#317</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.ow2.asm:asm from 9.9 to 9.9.1 (<a href="https://redirect.github.com/mojohaus/animal-sniffer/pull/315">#315</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0 (<a href="https://redirect.github.com/mojohaus/animal-sniffer/pull/314">#314</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mojohaus/animal-sniffer/commit/5adf3aad06658c44de48ba2fddf9819685230e5f"><code>5adf3aa</code></a> [maven-release-plugin] prepare release animal-sniffer-1.27</li> <li><a href="https://github.com/mojohaus/animal-sniffer/commit/c52bca7cf354f67bc0007bb39c5f728586a1b7b6"><code>c52bca7</code></a> Bump org.codehaus.mojo:mojo-parent from 94 to 95</li> <li><a href="https://github.com/mojohaus/animal-sniffer/commit/0b12ff1bef602d325e3206e4bba86ab5a4921b21"><code>0b12ff1</code></a> Bump org.ow2.asm:asm from 9.9 to 9.9.1</li> <li><a href="https://github.com/mojohaus/animal-sniffer/commit/60c8d1553893490ff7695a31c9594d014507e1a5"><code>60c8d15</code></a> Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0</li> <li><a href="https://github.com/mojohaus/animal-sniffer/commit/c01c9fb4bb423c12d0670814de2ce0dc2eb87bf6"><code>c01c9fb</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/mojohaus/animal-sniffer/compare/animal-sniffer-1.26...animal-sniffer-1.27">compare view</a></li> </ul> </details> <br /> 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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Fixes #1628 COPYBARA_INTEGRATE_REVIEW=#1628 from google:dependabot/maven/dependencies-0ee89ef6cb bc50cde PiperOrigin-RevId: 858193241
1 parent 2ce8c01 commit feb3bee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
-->
3131
<guava.jre.version>33.4.3-jre</guava.jre.version>
3232
<gwt.version>2.11.0</gwt.version>
33-
<protobuf.version>4.33.3</protobuf.version>
33+
<protobuf.version>4.33.4</protobuf.version>
3434
<!-- Property for protobuf-lite protocArtifact, which isn't a "normal" Maven dep. -->
3535
<!-- TODO(cpovirk): Use protobuf.version instead. But that requires finding the new way to request the Lite runtime. -->
3636
<protobuf-lite.protoc.version>3.1.0</protobuf-lite.protoc.version>
@@ -285,7 +285,7 @@
285285
<plugin>
286286
<groupId>org.codehaus.mojo</groupId>
287287
<artifactId>animal-sniffer-maven-plugin</artifactId>
288-
<version>1.26</version>
288+
<version>1.27</version>
289289
<configuration>
290290
<annotations>com.google.common.truth.IgnoreJRERequirement</annotations>
291291
<signature>

0 commit comments

Comments
 (0)