Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 10, 2024
1 parent 6033a6f commit c9c6933
Show file tree
Hide file tree
Showing 23 changed files with 194 additions and 183 deletions.
6 changes: 3 additions & 3 deletions charts/recruit/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ dependencies:
version: 5.2.3
- name: ohdsi
repository: oci://ghcr.io/chgl/charts
version: 0.24.12
version: 0.24.14
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 13.2.27
- name: fhir-pseudonymizer
repository: oci://ghcr.io/miracum/charts
version: 0.7.15
digest: sha256:339f783e0f48e30e27a655edbe42af4d6d3c09efcec91063a3ceacae577dbb6a
generated: "2024-10-22T08:51:43.274845629Z"
digest: sha256:c5e8936bd9d5a75961a9e9f59071a3f7cd0c379457b683a430ccd1892a8fcd83
generated: "2024-11-10T01:50:10.979746215Z"
2 changes: 1 addition & 1 deletion charts/recruit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies:
- condition: ohdsi.enabled
name: ohdsi
repository: oci://ghcr.io/chgl/charts
version: 0.24.12
version: 0.24.14
- name: postgresql
version: 13.2.27
repository: oci://registry-1.docker.io/bitnamicharts
Expand Down
2 changes: 1 addition & 1 deletion charts/recruit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ curl: # +doc-gen:ignore
image:
registry: docker.io
repository: curlimages/curl
tag: 8.10.1@sha256:d9b4541e214bcd85196d6e92e2753ac6d0ea699f0af5741f8c6cccbfcf00ef4b
tag: 8.11.0@sha256:83a505ba2ba62f208ed6e410c268b7b9aa48f0f7b403c8108b9773b44199dbba

broadseaAtlasdb:
# -- whether to deploy the OHDSI Broadsea Atlasdb (<https://github.com/OHDSI/Broadsea-Atlasdb>)
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.probe.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
health-probes:
image: docker.io/curlimages/curl:8.10.1@sha256:d9b4541e214bcd85196d6e92e2753ac6d0ea699f0af5741f8c6cccbfcf00ef4b
image: docker.io/curlimages/curl:8.11.0@sha256:83a505ba2ba62f208ed6e410c268b7b9aa48f0f7b403c8108b9773b44199dbba
ipc: private
security_opt:
- "no-new-privileges:true"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.staging.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
traefik:
image: docker.io/library/traefik:v3.1.6@sha256:f703a2ac2ddf75f6e06c9cccac7f158765e2ab42d642b04e79e2e3d7355c2ddc
image: docker.io/library/traefik:v3.2.0@sha256:66e37237b371f2b25ce5f247cc371976929dcb18c041e05685f1de1df6422b72
restart: unless-stopped
ipc: none
security_opt:
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mkdocs-material==9.5.42
mkdocs-material==9.5.44
2 changes: 1 addition & 1 deletion src/buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {
}

