Skip to content

Commit ab4a925

Browse files
authored
Merge pull request #16498 from pdeslaur/cve-fixes-keycloak
cve fixes: keycloak + tkn
2 parents 321dde0 + b718b1b commit ab4a925

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

keycloak.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: keycloak
33
version: 24.0.2
4-
epoch: 0
4+
epoch: 1
55
description: Open Source Identity and Access Management For Modern Applications and Services
66
copyright:
77
- license: Apache-2.0
@@ -32,6 +32,8 @@ pipeline:
3232
tag: ${{package.version}}
3333
expected-commit: 6a5783e9d538a1e67512fe43abe7b15ca6eed5c2
3434

35+
- uses: maven/pombump
36+
3537
- runs: |
3638
# Keycloak installation. Note we use the maven wrapper as configured in
3739
# the source repo to build - ensures the correct maven version for

keycloak/pombump-deps.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
patches:
2+
- groupId: io.netty
3+
artifactId: netty-codec-http
4+
version: 4.1.108.Final
5+
scope: import

tkn.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: tkn
33
version: 0.36.0
4-
epoch: 1
4+
epoch: 2
55
description: A CLI for interacting with Tekton!
66
copyright:
77
- license: Apache-2.0
@@ -21,6 +21,10 @@ pipeline:
2121
tag: v${{package.version}}
2222
expected-commit: e0dddfbda5fb559695610b4bd583df3969484dd0
2323

24+
- uses: go/bump
25+
with:
26+
deps: github.com/docker/[email protected]
27+
2428
- runs: |
2529
make bin/tkn
2630
install -Dm755 ./bin/tkn ${{targets.destdir}}/usr/bin/tkn

0 commit comments

Comments
 (0)