Skip to content

Commit

Permalink
Update Gradle/NPM, dependencies, Keycloak to v23.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 22, 2024
1 parent 27e0df6 commit b37de9f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ boolean isTestEnv = project.hasProperty("testEnv")
String dropwizardVersion = "2.1.11"
String logbackVersion = "1.3.5"
String log4jVersion = "2.22.1"
String keycloakVersion = "23.0.4"
String keycloakVersion = "23.0.7"
String psqlPushDataPath = "/var/tmp"
String keycloakContainerPath = "/opt/keycloak"
String keycloakPushDataPath = "${keycloakContainerPath}/data"
Expand Down
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"jest-junit": "16.0.0",
"js-yaml": "4.1.0",
"json-loader": "0.5.7",
"keycloak-connect": "23.0.4",
"keycloak-connect": "23.0.7",
"moment-timezone": "0.5.44",
"postcss": "8.4.33",
"postcss-calc": "9.0.1",
Expand Down Expand Up @@ -145,7 +145,7 @@
"graphql": "16.8.1",
"hopscotch": "0.3.1",
"jsonpath-plus": "7.2.0",
"keycloak-js": "23.0.4",
"keycloak-js": "23.0.7",
"leaflet": "1.9.4",
"leaflet-defaulticon-compatibility": "0.1.2",
"leaflet-geosearch": "3.11.0",
Expand Down
16 changes: 8 additions & 8 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11648,19 +11648,19 @@ jwt-decode@^4.0.0:
resolved "https://registry.yarnpkg.com/jwt-decode/-/jwt-decode-4.0.0.tgz#2270352425fd413785b2faf11f6e755c5151bd4b"
integrity sha512-+KJGIyHgkGuIq3IEBNftfhW/LfWhXUIY6OmyVWjliu5KH1y0fw7VQ8YndE2O4qZdMSd9SqbnC8GOcZEy0Om7sA==

keycloak-connect@23.0.4:
version "23.0.4"
resolved "https://registry.yarnpkg.com/keycloak-connect/-/keycloak-connect-23.0.4.tgz#57d3d4a60d0f18b368e13dcd12ec7f1f372b2dda"
integrity sha512-N5vBoCetiuOn9DAkkbV35vaqEpQh54Bu/NEBj0ToKAE5A9sUaX8tuIUTjrL1ZPd/fgp1GqTdJEZ32EQBQ6rK3w==
keycloak-connect@23.0.7:
version "23.0.7"
resolved "https://registry.yarnpkg.com/keycloak-connect/-/keycloak-connect-23.0.7.tgz#c08ecdea73779f6e920b013b76f567d9c31bbaae"
integrity sha512-7Coz2m/ar3QPYIPRhTr+sAuJB0BQn4r0vw+vsStRj0LpMVn2Uokgb2ufb9+OnTMIR3kjFLjQEJO3rtxBQJWSPA==
dependencies:
jwk-to-pem "^2.0.0"
optionalDependencies:
chromedriver latest

keycloak-js@23.0.4:
version "23.0.4"
resolved "https://registry.yarnpkg.com/keycloak-js/-/keycloak-js-23.0.4.tgz#c47a108342c31be1585dd02bcb4ac491c56e2e19"
integrity sha512-Dq0X/8Gap9As3eAaeNRlQldxdBjMeKh2Q81QwykwihLAcG9hSZHuwFioldDmNbdzymguNMZpqfr3mK9hv+G8hA==
keycloak-js@23.0.7:
version "23.0.7"
resolved "https://registry.yarnpkg.com/keycloak-js/-/keycloak-js-23.0.7.tgz#9d2fad3253e087a49573bd9ee0569e327531135c"
integrity sha512-OmszsKzBhhm5yP4W1q/tMd+nNnKpOAdeVYcoGhphlv8Fj1bNk4wRTYzp7pn5BkvueLz7fhvKHz7uOc33524YrA==
dependencies:
base64-js "^1.5.1"
js-sha256 "^0.10.1"
Expand Down

0 comments on commit b37de9f

Please sign in to comment.