diff --git a/mattermost-10.3.yaml b/mattermost-10.3.yaml index b2a35d8acfd..05f058911f6 100644 --- a/mattermost-10.3.yaml +++ b/mattermost-10.3.yaml @@ -3,7 +3,7 @@ package: # Note the npm version has been pinned to 10.8.3 to avoid the error: # "npm error notsup Required: {"node":">=18.10.0","npm":"^9.0.0 || ^10.0.0"}" version: 10.3.1 - epoch: 1 + epoch: 2 description: "Mattermost is an open source platform for secure collaboration across the entire software development lifecycle." copyright: - license: MIT @@ -48,7 +48,7 @@ pipeline: - uses: go/bump with: - deps: golang.org/x/crypto@v0.31.0 golang.org/x/net@v0.33.0 + deps: golang.org/x/crypto@v0.31.0 golang.org/x/net@v0.33.0 github.com/mattermost/mattermost/server/v8@v8.0.0-20250102081831-64c566a8280b replaces: github.com/mholt/archiver/v3=github.com/anchore/archiver/v3@v3.5.2 modroot: ./server tidy: false # https://github.com/mattermost/mattermost/issues/26221