Skip to content

Commit 436b785

Browse files
dependabot[bot]github-actions[bot]kruskall
authored
build(deps): bump go.opentelemetry.io/collector/pdata from 1.22.0 to 1.23.0 in the otel group (elastic#15185)
* build(deps): bump go.opentelemetry.io/collector/pdata in the otel group Bumps the otel group with 1 update: [go.opentelemetry.io/collector/pdata](https://github.com/open-telemetry/opentelemetry-collector). Updates `go.opentelemetry.io/collector/pdata` from 1.22.0 to 1.23.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md) - [Commits](open-telemetry/opentelemetry-collector@pdata/v1.22.0...pdata/v1.23.0) --- updated-dependencies: - dependency-name: go.opentelemetry.io/collector/pdata dependency-type: direct:production update-type: version-update:semver-minor dependency-group: otel ... Signed-off-by: dependabot[bot] <[email protected]> * Update NOTICE.txt --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: kruskall <[email protected]>
1 parent 915f687 commit 436b785

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

NOTICE.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -4775,11 +4775,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
47754775

47764776
--------------------------------------------------------------------------------
47774777
Dependency : go.opentelemetry.io/collector/pdata
4778-
Version: v1.22.0
4778+
Version: v1.23.0
47794779
Licence type (autodetected): Apache-2.0
47804780
--------------------------------------------------------------------------------
47814781

4782-
Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/pdata@v1.22.0/LICENSE:
4782+
Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/pdata@v1.23.0/LICENSE:
47834783

47844784

47854785
Apache License
@@ -6066,11 +6066,11 @@ Contents of probable licence file $GOMODCACHE/google.golang.org/[email protected]/LIC
60666066

60676067
--------------------------------------------------------------------------------
60686068
Dependency : google.golang.org/protobuf
6069-
Version: v1.36.1
6069+
Version: v1.36.2
60706070
Licence type (autodetected): BSD-3-Clause
60716071
--------------------------------------------------------------------------------
60726072

6073-
Contents of probable licence file $GOMODCACHE/google.golang.org/[email protected].1/LICENSE:
6073+
Contents of probable licence file $GOMODCACHE/google.golang.org/[email protected].2/LICENSE:
60746074

60756075
Copyright (c) 2018 The Go Authors. All rights reserved.
60766076

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ require (
4141
go.elastic.co/apm/module/apmotel/v2 v2.6.2
4242
go.elastic.co/apm/v2 v2.6.2
4343
go.elastic.co/fastjson v1.4.0
44-
go.opentelemetry.io/collector/pdata v1.22.0
44+
go.opentelemetry.io/collector/pdata v1.23.0
4545
go.opentelemetry.io/otel v1.33.0
4646
go.opentelemetry.io/otel/metric v1.33.0
4747
go.opentelemetry.io/otel/sdk/metric v1.33.0
@@ -53,7 +53,7 @@ require (
5353
golang.org/x/term v0.28.0
5454
golang.org/x/time v0.9.0
5555
google.golang.org/grpc v1.69.2
56-
google.golang.org/protobuf v1.36.1
56+
google.golang.org/protobuf v1.36.2
5757
gopkg.in/yaml.v3 v3.0.1
5858
)
5959

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -450,8 +450,8 @@ go.opentelemetry.io/auto/sdk v1.1.0 h1:cH53jehLUN6UFLY71z+NDOiNJqDdPRaXzTel0sJyS
450450
go.opentelemetry.io/auto/sdk v1.1.0/go.mod h1:3wSPjt5PWp2RhlCcmmOial7AvC4DQqZb7a7wCow3W8A=
451451
go.opentelemetry.io/collector/consumer v1.22.0 h1:QmfnNizyNZFt0uK3GG/EoT5h6PvZJ0dgVTc5hFEc1l0=
452452
go.opentelemetry.io/collector/consumer v1.22.0/go.mod h1:tiz2khNceFAPokxxfzAuFfIpShBasMT2AL2Sbc7+m0I=
453-
go.opentelemetry.io/collector/pdata v1.22.0 h1:3yhjL46NLdTMoP8rkkcE9B0pzjf2973crn0KKhX5UrI=
454-
go.opentelemetry.io/collector/pdata v1.22.0/go.mod h1:nLLf6uDg8Kn5g3WNZwGyu8+kf77SwOqQvMTb5AXEbEY=
453+
go.opentelemetry.io/collector/pdata v1.23.0 h1:tEk0dkfB8RdSukoOMfEa8duB938gfZowdfRkrJxGDrw=
454+
go.opentelemetry.io/collector/pdata v1.23.0/go.mod h1:I2jggpBMiO8A+7TXhzNpcJZkJtvi1cU0iVNIi+6bc+o=
455455
go.opentelemetry.io/collector/semconv v0.116.0 h1:63xCZomsKJAWmKGWD3lnORiE3WKW6AO4LjnzcHzGx3Y=
456456
go.opentelemetry.io/collector/semconv v0.116.0/go.mod h1:N6XE8Q0JKgBN2fAhkUQtqK9LT7rEGR6+Wu/Rtbal1iI=
457457
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 h1:TT4fX+nBOA/+LUkobKGW1ydGcn+G3vRw9+g5HwCphpk=
@@ -611,8 +611,8 @@ google.golang.org/grpc v1.69.2 h1:U3S9QEtbXC0bYNvRtcoklF3xGtLViumSYxWykJS+7AU=
611611
google.golang.org/grpc v1.69.2/go.mod h1:vyjdE6jLBI76dgpDojsFGNaHlxdjXN9ghpnd2o7JGZ4=
612612
google.golang.org/grpc/examples v0.0.0-20231016154744-cb430bed4d27 h1:EB/3dtnYKOItaNPpOI/HmOCGbVZUiXcstRfiuxN+cFg=
613613
google.golang.org/grpc/examples v0.0.0-20231016154744-cb430bed4d27/go.mod h1:Crtq1t+mykyL5d6PR3z8zCxKx/Qjq/mlPWDPoWJANYA=
614-
google.golang.org/protobuf v1.36.1 h1:yBPeRvTftaleIgM3PZ/WBIZ7XM/eEYAaEyCwvyjq/gk=
615-
google.golang.org/protobuf v1.36.1/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
614+
google.golang.org/protobuf v1.36.2 h1:R8FeyR1/eLmkutZOM5CWghmo5itiG9z0ktFlTVLuTmU=
615+
google.golang.org/protobuf v1.36.2/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
616616
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
617617
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
618618
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

0 commit comments

Comments
 (0)