Skip to content

Commit

Permalink
Bump protobuf-java from 3.22.1 to 3.22.2
Browse files Browse the repository at this point in the history
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.22.1 to 3.22.2.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/81f89d509d6771dcccb619cbe26ac86cec472582"><code>81f89d5</code></a> Updating version.json and repo version numbers to: 22.2</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/9540135894f527d11f65ff4e79ee5f8fae9864de"><code>9540135</code></a> Merge pull request <a href="https://redirect.github.com/protocolbuffers/protobuf/issues/12194">#12194</a> from deannagarcia/finalPomFixes</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/99ed01009f14fbfb885f98c3512818af8033ef6a"><code>99ed010</code></a> Add version to intra proto dependencies and add kotlin stdlib dependency</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/080e3067b92bed7e7347f5656a569116491dbbc6"><code>080e306</code></a> Merge pull request <a href="https://redirect.github.com/protocolbuffers/protobuf/issues/12189">#12189</a> from deannagarcia/poms</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/d80c12d3221fd489b779fccf0020a17bd666a311"><code>d80c12d</code></a> Add $ back for osgi header</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/be7f6b06c0c1082c43e3bf225a66cafaf26d68e6"><code>be7f6b0</code></a> Merge pull request <a href="https://redirect.github.com/protocolbuffers/protobuf/issues/12177">#12177</a> from deannagarcia/fixPom</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/8ac23375950e905f54f2523807b68618bd047835"><code>8ac2337</code></a> Remove $ in pom files</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/832a19627a8264f6eac0bf4cc40bf35c6905b57f"><code>832a196</code></a> Merge pull request <a href="https://redirect.github.com/protocolbuffers/protobuf/issues/12168">#12168</a> from protocolbuffers/22.x-202303072154</li>
<li><a href="https://github.com/protocolbuffers/protobuf/commit/9c02d4c0de5b32225716483332c892692b19a483"><code>9c02d4c</code></a> Updating version.json to: 22.2-dev</li>
<li>See full diff in <a href="https://github.com/protocolbuffers/protobuf/compare/v3.22.1...v3.22.2">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.protobuf:protobuf-java&package-manager=maven&previous-version=3.22.1&new-version=3.22.2)](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)

---

<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 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)

</details>

Fixes #1084

COPYBARA_INTEGRATE_REVIEW=#1084 from google:dependabot/maven/com.google.protobuf-protobuf-java-3.22.2 ac70f5a
PiperOrigin-RevId: 516209448
  • Loading branch information
dependabot[bot] authored and Google Java Core Libraries committed Mar 13, 2023
1 parent 69f53a9 commit 99529a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -30,7 +30,7 @@
-->
<guava.jre.version>31.1-jre</guava.jre.version>
<gwt.version>2.9.0</gwt.version>
<protobuf.version>3.22.1</protobuf.version>
<protobuf.version>3.22.2</protobuf.version>
<!-- Property for protobuf-lite protocArtifact, which isn't a "normal" Maven dep. -->
<!-- TODO(cpovirk): Use protobuf.version instead. But that requires finding the new way to request the Lite runtime. -->
<protobuf-lite.protoc.version>3.1.0</protobuf-lite.protoc.version>
Expand Down

0 comments on commit 99529a3

Please sign in to comment.