dependencies {
implementation 'org.springframework.boot:spring-boot-gradle-plugin:3.3.4'
implementation 'org.springframework.boot:spring-boot-gradle-plugin:3.3.5'
implementation 'io.spring.gradle:dependency-management-plugin:1.1.6'
implementation 'com.google.cloud.tools:jib-gradle-plugin:3.4.4'
implementation 'com.diffplug.spotless:spotless-plugin-gradle:6.25.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-jdbc'
implementation 'org.springframework.boot:spring-boot-starter-data-jdbc'

implementation 'ca.uhn.hapi.fhir:hapi-fhir-client:7.4.4'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-base:7.4.4'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-structures-r4:7.4.4'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-client-okhttp:7.4.4'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-client:7.4.5'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-base:7.4.5'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-structures-r4:7.4.5'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-client-okhttp:7.4.5'

implementation 'com.squareup.okhttp3:okhttp:4.12.0'

Expand Down Expand Up @@ -101,7 +101,7 @@ spotless {
}

checkstyle {
toolVersion '10.18.2'
toolVersion '10.20.1'
configFile = file('../config/checkstyle/checkstyle.xml')
}

Expand Down
2 changes: 1 addition & 1 deletion src/hack/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
traefik:
image: docker.io/library/traefik:v3.1.6@sha256:f703a2ac2ddf75f6e06c9cccac7f158765e2ab42d642b04e79e2e3d7355c2ddc
image: docker.io/library/traefik:v3.2.0@sha256:66e37237b371f2b25ce5f247cc371976929dcb18c041e05685f1de1df6422b72
restart: unless-stopped
ipc: none
security_opt:
Expand Down
2 changes: 1 addition & 1 deletion src/list/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/node:22.10.0-slim@sha256:e09207f9eca57bc0f93f35f5e252f46ce4c8f86cf2ab4ede5e2a75d1dbc9ae74 AS base
FROM docker.io/library/node:22.11.0-slim@sha256:f73e9c70d4279d5e7b7cc1fe307c5de18b61089ffa2235230408dfb14e2f09a0 AS base
WORKDIR /app

COPY package.json ./
Expand Down
2 changes: 1 addition & 1 deletion src/list/frontend/deploy/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- 8082:8080

loader:
image: docker.io/curlimages/curl:8.10.1@sha256:d9b4541e214bcd85196d6e92e2753ac6d0ea699f0af5741f8c6cccbfcf00ef4b
image: docker.io/curlimages/curl:8.11.0@sha256:83a505ba2ba62f208ed6e410c268b7b9aa48f0f7b403c8108b9773b44199dbba
command: >
sh -c "curl -X POST -H 'Content-Type:application/fhir+json' --retry-connrefused --connect-timeout 30 --max-time 60 --retry 5 --retry-delay 15 --data '@/data/sample-record-1.json' http://fhir:8080/fhir &&
curl -X POST -H 'Content-Type:application/fhir+json' --retry-connrefused --connect-timeout 30 --max-time 60 --retry 5 --retry-delay 15 --data '@/data/sample-record-2.json' http://fhir:8080/fhir &&
Expand Down
8 changes: 4 additions & 4 deletions src/list/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@fortawesome/vue-fontawesome": "2.0.10",
"axios": "1.7.7",
"buefy": "0.9.29",
"core-js": "3.38.1",
"core-js": "3.39.0",
"csv-stringify": "6.5.1",
"fhirclient": "2.5.4",
"fhirpath": "3.15.2",
Expand All @@ -25,7 +25,7 @@
"vuejs-logger": "1.5.5"
},
"devDependencies": {
"@babel/eslint-parser": "7.25.8",
"@babel/eslint-parser": "7.25.9",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-plugin-router": "5.0.8",
Expand All @@ -37,9 +37,9 @@
"cypress-keycloak": "2.0.2",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-vue": "9.29.1",
"eslint-plugin-vue": "9.30.0",
"jest": "29.7.0",
"sass": "1.80.3",
"sass": "1.80.6",
"sass-loader": "14.2.1",
"vue-template-compiler": "2.7.16",
"pino": "9.5.0"
Expand Down
2 changes: 1 addition & 1 deletion src/list/frontend/tests/e2e/cypress.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/cypress/included:13.15.0@sha256:d2123cf33edc48d3e3f30bd24231459ca5291dcf66b91b0b30b50ffe568eb707
FROM docker.io/cypress/included:13.15.2@sha256:82ad93180a04cf0a2c455ee6472399185e8fa9b150003a5473f2c7c776e3a440
WORKDIR /root
ENV CI=1

Expand Down
2 changes: 1 addition & 1 deletion src/list/frontend/tests/e2e/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
HAPI_FHIR_CORS_ALLOWED_ORIGIN: "http://list:8080"

loader:
image: docker.io/curlimages/curl:8.10.1@sha256:d9b4541e214bcd85196d6e92e2753ac6d0ea699f0af5741f8c6cccbfcf00ef4b
image: docker.io/curlimages/curl:8.11.0@sha256:83a505ba2ba62f208ed6e410c268b7b9aa48f0f7b403c8108b9773b44199dbba
command: >
sh -c "curl -X POST -H 'Content-Type: application/fhir+json' --retry-connrefused --connect-timeout 30 --max-time 60 --retry 10 --retry-delay 15 --data '@/data/sample-record-1.json' http://fhir:8080/fhir &&
curl -X POST -H 'Content-Type: application/fhir+json' --retry-connrefused --connect-timeout 30 --max-time 60 --retry 10 --retry-delay 15 --data '@/data/sample-record-2.json' http://fhir:8080/fhir &&
Expand Down
Loading

0 comments on commit c9c6933

Please sign in to comment.