diff --git a/release-notes-fetcher/go.mod b/release-notes-fetcher/go.mod index 81cd0b34..320ff6ec 100644 --- a/release-notes-fetcher/go.mod +++ b/release-notes-fetcher/go.mod @@ -3,7 +3,7 @@ module github.com/camunda/camunda-platform/release-notes-fetcher go 1.19 require ( - github.com/google/go-github/v51 v51.0.0 + github.com/google/go-github/v53 v53.2.0 github.com/google/go-github/v52 v52.0.0 github.com/google/go-github/v53 v53.2.0 github.com/rs/zerolog v1.29.1