Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all non-major dependencies #144

Merged
merged 1 commit into from
Oct 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.21.8
version: 0.21.9
- name: postgresql
version: 12.5.6
repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresql.enabled
- condition: fhir-pseudonymizer.enabled
name: fhir-pseudonymizer
version: 0.5.3
version: 0.5.6
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.2.1@sha256:bb0843a1307b1aa73f65f24379d11dde881c16db62ba50810de0c64d48e740ed
tag: 8.3.0@sha256:961cf9e2a1939ea380b3f16e313a581b5d4681dd9dc4b1ace060eb396a71df0d

broadseaAtlasdb:
# -- whether to deploy the OHDSI Broadsea Atlasdb (<https://github.com/OHDSI/Broadsea-Atlasdb>)
Expand Down
6 changes: 3 additions & 3 deletions src/buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ repositories {
}

dependencies {
implementation 'org.springframework.boot:spring-boot-gradle-plugin:3.1.3'
implementation 'org.springframework.boot:spring-boot-gradle-plugin:3.1.4'
implementation 'io.spring.gradle:dependency-management-plugin:1.1.3'
implementation 'com.google.cloud.tools:jib-gradle-plugin:3.3.2'
implementation 'com.diffplug.spotless:spotless-plugin-gradle:6.21.0'
implementation 'com.google.cloud.tools:jib-gradle-plugin:3.4.0'
implementation 'com.diffplug.spotless:spotless-plugin-gradle:6.22.0'
implementation 'io.freefair.gradle:lombok-plugin:6.6.3'
implementation 'de.undercouch:gradle-download-task:5.5.0'
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,19 @@ 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.2'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-client:6.8.2'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.8.2'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-client-okhttp:6.8.2'
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 'com.squareup.okhttp3:okhttp:4.11.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.3'
implementation 'io.micrometer:micrometer-core:1.11.3'
implementation 'io.micrometer:micrometer-registry-prometheus:1.11.4'
implementation 'io.micrometer:micrometer-core:1.11.4'

constraints {
implementation('org.apache.commons:commons-text:1.10.0')
Expand Down Expand Up @@ -105,7 +105,7 @@ spotless {
}

checkstyle {
toolVersion '10.12.3'
toolVersion '10.12.4'
configFile = file('../config/checkstyle/checkstyle.xml')
}

Expand Down
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.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
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,12 +14,12 @@
"@fortawesome/fontawesome-svg-core": "1.2.36",
"@fortawesome/free-solid-svg-icons": "5.15.4",
"@fortawesome/vue-fontawesome": "2.0.10",
"axios": "1.5.0",
"buefy": "0.9.23",
"core-js": "3.32.2",
"csv-stringify": "6.4.2",
"axios": "1.5.1",
"buefy": "0.9.25",
"core-js": "3.33.0",
"csv-stringify": "6.4.3",
"fhirclient": "2.5.2",
"fhirpath": "3.6.1",
"fhirpath": "3.7.1",
"vue": "2.7.14",
"vue-router": "3.6.5",
"vuejs-logger": "1.5.5"
Expand All @@ -35,12 +35,12 @@
"@vue/test-utils": "1.3.6",
"@vue/vue2-jest": "29.2.2",
"cypress-keycloak": "2.0.1",
"eslint": "8.48.0",
"eslint": "8.51.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-vue": "9.17.0",
"jest": "29.3.1",
"pino": "8.15.1",
"sass": "1.66.1",
"pino": "8.15.6",
"sass": "1.69.0",
"sass-loader": "13.3.2",
"vue-template-compiler": "2.7.14"
},
Expand Down