Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#155)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

[skip ci]
  • Loading branch information
renovate[bot] authored Nov 1, 2023
1 parent 56c6e93 commit 9973af5
Show file tree
Hide file tree
Showing 12 changed files with 340 additions and 427 deletions.
10 changes: 5 additions & 5 deletions charts/recruit/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
dependencies:
- name: hapi-fhir-jpaserver
repository: https://hapifhir.github.io/hapi-fhir-jpaserver-starter
version: 0.13.0
version: 0.14.0
- name: mailhog
repository: https://codecentric.github.io/helm-charts
version: 5.2.3
- name: ohdsi
repository: oci://ghcr.io/chgl/charts
version: 0.21.8
version: 0.21.9
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.5.6
- name: fhir-pseudonymizer
repository: oci://ghcr.io/miracum/charts
version: 0.5.3
digest: sha256:73c4d16045043bbf39ffcf1925f643d1ef0cc0bf3a31d5050e0ed1c092de132f
generated: "2023-09-09T19:52:37.982386394+02:00"
version: 0.5.7
digest: sha256:c2b7683d4a388608001e49ee35ec03cd8c8d00a8b04ff555788f8f616e01e2d7
generated: "2023-11-01T18:33:13.820819951Z"
4 changes: 2 additions & 2 deletions charts/recruit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
alias: fhirserver
name: hapi-fhir-jpaserver
repository: https://hapifhir.github.io/hapi-fhir-jpaserver-starter
version: 0.13.0
version: 0.14.0
- condition: mailhog.enabled
name: mailhog
repository: https://codecentric.github.io/helm-charts
Expand All @@ -37,7 +37,7 @@ dependencies:
condition: postgresql.enabled
- condition: fhir-pseudonymizer.enabled
name: fhir-pseudonymizer
version: 0.5.6
version: 0.5.7
repository: oci://ghcr.io/miracum/charts
# x-release-please-start-version
version: 10.1.6
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.3.0@sha256:961cf9e2a1939ea380b3f16e313a581b5d4681dd9dc4b1ace060eb396a71df0d
tag: 8.4.0@sha256:4a3396ae573c44932d06ba33f8696db4429c419da87cbdc82965ee96a37dd0af

broadseaAtlasdb:
# -- whether to deploy the OHDSI Broadsea Atlasdb (<https://github.com/OHDSI/Broadsea-Atlasdb>)
Expand Down
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.1.4'
implementation 'org.springframework.boot:spring-boot-gradle-plugin:3.1.5'
implementation 'io.spring.gradle:dependency-management-plugin:1.1.3'
implementation 'com.google.cloud.tools:jib-gradle-plugin:3.4.0'
implementation 'com.diffplug.spotless:spotless-plugin-gradle:6.22.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,22 @@ 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-base:6.8.3'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-client:6.8.3'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.8.3'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-client-okhttp:6.8.3'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-base:6.8.5'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-client:6.8.5'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.8.4'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-client-okhttp:6.8.5'

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

implementation 'net.logstash.logback:logstash-logback-encoder:7.4'

implementation 'org.postgresql:postgresql:42.6.0'

implementation 'io.micrometer:micrometer-registry-prometheus:1.11.4'
implementation 'io.micrometer:micrometer-core:1.11.4'
implementation 'io.micrometer:micrometer-registry-prometheus:1.11.5'
implementation 'io.micrometer:micrometer-core:1.11.5'

constraints {
implementation('org.apache.commons:commons-text:1.10.0')
implementation('org.apache.commons:commons-text:1.11.0')
}

developmentOnly 'org.springframework.boot:spring-boot-devtools'
Expand Down Expand Up @@ -89,7 +89,7 @@ bootJar {
}

jacoco {
toolVersion '0.8.10'
toolVersion '0.8.11'
}

jacocoTestReport {
Expand Down
20 changes: 10 additions & 10 deletions src/list/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"@fortawesome/fontawesome-svg-core": "1.2.36",
"@fortawesome/free-solid-svg-icons": "5.15.4",
"@fortawesome/vue-fontawesome": "2.0.10",
"axios": "1.5.1",
"axios": "1.6.0",
"buefy": "0.9.25",
"core-js": "3.33.0",
"csv-stringify": "6.4.3",
"core-js": "3.33.2",
"csv-stringify": "6.4.4",
"fhirclient": "2.5.2",
"fhirpath": "3.7.1",
"vue": "2.7.14",
"fhirpath": "3.8.1",
"vue": "2.7.15",
"vue-router": "3.6.5",
"vuejs-logger": "1.5.5"
},
Expand All @@ -35,14 +35,14 @@
"@vue/test-utils": "1.3.6",
"@vue/vue2-jest": "29.2.2",
"cypress-keycloak": "2.0.1",
"eslint": "8.51.0",
"eslint": "8.52.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-vue": "9.17.0",
"eslint-plugin-vue": "9.18.1",
"jest": "29.3.1",
"pino": "8.15.6",
"sass": "1.69.0",
"pino": "8.16.1",
"sass": "1.69.5",
"sass-loader": "13.3.2",
"vue-template-compiler": "2.7.14"
"vue-template-compiler": "2.7.15"
},
"optionalDependencies": {
"@vue/cli-plugin-e2e-cypress": "5.0.8",
Expand Down
Loading

0 comments on commit 9973af5

Please sign in to comment.