diff --git a/.go-version b/.go-version index 62773a4a58d..4bb1a22f8ec 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.20.10 \ No newline at end of file +1.20.11 diff --git a/Dockerfile b/Dockerfile index 0b290018c71..6a44d9bd4b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20.10 +FROM golang:1.20.11 RUN set -x && \ apt-get update && \ diff --git a/NOTICE.txt b/NOTICE.txt index 800d673ab6d..2532bdc38be 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -576,11 +576,11 @@ SOFTWARE. -------------------------------------------------------------------------------- Dependency : github.com/elastic/beats/v7 -Version: v7.17.16-0.20231114164922-0b975efb27b1 +Version: v7.17.16-0.20231115222047-1569567660bf Licence type (autodetected): Elastic -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.17.16-0.20231114164922-0b975efb27b1/LICENSE.txt: +Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/v7@v7.17.16-0.20231115222047-1569567660bf/LICENSE.txt: Source code in this repository is variously licensed under the Apache License Version 2.0, an Apache compatible license, or the Elastic License. Outside of diff --git a/docs/version.asciidoc b/docs/version.asciidoc index b4fbebcac62..fe542ba068c 100644 --- a/docs/version.asciidoc +++ b/docs/version.asciidoc @@ -1,6 +1,6 @@ // doc-branch can be: master, 8.0, 8.1, etc. :doc-branch: 7.x -:go-version: 1.20.10 +:go-version: 1.20.11 :python: 3.7 :docker: 1.12 :docker-compose: 1.11 diff --git a/go.mod b/go.mod index 8c8c860113f..e5276178760 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ require ( github.com/dop251/goja_nodejs v0.0.0-20230226152057-060fa99b809f // indirect github.com/dustin/go-humanize v1.0.1 github.com/elastic/apm-server/approvaltest v0.0.0-00010101000000-000000000000 - github.com/elastic/beats/v7 v7.17.16-0.20231114164922-0b975efb27b1 + github.com/elastic/beats/v7 v7.17.16-0.20231115222047-1569567660bf github.com/elastic/ecs v1.12.0 github.com/elastic/elastic-agent-client/v7 v7.0.3 // indirect github.com/elastic/gmux v0.2.0 diff --git a/go.sum b/go.sum index e210487a5b9..cbffe7d6bbb 100644 --- a/go.sum +++ b/go.sum @@ -381,8 +381,8 @@ github.com/eapache/queue v1.1.0 h1:YOEu7KNc61ntiQlcEeUIoDTJ2o8mQznoNvUhiigpIqc= github.com/eapache/queue v1.1.0/go.mod h1:6eCeP0CKFpHLu8blIFXhExK/dRa7WDZfr6jVFPTqq+I= github.com/eclipse/paho.mqtt.golang v1.2.1-0.20200121105743-0d940dd29fd2 h1:DW6WrARxK5J+o8uAKCiACi5wy9EK1UzrsCpGBPsKHAA= github.com/eclipse/paho.mqtt.golang v1.2.1-0.20200121105743-0d940dd29fd2/go.mod h1:H9keYFcgq3Qr5OUJm/JZI/i6U7joQ8SYLhZwfeOo6Ts= -github.com/elastic/beats/v7 v7.17.16-0.20231114164922-0b975efb27b1 h1:uzhm72SjmSRa4w9++s+eoiOiLPjvHMh08e22CyaSSJI= -github.com/elastic/beats/v7 v7.17.16-0.20231114164922-0b975efb27b1/go.mod h1:kUakABpX15u5TbPrwpWkdfQYF+BRJp1/iMwWrUw9ChA= +github.com/elastic/beats/v7 v7.17.16-0.20231115222047-1569567660bf h1:f5EAc33xZwQdz+nka2I8PoG4iwCcUwY34gn8LUStnW8= +github.com/elastic/beats/v7 v7.17.16-0.20231115222047-1569567660bf/go.mod h1:kUakABpX15u5TbPrwpWkdfQYF+BRJp1/iMwWrUw9ChA= github.com/elastic/ecs v1.12.0 h1:u6WZ2AWtxv5vHvTQ4EuVZdWZ51mKHQ2UIltRePcta5U= github.com/elastic/ecs v1.12.0/go.mod h1:pgiLbQsijLOJvFR8OTILLu0Ni/R/foUNg0L+T6mU9b4= github.com/elastic/elastic-agent-client/v7 v7.0.3 h1:YqZPnO7Z9rlj25sFZEUaxGGK3mZR4v0uSOcfO8GRv7s= diff --git a/tests/Dockerfile b/tests/Dockerfile index ae9648e2cce..6740319dc78 100644 --- a/tests/Dockerfile +++ b/tests/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20.10 +FROM golang:1.20.11 MAINTAINER Nicolas Ruflin RUN apt-get update