From 25c04ed35e4d04750c6a230c119e640f8577f25d Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 3 Nov 2023 07:52:25 +0800
Subject: [PATCH] build(deps): bump protobuf from 3.24.4 to 3.25.0 (#1316)
Bumps `protobuf` from 3.24.4 to 3.25.0.
Updates `com.google.protobuf:protobuf-kotlin-lite` from 3.24.4 to 3.25.0
Updates `com.google.protobuf:protobuf-javalite` from 3.24.4 to 3.25.0
Updates `com.google.protobuf:protoc` from 3.24.4 to 3.25.0
Commits
6b5d8db
Updating version.json and repo version numbers to: 25.0
59a66af
Merge pull request #14583
from haberman/cherry-pick-python-memory-leak
1711ebd
Fixed Python memory leak in map lookup.
8defef5
Include .inc files directly instead of through a filegroup (#14575)
0a5d6d4
Check that ffi-compiler loads before using it to define tasks. (#14538)
(#14560)
a4964a4
Merge pull request #14460
from protocolbuffers/25.x-202310181825
08b6c40
Updating version.json to: 25.0-dev
ba1aab2
Updating version.json and repo version numbers to: 25.0-rc2
3f05c09
update test runners
b4abcef
Bump minimum PHP to 8.0
- Additional commits viewable in compare
view
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 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 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)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
gradle/libs.versions.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 6ff1ee73fb..1961e88c91 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -1,5 +1,5 @@
[versions]
-protobuf = "3.24.4"
+protobuf = "3.25.0"
coroutine = "1.7.3"
kotlin = "1.9.20"