Skip to content

Commit a0ab834

Browse files
Bump gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.1 (#13)
Bumps gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.1. --- updated-dependencies: - dependency-name: gopkg.in/yaml.v3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Mike Seplowitz <[email protected]>
1 parent 7802362 commit a0ab834

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

CHANGELOG.markdown

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,16 @@ The format is based on [Keep a Changelog][], and this project adheres to
1010

1111
## Unreleased ([diff][diff-unreleased])
1212

13+
## [1.1.1][] ([diff][diff-1.1.1]) - 2023-09-12
14+
15+
### Security
16+
17+
- Updated minimum required version of indirect dependency `gopkg.in/yaml.v3`
18+
([#13][pr-13]).
19+
1320
## [1.1.0][] ([diff][diff-1.1.0]) - 2023-09-12
1421

15-
## Changed
22+
### Changed
1623

1724
- Updated `go.mod` to `go 1.17` to enable more modern Go module features. See
1825
the [Go Modules Reference](https://go.dev/ref/mod#go-mod-file-go) for details
@@ -84,9 +91,13 @@ First release of the library.
8491
[pr-7]: https://github.com/bloomberg/go-testgroup/pull/7
8592
[pr-8]: https://github.com/bloomberg/go-testgroup/pull/8
8693
[pr-12]: https://github.com/bloomberg/go-testgroup/pull/12
94+
[pr-13]: https://github.com/bloomberg/go-testgroup/pull/13
8795
[diff-unreleased]:
88-
https://github.com/bloomberg/go-testgroup/compare/v1.1.0...HEAD
96+
https://github.com/bloomberg/go-testgroup/compare/v1.1.1...HEAD
8997
"unreleased changes since 1.1.0"
98+
[diff-1.1.1]:
99+
https://github.com/bloomberg/go-testgroup/compare/v1.1.0...v1.1.1
100+
"changes from 1.1.0 to 1.1.1"
90101
[diff-1.1.0]:
91102
https://github.com/bloomberg/go-testgroup/compare/v1.0.0...v1.1.0
92103
"changes from 1.0.0 to 1.1.0"
@@ -105,6 +116,9 @@ First release of the library.
105116
[diff-0.1.0]:
106117
https://github.com/bloomberg/go-testgroup/commits/v0.1.0
107118
"changes from root to 0.1.0"
119+
[1.1.1]:
120+
https://github.com/bloomberg/go-testgroup/releases/tag/v1.1.1
121+
"version 1.1.1"
108122
[1.1.0]:
109123
https://github.com/bloomberg/go-testgroup/releases/tag/v1.1.0
110124
"version 1.1.0"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ require github.com/stretchr/testify v1.6.0
77
require (
88
github.com/davecgh/go-spew v1.1.0 // indirect
99
github.com/pmezard/go-difflib v1.0.0 // indirect
10-
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
10+
gopkg.in/yaml.v3 v3.0.1 // indirect
1111
)

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ github.com/stretchr/testify v1.6.0 h1:jlIyCplCJFULU/01vCkhKuTyc3OorI3bJFuw6obfgh
77
github.com/stretchr/testify v1.6.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
88
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
99
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
10-
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo=
1110
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
11+
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
12+
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=

0 commit comments

Comments
 (0)