Skip to content

Commit 3888b88

Browse files
renovate[bot]otelbot[bot]songy23codeboten
authored
fix(deps): update module github.com/klauspost/compress to v1.18.3 (#14455)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/klauspost/compress](https://redirect.github.com/klauspost/compress) | `v1.18.2` → `v1.18.3` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fklauspost%2fcompress/v1.18.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fklauspost%2fcompress/v1.18.2/v1.18.3?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>klauspost/compress (github.com/klauspost/compress)</summary> ### [`v1.18.3`](https://redirect.github.com/klauspost/compress/releases/tag/v1.18.3) [Compare Source](https://redirect.github.com/klauspost/compress/compare/v1.18.2...v1.18.3) Downstream CVE-2025-61728 See [golang/go#77102](https://redirect.github.com/golang/go/issues/77102) **Full Changelog**: <klauspost/compress@v1.18.2...v1.18.3> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NS4xIiwidXBkYXRlZEluVmVyIjoiNDIuODUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]> Co-authored-by: Yang Song <[email protected]> Co-authored-by: Alex Boten <[email protected]>
1 parent 246e428 commit 3888b88

File tree

19 files changed

+30
-30
lines changed

19 files changed

+30
-30
lines changed

cmd/otelcorecol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ require (
5555
github.com/hashicorp/go-version v1.8.0 // indirect
5656
github.com/inconshreveable/mousetrap v1.1.0 // indirect
5757
github.com/json-iterator/go v1.1.12 // indirect
58-
github.com/klauspost/compress v1.18.2 // indirect
58+
github.com/klauspost/compress v1.18.3 // indirect
5959
github.com/knadh/koanf/maps v0.1.2 // indirect
6060
github.com/knadh/koanf/providers/confmap v1.0.0 // indirect
6161
github.com/knadh/koanf/v2 v2.3.0 // indirect

cmd/otelcorecol/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/confighttp/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.0
44

55
require (
66
github.com/golang/snappy v1.0.0
7-
github.com/klauspost/compress v1.18.2
7+
github.com/klauspost/compress v1.18.3
88
github.com/pierrec/lz4/v4 v4.1.23
99
github.com/rs/cors v1.11.1
1010
github.com/stretchr/testify v1.11.1

config/confighttp/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/confighttp/xconfighttp/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require (
2727
github.com/google/uuid v1.6.0 // indirect
2828
github.com/hashicorp/go-version v1.8.0 // indirect
2929
github.com/json-iterator/go v1.1.12 // indirect
30-
github.com/klauspost/compress v1.18.2 // indirect
30+
github.com/klauspost/compress v1.18.3 // indirect
3131
github.com/knadh/koanf/maps v0.1.2 // indirect
3232
github.com/knadh/koanf/providers/confmap v1.0.0 // indirect
3333
github.com/knadh/koanf/v2 v2.3.0 // indirect

config/confighttp/xconfighttp/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exporter/otlphttpexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ require (
4848
github.com/google/uuid v1.6.0 // indirect
4949
github.com/hashicorp/go-version v1.8.0 // indirect
5050
github.com/json-iterator/go v1.1.12 // indirect
51-
github.com/klauspost/compress v1.18.2 // indirect
51+
github.com/klauspost/compress v1.18.3 // indirect
5252
github.com/knadh/koanf/maps v0.1.2 // indirect
5353
github.com/knadh/koanf/providers/confmap v1.0.0 // indirect
5454
github.com/knadh/koanf/v2 v2.3.0 // indirect

exporter/otlphttpexporter/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extension/zpagesextension/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ require (
3737
github.com/google/uuid v1.6.0 // indirect
3838
github.com/hashicorp/go-version v1.8.0 // indirect
3939
github.com/json-iterator/go v1.1.12 // indirect
40-
github.com/klauspost/compress v1.18.2 // indirect
40+
github.com/klauspost/compress v1.18.3 // indirect
4141
github.com/knadh/koanf/maps v0.1.2 // indirect
4242
github.com/knadh/koanf/providers/confmap v1.0.0 // indirect
4343
github.com/knadh/koanf/v2 v2.3.0 // indirect

extension/zpagesextension/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)