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 Apr 8, 2024
1 parent 42367c1 commit 14cd002
Show file tree
Hide file tree
Showing 22 changed files with 262 additions and 226 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"csharpier": {
"version": "0.27.3",
"version": "0.28.0",
"commands": ["dotnet-csharpier"]
}
}
Expand Down
8 changes: 4 additions & 4 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.23.0
version: 0.23.1
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 13.2.27
- name: fhir-pseudonymizer
repository: oci://ghcr.io/miracum/charts
version: 0.6.6
digest: sha256:b441412f4101f6f77bb51428602cdac40282997e4c41c145b727591767c73fad
generated: "2024-03-13T19:05:24.581354509Z"
version: 0.6.7
digest: sha256:f5b8bcdba469f06cf1e6b4ec9122e6d3527e909e5192b154a3725e7d53774399
generated: "2024-04-08T15:36:29.867251988Z"
4 changes: 2 additions & 2 deletions charts/recruit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ dependencies:
- condition: ohdsi.enabled
name: ohdsi
repository: oci://ghcr.io/chgl/charts
version: 0.23.0
version: 0.23.1
- name: postgresql
version: 13.2.27
repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresql.enabled
- condition: fhir-pseudonymizer.enabled
name: fhir-pseudonymizer
version: 0.6.6
version: 0.6.7
repository: oci://ghcr.io/miracum/charts
# x-release-please-start-version
version: 10.1.11
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.6.0@sha256:c3b8bee303c6c6beed656cfc921218c529d65aa61114eb9e27c62047a1271b9b
tag: 8.7.1@sha256:25d29daeb9b14b89e2fa8cc17c70e4b188bca1466086907c2d9a4b56b59d8e21

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.6.0@sha256:c3b8bee303c6c6beed656cfc921218c529d65aa61114eb9e27c62047a1271b9b
image: docker.io/curlimages/curl:8.7.1@sha256:25d29daeb9b14b89e2fa8cc17c70e4b188bca1466086907c2d9a4b56b59d8e21
ipc: private
security_opt:
- "no-new-privileges:true"
Expand Down
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/gradle:8.6.0-jdk17@sha256:27ed98487dd9c155d555955084dfd33f32d9f7ac5a90a79b1323ab002a1a8b6e AS build
FROM docker.io/library/gradle:8.7.0-jdk17@sha256:77a48f339b2bbc261d4448bc5ce7c5aa7c46e1e07b6d8480955aedf6891b7107 AS build
WORKDIR /home/gradle/src
ENV GRADLE_USER_HOME="/gradle"

Expand Down
4 changes: 2 additions & 2 deletions src/buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ repositories {
}

