Skip to content

Commit

Permalink
Bump google.protobuf.version from 3.22.4 to 3.23.0 in /java (#869)
Browse files Browse the repository at this point in the history
Bumps `google.protobuf.version` from 3.22.4 to 3.23.0.
Updates `protobuf-java` from 3.22.4 to 3.23.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/6e511679de8ab0feefc1cdac1505b2fac5548e42"><code>6e51167</code></a>
Updating version.json and repo version numbers to: 23.0</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/abb293dee2079092000d0c7cf3049c645444a894"><code>abb293d</code></a>
Merge pull request <a
href="https://redirect.github.com/protocolbuffers/protobuf/issues/12702">#12702</a>
from fowles/23.x</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/b880933ed39a3218176aa36a0fa109093b3b8e96"><code>b880933</code></a>
fix: avoid warnings on MSVC (<a
href="https://redirect.github.com/protocolbuffers/protobuf/issues/12697">#12697</a>)</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/fe1277f9a835d50285cc8e82df5a77daaee42d77"><code>fe1277f</code></a>
fix: avoid warnings on Windows (<a
href="https://redirect.github.com/protocolbuffers/protobuf/issues/12701">#12701</a>)</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/28c990508f398e6af9c26263dad600025cacb332"><code>28c9905</code></a>
fix: typo in <code>string(JOIN)</code> workaround (<a
href="https://redirect.github.com/protocolbuffers/protobuf/issues/12698">#12698</a>)</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/1ca4e9c4859a23112684138c78608ddc0b8f1770"><code>1ca4e9c</code></a>
fix: missing -DPROTOBUF_USE_DLLS in pkg-config (<a
href="https://redirect.github.com/protocolbuffers/protobuf/issues/12700">#12700</a>)</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/d5a1b09eefba55bb8c5ef0252344527a1f6c98ea"><code>d5a1b09</code></a>
Merge pull request <a
href="https://redirect.github.com/protocolbuffers/protobuf/issues/12695">#12695</a>
from protocolbuffers/cpp-fixes-23</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/bc9a1d219e9b0043036c6af612ae0e0de3369e0c"><code>bc9a1d2</code></a>
Add tests for GCC support window.</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/54caf40312b3e7fd7794e267ef17e3be202de83d"><code>54caf40</code></a>
Avoid using string(JOIN..., which requires cmake 3.12</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/3dc68d257a40785c4b9e9f34628a44168f00996d"><code>3dc68d2</code></a>
Merge pull request <a
href="https://redirect.github.com/protocolbuffers/protobuf/issues/12680">#12680</a>
from protocolbuffers/23.x-202305051714</li>
<li>Additional commits viewable in <a
href="https://github.com/protocolbuffers/protobuf/compare/v3.22.4...v3.23.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `protobuf-java-util` from 3.22.4 to 3.23.0


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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 18, 2023
1 parent f29dc0e commit c0fed15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<protoc.version>3.22.2</protoc.version>
<google.protobuf.version>3.22.4</google.protobuf.version>
<google.protobuf.version>3.23.0</google.protobuf.version>
<protobuf.maven.plugin.version>0.6.1</protobuf.maven.plugin.version>

<re2j.version>1.7</re2j.version>
Expand Down

0 comments on commit c0fed15

Please sign in to comment.