Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
#73: Upgrade dependencies (#74)
Browse files Browse the repository at this point in the history
* Upgrade project keeper

* Upgrade google.golang.org/protobuf
  • Loading branch information
kaklakariada committed Apr 3, 2023
1 parent 5894ed7 commit bd147d6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
*.sh text eol=lf
*.bat text eol=crlf


dependencies.md linguist-generated=true
doc/changes/changelog.md linguist-generated=true
.github/workflows/broken_links_checker.yml linguist-generated=true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/project-keeper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -o nounset
set -o pipefail

readonly pk_mode="${1-verify}";
readonly version="2.9.4"
readonly version="2.9.6"

readonly pk_jar="$HOME/.m2/repository/com/exasol/project-keeper-cli/$version/project-keeper-cli-$version.jar"

Expand Down
3 changes: 2 additions & 1 deletion doc/changes/changes_0.1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ generated branch protection rules, please use strings (`3.75`) as parameters.
* #53: Fixed bug processing repos that do not require any branch protections
* #57: Fixed branch protection rule decision
* #69: Fixed dependabot warnings by upgrading dependencies
* #73: Fixed dependabot warnings by upgrading dependencies

## Dependency Updates

### Compile Dependency Updates

* Updated `golang:1.13` to `1.18`
* Updated `golang:1.13` to `1.19`
* Updated `golang.org/x/oauth2:v0.0.0-20211104180415-d3ed0bb246c8` to `v0.6.0`
* Updated `github.com/spf13/cobra:v1.3.0` to `v1.6.1`
* Updated `gopkg.in/yaml.v3:v3.0.0-20210107192922-496545a6307b` to `v3.0.1`
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/exasol/github-keeper

go 1.18
go 1.19

require (
github.com/alyu/configparser v0.0.0-20191103060215-744e9a66e7bc
Expand All @@ -23,6 +23,6 @@ require (
golang.org/x/crypto v0.7.0 // indirect
golang.org/x/net v0.8.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.29.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)
4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bd147d6

Please sign in to comment.