Skip to content

Commit

Permalink
Bump google.protobuf.version from 3.23.3 to 3.24.3 in /java (#955)
Browse files Browse the repository at this point in the history
Bumps `google.protobuf.version` from 3.23.3 to 3.24.3.
Updates `com.google.protobuf:protobuf-java` from 3.23.3 to 3.24.3
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/ee1355459c9ce7ffe264bc40cfdc7b7623d37e99"><code>ee13554</code></a>
Updating version.json and repo version numbers to: 24.3</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/a19e9ab0b6edf4450a35e33e3ae2962b3aad299c"><code>a19e9ab</code></a>
Merge pull request <a
href="https://redirect.github.com/protocolbuffers/protobuf/issues/13881">#13881</a>
from honglooker/24.x</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/6af84eec4f0c69311526cce3ed6607276a9107f3"><code>6af84ee</code></a>
bring protobuf dep [upb] to parity for 24.3</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/3465661aece8b9c754dcb3d4f0432bb89374e738"><code>3465661</code></a>
Silence warnings about extra semicolon in non-TSAN builds. (<a
href="https://redirect.github.com/protocolbuffers/protobuf/issues/13820">#13820</a>)</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/398a84ce486d282e217f1120b810626c6b71f058"><code>398a84c</code></a>
Workaround ICE on gcc 7.5 by not having one overload call the other one
with ...</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/e5b5696a87b6be69ffe1534d8a6ea4c91f0bf81b"><code>e5b5696</code></a>
Merge pull request <a
href="https://redirect.github.com/protocolbuffers/protobuf/issues/13697">#13697</a>
from protocolbuffers/24.x-202308252017</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/afecb4769852dde19f6e777901bfbc85e677365c"><code>afecb47</code></a>
Updating version.json to: 24.3-dev</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/54a2e5caa9d1a0a714fb2aa99753a1444414292a"><code>54a2e5c</code></a>
Updating version.json and repo version numbers to: 24.2</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/7b825e1ca7e8624ff249451560c714382404d1a7"><code>7b825e1</code></a>
Merge pull request <a
href="https://redirect.github.com/protocolbuffers/protobuf/issues/13656">#13656</a>
from protocolbuffers/backport-tdp-msvc-32</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/5626baf004c3bb39fd4b362434c3f4cc8cc170f0"><code>5626baf</code></a>
Remove a flaky test with very high memory requirements.</li>
<li>Additional commits viewable in <a
href="https://github.com/protocolbuffers/protobuf/compare/v3.23.3...v3.24.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `com.google.protobuf:protobuf-java-util` from 3.23.3 to 3.24.3


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 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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 3, 2023
1 parent 9e8b554 commit 1159c71
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.23.3</google.protobuf.version>
<google.protobuf.version>3.24.3</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 1159c71

Please sign in to comment.