Skip to content

Commit

Permalink
Update Gradle/NPM, dependencies, Keycloak to v25
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 18, 2024
1 parent 1579df2 commit 239b2d2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ boolean isTestEnv = project.hasProperty("testEnv")
String dropwizardVersion = "4.0.7"
String logbackVersion = "1.4.14"
String log4jVersion = "2.23.1"
String keycloakVersion = "24.0.5"
String keycloakVersion = "25.0.2"
String springBootVersion = "3.3.1"
String springFrameworkVersion = "6.1.11"
String springGraphqlVersion = "1.2.7"
Expand Down
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"jest-junit": "16.0.0",
"js-yaml": "4.1.0",
"json-loader": "0.5.7",
"keycloak-connect": "24.0.5",
"keycloak-connect": "25.0.2",
"moment-timezone": "0.5.45",
"postcss": "8.4.39",
"postcss-calc": "10.0.0",
Expand Down Expand Up @@ -135,7 +135,7 @@
"graphql": "16.9.0",
"hopscotch": "0.3.1",
"jsonpath-plus": "9.0.0",
"keycloak-js": "24.0.5",
"keycloak-js": "25.0.2",
"leaflet": "1.9.4",
"leaflet-defaulticon-compatibility": "0.1.2",
"leaflet-geosearch": "4.0.0",
Expand Down
20 changes: 10 additions & 10 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6162,8 +6162,8 @@ __metadata:
js-yaml: "npm:4.1.0"
json-loader: "npm:0.5.7"
jsonpath-plus: "npm:9.0.0"
keycloak-connect: "npm:24.0.5"
keycloak-js: "npm:24.0.5"
keycloak-connect: "npm:25.0.2"
keycloak-js: "npm:25.0.2"
leaflet: "npm:1.9.4"
leaflet-defaulticon-compatibility: "npm:0.1.2"
leaflet-geosearch: "npm:4.0.0"
Expand Down Expand Up @@ -13867,26 +13867,26 @@ __metadata:
languageName: node
linkType: hard

"keycloak-connect@npm:24.0.5":
version: 24.0.5
resolution: "keycloak-connect@npm:24.0.5"
"keycloak-connect@npm:25.0.2":
version: 25.0.2
resolution: "keycloak-connect@npm:25.0.2"
dependencies:
chromedriver: "npm:latest"
jwk-to-pem: "npm:^2.0.0"
dependenciesMeta:
chromedriver:
optional: true
checksum: 10c0/e05cb9a1ea9dd049317ad757e58bd9cb880bc0b465db7957527d1ceb8ec1406bf97045d84720a7b9442ef328ff7365de93da6f57dea9793f3dbd4d92000ca3bb
checksum: 10c0/c126ed21a3cbb8788ccade5ce44be3dcc7d46f14321bc2065283dda970148f8f597538ae67880355f9657fc879cfcb8f65bdfcc0e9da7b558d51ca7adff6af5f
languageName: node
linkType: hard

"keycloak-js@npm:24.0.5":
version: 24.0.5
resolution: "keycloak-js@npm:24.0.5"
"keycloak-js@npm:25.0.2":
version: 25.0.2
resolution: "keycloak-js@npm:25.0.2"
dependencies:
js-sha256: "npm:^0.11.0"
jwt-decode: "npm:^4.0.0"
checksum: 10c0/aa2d537dfce44f4efe3d2bba63a35c355d73145961b055281862a7f733fe1581b5e847e5a9ae0eab2f866de51349b2dc10a29a9f764527095a6ac5750d0dbf71
checksum: 10c0/5e44f55156e192070e373e5a3565d1196dac7a0a78e60dded887296fd1dcd33d534830e33479fbfe965634a956674629ada1ba88ac946ac3e1d29f403c498ad0
languageName: node
linkType: hard

Expand Down

0 comments on commit 239b2d2

Please sign in to comment.