Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 8cf81ac

Browse files
build(deps): bump org.keycloak:keycloak-installed-adapter from 22.0.1 to 24.0.1 , apache compress to 1.24 and others (#745)
* build(deps): bump org.keycloak:keycloak-installed-adapter Bumps org.keycloak:keycloak-installed-adapter from 22.0.1 to 24.0.1. --- updated-dependencies: - dependency-name: org.keycloak:keycloak-installed-adapter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps): bump apache-compress, test dependency and bumped snakeyaml Signed-off-by: Stephane Bouchet <[email protected]> * build(deps): fix apache-compress Signed-off-by: Stephane Bouchet <[email protected]> * build(deps): fix apache-compress Signed-off-by: Stephane Bouchet <[email protected]> * build(deps): fix apache-compress Signed-off-by: Stephane Bouchet <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Stephane Bouchet <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stephane Bouchet <[email protected]>
1 parent ffe4c04 commit 8cf81ac

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

build.gradle

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -153,19 +153,19 @@ tasks.register('copyKey', Copy) {
153153
dependencies {
154154
implementation(
155155
'io.fabric8:openshift-client:6.4.1',
156-
'org.apache.commons:commons-compress:1.21',
156+
'org.apache.commons:commons-compress:1.26.1',
157157
'org.apache.commons:commons-exec:1.3',
158158
'com.redhat.devtools.intellij:intellij-common:1.9.3',
159159
'io.jsonwebtoken:jjwt-impl:0.11.2',
160160
'io.jsonwebtoken:jjwt-jackson:0.11.2',
161-
'org.keycloak:keycloak-installed-adapter:22.0.1',
161+
'org.keycloak:keycloak-installed-adapter:24.0.1',
162162
'com.squareup.retrofit2:converter-jackson:2.9.0',
163163
'com.google.code.gson:gson:2.10.1')
164164
testImplementation(
165165
'org.junit.platform:junit-platform-launcher:1.10.0',
166166
'org.mockito:mockito-core:5.11.0',
167167
'org.easytesting:fest-assert:1.4',
168-
'com.redhat.devtools.intellij:intellij-common:1.9.3-SNAPSHOT:test',
168+
'com.redhat.devtools.intellij:intellij-common:1.9.3:test',
169169
'org.awaitility:awaitility:4.2.0',
170170
'org.mock-server:mockserver-client-java:5.15.0',
171171
'org.mock-server:mockserver-netty:5.15.0',
@@ -174,18 +174,21 @@ dependencies {
174174
'org.junit.jupiter:junit-jupiter-api:5.10.0',
175175
'org.junit.jupiter:junit-jupiter:5.10.0')
176176
constraints {
177-
implementation('io.undertow:undertow-core:2.3.7.Final') { //keycloak
177+
implementation('io.undertow:undertow-core:2.3.12.Final') { //keycloak
178178
because 'https://app.snyk.io/vuln/SNYK-JAVA-IOUNDERTOW-3339519'
179179
}
180180
implementation('com.squareup.okhttp3:okhttp:4.12.0') { //retrofit
181181
because 'https://app.snyk.io/vuln/SNYK-JAVA-COMSQUAREUPOKHTTP3-2958044'
182182
}
183-
implementation('org.jboss.xnio:xnio-api:3.8.9.Final') { //keycloak
183+
implementation('org.jboss.xnio:xnio-api:3.8.13.Final') { //keycloak
184184
because 'https://app.snyk.io/vuln/SNYK-JAVA-ORGJBOSSXNIO-2994360'
185185
}
186-
testImplementation('maven:junit:junit:4.13.1') { //intellij-common-ui-test-library
186+
testImplementation('maven:junit:junit:4.13.2') { //intellij-common-ui-test-library
187187
because 'https://github.com/advisories/GHSA-269g-pwp5-87pp'
188188
}
189+
implementation('org.yaml:snakeyaml:2.2') { //openshift-client
190+
because 'https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1471'
191+
}
189192
}
190193
}
191194

0 commit comments

Comments
 (0)