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 Sep 1, 2023
1 parent cdbee8e commit 63f92d4
Show file tree
Hide file tree
Showing 14 changed files with 422 additions and 480 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.12.0
version: 0.13.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.6
version: 0.21.7
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.5.6
- name: fhir-pseudonymizer
repository: oci://ghcr.io/miracum/charts
version: 0.4.3
digest: sha256:340ac69550eb491f3c517f0807be000c9bd3a5709b603f14695926a00a849544
generated: "2023-06-26T12:54:56.791682743+02:00"
version: 0.5.3
digest: sha256:8f44772ab433b66d1135c8b60ea921bf5018711dbc0052938a36b636aa783595
generated: "2023-09-01T01:11:54.022967782Z"
6 changes: 3 additions & 3 deletions charts/recruit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@ dependencies:
alias: fhirserver
name: hapi-fhir-jpaserver
repository: https://hapifhir.github.io/hapi-fhir-jpaserver-starter
version: 0.12.0
version: 0.13.0
- condition: mailhog.enabled
name: mailhog
repository: https://codecentric.github.io/helm-charts
version: 5.2.3
- condition: ohdsi.enabled
name: ohdsi
repository: oci://ghcr.io/chgl/charts
version: 0.21.6
version: 0.21.7
- 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.4.3
version: 0.5.3
repository: oci://ghcr.io/miracum/charts
# x-release-please-start-version
version: 10.1.3
Expand Down
2 changes: 1 addition & 1 deletion charts/recruit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ curl: # +doc-gen:ignore
image:
registry: docker.io
repository: curlimages/curl
tag: 8.1.2@sha256:fcf8b68aa7af25898d21b47096ceb05678665ae182052283bd0d7128149db55f
tag: 8.2.1@sha256:bb0843a1307b1aa73f65f24379d11dde881c16db62ba50810de0c64d48e740ed

broadseaAtlasdb:
# -- whether to deploy the OHDSI Broadsea Atlasdb (<https://github.com/OHDSI/Broadsea-Atlasdb>)
Expand Down
8 changes: 4 additions & 4 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.1'
implementation 'io.spring.gradle:dependency-management-plugin:1.1.0'
implementation 'org.springframework.boot:spring-boot-gradle-plugin:3.1.3'
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.19.0'
implementation 'com.diffplug.spotless:spotless-plugin-gradle:6.21.0'
implementation 'io.freefair.gradle:lombok-plugin:6.6.3'
implementation 'de.undercouch:gradle-download-task:5.4.0'
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.6.1'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-client:6.6.1'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.6.1'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-client-okhttp:6.6.1'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-base:6.8.0'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-client:6.8.0'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.8.0'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-client-okhttp:6.8.0'

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.1'
implementation 'io.micrometer:micrometer-core:1.11.1'
implementation 'io.micrometer:micrometer-registry-prometheus:1.11.3'
implementation 'io.micrometer:micrometer-core:1.11.3'

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

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

Expand Down
Binary file modified src/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion src/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
15 changes: 10 additions & 5 deletions src/gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,8 @@ done
# This is normally unused
# shellcheck disable=SC2034
APP_BASE_NAME=${0##*/}
APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit

# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit

# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum
Expand Down Expand Up @@ -133,10 +131,13 @@ location of your Java installation."
fi
else
JAVACMD=java
which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
if ! command -v java >/dev/null 2>&1
then
die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation."
fi
fi

# Increase the maximum file descriptors if we can.
Expand Down Expand Up @@ -197,6 +198,10 @@ if "$cygwin" || "$msys" ; then
done
fi


# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'

# Collect all arguments for the java command;
# * $DEFAULT_JVM_OPTS, $JAVA_OPTS, and $GRADLE_OPTS can contain fragments of
# shell script including quotes and variable substitutions, so put them in
Expand Down
28 changes: 14 additions & 14 deletions src/list/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,38 +10,38 @@
"test:unit": "vue-cli-service test:unit --coverage"
},
"dependencies": {
"@dsb-norge/vue-keycloak-js": "2.2.0",
"@dsb-norge/vue-keycloak-js": "2.4.0",
"@fortawesome/fontawesome-svg-core": "1.2.36",
"@fortawesome/free-solid-svg-icons": "5.15.4",
"@fortawesome/vue-fontawesome": "2.0.10",
"axios": "1.3.5",
"axios": "1.5.0",
"buefy": "0.9.23",
"core-js": "3.30.0",
"csv-stringify": "6.3.0",
"core-js": "3.32.1",
"csv-stringify": "6.4.2",
"fhirclient": "2.5.2",
"fhirpath": "3.3.1",
"fhirpath": "3.6.1",
"vue": "2.7.14",
"vue-router": "3.6.5",
"vuejs-logger": "1.5.5"
},
"devDependencies": {
"@babel/eslint-parser": "7.21.3",
"@babel/eslint-parser": "7.22.11",
"@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": "1.3.0",
"@vue/test-utils": "1.3.6",
"@vue/vue2-jest": "29.2.2",
"cypress-keycloak": "2.0.0",
"eslint": "8.37.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-vue": "9.10.0",
"cypress-keycloak": "2.0.1",
"eslint": "8.48.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-vue": "9.17.0",
"jest": "29.3.1",
"pino": "8.11.0",
"sass": "1.60.0",
"sass-loader": "13.2.2",
"pino": "8.15.0",
"sass": "1.66.1",
"sass-loader": "13.3.2",
"vue-template-compiler": "2.7.14"
},
"optionalDependencies": {
Expand Down
Loading

0 comments on commit 63f92d4

Please sign in to comment.