Skip to content

Commit 719ec24

Browse files
Bump zlib from 1.3.1.bcr.5 to 1.3.2 (open-telemetry#3880)
Bumps [zlib](https://github.com/madler/zlib) from 1.3.1.bcr.5 to 1.3.2. - [Release notes](https://github.com/madler/zlib/releases) - [Changelog](https://github.com/madler/zlib/blob/develop/ChangeLog) - [Commits](https://github.com/madler/zlib/commits/v1.3.2) --- updated-dependencies: - dependency-name: zlib dependency-version: 1.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eebe774 commit 719ec24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ bazel_dep(name = "rapidyaml", version = "0.9.0")
2222
bazel_dep(name = "rules_cc", version = "0.2.17")
2323
bazel_dep(name = "rules_foreign_cc", version = "0.15.1")
2424
bazel_dep(name = "rules_proto", version = "7.0.2")
25-
bazel_dep(name = "zlib", version = "1.3.1.bcr.5")
25+
bazel_dep(name = "zlib", version = "1.3.2")
2626

2727
bazel_dep(name = "google_benchmark", version = "1.8.4", dev_dependency = True, repo_name = "com_github_google_benchmark")
2828
bazel_dep(name = "googletest", version = "1.14.0.bcr.1", dev_dependency = True, repo_name = "com_google_googletest")

0 commit comments

Comments
 (0)