dependencies {
implementation 'org.springframework.boot:spring-boot-gradle-plugin:3.2.3'
implementation 'org.springframework.boot:spring-boot-gradle-plugin:3.2.4'
implementation 'io.spring.gradle:dependency-management-plugin:1.1.4'
implementation 'com.google.cloud.tools:jib-gradle-plugin:3.4.1'
implementation 'com.google.cloud.tools:jib-gradle-plugin:3.4.2'
implementation 'com.diffplug.spotless:spotless-plugin-gradle:6.25.0'
implementation 'io.freefair.gradle:lombok-plugin:8.6'
implementation 'de.undercouch:gradle-download-task:5.6.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ dependencies {

implementation 'org.postgresql:postgresql:42.7.3'

implementation 'io.micrometer:micrometer-registry-prometheus:1.12.4'
implementation 'io.micrometer:micrometer-core:1.12.4'
implementation 'io.micrometer:micrometer-registry-prometheus:1.12.5'
implementation 'io.micrometer:micrometer-core:1.12.5'

constraints {
implementation('org.apache.commons:commons-text:1.11.0')
Expand Down Expand Up @@ -89,7 +89,7 @@ bootJar {
}

jacoco {
toolVersion '0.8.11'
toolVersion '0.8.12'
}

jacocoTestReport {
Expand All @@ -105,7 +105,7 @@ spotless {
}

checkstyle {
toolVersion '10.14.1'
toolVersion '10.15.0'
configFile = file('../config/checkstyle/checkstyle.xml')
}

Expand Down
Binary file modified src/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion src/hack/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ services:
OTEL_EXPORTER_JAEGER_ENDPOINT: "http://jaeger:14250"

jaeger:
image: docker.io/jaegertracing/all-in-one:1.55.0@sha256:f6b5d09073f14f76873d300f565a6691d815e81bea8e07e1dc3ff67e0596dd4e
image: docker.io/jaegertracing/all-in-one:1.56.0@sha256:d2cd4c226624bdc116decd3106091b4df9882da8db42f8550293596cab79b8ea
ports:
- "127.0.0.1:16686:16686"
- "127.0.0.1:6831:6831/udp"
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:20.11.1@sha256:e06aae17c40c7a6b5296ca6f942a02e6737ae61bbbf3e2158624bb0f887991b5 AS base
FROM docker.io/library/node:20.12.1@sha256:8a03de2385cb16c4d76aac30bf86ab05f55f1754a5402dc9039916e8043f019a AS base
WORKDIR /app

COPY package.json ./
Expand Down
6 changes: 3 additions & 3 deletions 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.6.0@sha256:c3b8bee303c6c6beed656cfc921218c529d65aa61114eb9e27c62047a1271b9b
image: docker.io/curlimages/curl:8.7.1@sha256:25d29daeb9b14b89e2fa8cc17c70e4b188bca1466086907c2d9a4b56b59d8e21
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 All @@ -26,7 +26,7 @@ services:
- fhir

jaeger:
image: docker.io/jaegertracing/all-in-one:1.55@sha256:f6b5d09073f14f76873d300f565a6691d815e81bea8e07e1dc3ff67e0596dd4e
image: docker.io/jaegertracing/all-in-one:1.56@sha256:d2cd4c226624bdc116decd3106091b4df9882da8db42f8550293596cab79b8ea
environment:
COLLECTOR_OTLP_ENABLED: "true"
ports:
Expand All @@ -51,7 +51,7 @@ services:
- 8083:8080

fhir-pseudonymizer:
image: ghcr.io/miracum/fhir-pseudonymizer:v2.21.7@sha256:1d933aed56c27ae3b850c05b2f765ef9d43ad8ce3e56ff5cb91145f977f58e86
image: ghcr.io/miracum/fhir-pseudonymizer:v2.21.9@sha256:0511c4d723e5552fb6dbfbc993bd908fdac77d395fc836eb65dabf5dc3a8260c
environment:
APIKEY: "fhir-pseudonymizer-api-key"
TRACING__ENABLED: "true"
Expand Down
16 changes: 8 additions & 8 deletions src/list/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
"@fortawesome/fontawesome-svg-core": "1.2.36",
"@fortawesome/free-solid-svg-icons": "5.15.4",
"@fortawesome/vue-fontawesome": "2.0.10",
"axios": "1.6.7",
"buefy": "0.9.28",
"core-js": "3.36.0",
"axios": "1.6.8",
"buefy": "0.9.29",
"core-js": "3.36.1",
"csv-stringify": "6.4.6",
"fhirclient": "2.5.3",
"fhirpath": "3.10.4",
"fhirpath": "3.11.0",
"vue": "2.7.16",
"vue-router": "3.6.5",
"vuejs-logger": "1.5.5"
},
"devDependencies": {
"@babel/eslint-parser": "7.23.10",
"@babel/eslint-parser": "7.24.1",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-plugin-router": "5.0.8",
Expand All @@ -37,10 +37,10 @@
"cypress-keycloak": "2.0.1",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-vue": "9.23.0",
"eslint-plugin-vue": "9.24.1",
"jest": "29.7.0",
"pino": "8.19.0",
"sass": "1.72.0",
"pino": "8.20.0",
"sass": "1.74.1",
"sass-loader": "14.1.1",
"vue-template-compiler": "2.7.16"
},
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.7.0@sha256:508f932087925790b7111a8b38091bb74c26797634f0868c881a7e95c9d538d9
FROM docker.io/cypress/included:13.7.2@sha256:f02b0bdc03639db6eae87d2b02ba95150eb1854bf65dff542df02998e469b472
WORKDIR /root
ENV CI=1

Expand Down
4 changes: 2 additions & 2 deletions 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.6.0@sha256:c3b8bee303c6c6beed656cfc921218c529d65aa61114eb9e27c62047a1271b9b
image: docker.io/curlimages/curl:8.7.1@sha256:25d29daeb9b14b89e2fa8cc17c70e4b188bca1466086907c2d9a4b56b59d8e21
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 Expand Up @@ -70,4 +70,4 @@ services:
- ${PWD}/frontend/deploy/data/aio-export.json:/tmp/realm.json:ro

jaeger:
image: docker.io/jaegertracing/all-in-one:1.55@sha256:f6b5d09073f14f76873d300f565a6691d815e81bea8e07e1dc3ff67e0596dd4e
image: docker.io/jaegertracing/all-in-one:1.56@sha256:d2cd4c226624bdc116decd3106091b4df9882da8db42f8550293596cab79b8ea
Loading

0 comments on commit 14cd002

Please sign in to comment.