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 May 14, 2024
1 parent 4cd0748 commit 80b4811
Show file tree
Hide file tree
Showing 18 changed files with 232 additions and 278 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.28.1",
"version": "0.28.2",
"commands": ["dotnet-csharpier"]
}
}
Expand Down
6 changes: 3 additions & 3 deletions charts/recruit/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ dependencies:
version: 13.2.27
- name: fhir-pseudonymizer
repository: oci://ghcr.io/miracum/charts
version: 0.6.7
digest: sha256:1d17c0e7a0e6040f97910e0c2fa7ba0a56b3ff3baa54c6e87f47ebd50777b18d
generated: "2024-04-20T16:17:22.133627066Z"
version: 0.6.8
digest: sha256:3a21e8062c517b7bd1ea1a1ce80f8e1116dd29af418bd09dbf3a48e743c6659f
generated: "2024-05-14T17:31:21.111778348Z"
2 changes: 1 addition & 1 deletion charts/recruit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies:
condition: postgresql.enabled
- condition: fhir-pseudonymizer.enabled
name: fhir-pseudonymizer
version: 0.6.7
version: 0.6.8
repository: oci://ghcr.io/miracum/charts
# x-release-please-start-version
version: 10.1.11
Expand Down
2 changes: 1 addition & 1 deletion src/buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {

dependencies {
implementation 'org.springframework.boot:spring-boot-gradle-plugin:3.2.5'
implementation 'io.spring.gradle:dependency-management-plugin:1.1.4'
implementation 'io.spring.gradle:dependency-management-plugin:1.1.5'
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'
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.5'
implementation 'io.micrometer:micrometer-core:1.12.5'
implementation 'io.micrometer:micrometer-registry-prometheus:1.13.0'
implementation 'io.micrometer:micrometer-core:1.13.0'

developmentOnly 'org.springframework.boot:spring-boot-devtools'

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

checkstyle {
toolVersion '10.15.0'
toolVersion '10.16.0'
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
Expand Up @@ -270,7 +270,7 @@ services:
OTEL_EXPORTER_JAEGER_ENDPOINT: "http://jaeger:14250"

jaeger:
image: docker.io/jaegertracing/all-in-one:1.56.0@sha256:d2cd4c226624bdc116decd3106091b4df9882da8db42f8550293596cab79b8ea
image: docker.io/jaegertracing/all-in-one:1.57.0@sha256:8f165334f418ca53691ce358c19b4244226ed35c5d18408c5acf305af2065fb9
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.12.2@sha256:844b41cf784f66d7920fd673f7af54ca7b81e289985edc6cd864e7d05e0d133c AS base
FROM docker.io/library/node:20.13.1@sha256:d6925dc84f8c0d1c1f8df4ea6a9a54e57d430241cb734b1b0c45ed6d26e8e9c0 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 @@ -26,7 +26,7 @@ services:
- fhir

jaeger:
image: docker.io/jaegertracing/all-in-one:1.56@sha256:d2cd4c226624bdc116decd3106091b4df9882da8db42f8550293596cab79b8ea
image: docker.io/jaegertracing/all-in-one:1.57@sha256:8f165334f418ca53691ce358c19b4244226ed35c5d18408c5acf305af2065fb9
environment:
COLLECTOR_OTLP_ENABLED: "true"
ports:
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 @@ -16,31 +16,31 @@
"@fortawesome/vue-fontawesome": "2.0.10",
"axios": "1.6.8",
"buefy": "0.9.29",
"core-js": "3.37.0",
"csv-stringify": "6.4.6",
"core-js": "3.37.1",
"csv-stringify": "6.5.0",
"fhirclient": "2.5.3",
"fhirpath": "3.13.0",
"fhirpath": "3.13.1",
"vue": "2.7.16",
"vue-router": "3.6.5",
"vuejs-logger": "1.5.5"
},
"devDependencies": {
"@babel/eslint-parser": "7.24.1",
"@babel/eslint-parser": "7.24.5",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-plugin-router": "5.0.8",
"@vue/cli-plugin-unit-jest": "5.0.8",
"@vue/cli-service": "5.0.8",
"@vue/eslint-config-airbnb": "6.0.0",
"@vue/test-utils": "2.4.5",
"@vue/test-utils": "2.4.6",
"@vue/vue2-jest": "29.2.2",
"cypress-keycloak": "2.0.1",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-vue": "9.25.0",
"eslint-plugin-vue": "9.26.0",
"jest": "29.7.0",
"pino": "8.20.0",
"sass": "1.75.0",
"pino": "8.21.0",
"sass": "1.77.1",
"sass-loader": "14.2.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.8.0@sha256:210f67670c1b9ef0a7858cf0ffbedaccef46057580fcd08c50011a3f99c011de
FROM docker.io/cypress/included:13.9.0@sha256:abfd6cb757a7520e1552475d745e70fff6ca4557b2de00a6a00a66d69b98334f
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 @@ -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.56@sha256:d2cd4c226624bdc116decd3106091b4df9882da8db42f8550293596cab79b8ea
image: docker.io/jaegertracing/all-in-one:1.57@sha256:8f165334f418ca53691ce358c19b4244226ed35c5d18408c5acf305af2065fb9
Loading

0 comments on commit 80b4811

Please sign in to comment.