From ee4ce04f61bb69e6b902daf9e476a28d9982c51c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 1 Mar 2024 22:37:27 +0000 Subject: [PATCH] chore(release): 3.12.11 [skip ci] ## [3.12.11](https://github.com/miracum/fhir-gateway/compare/v3.12.10...v3.12.11) (2024-03-01) ### Miscellaneous Chores * **deps:** update docker.io/hapiproject/hapi docker tag to v7 ([#133](https://github.com/miracum/fhir-gateway/issues/133)) ([eeb0c85](https://github.com/miracum/fhir-gateway/commit/eeb0c85b0a38f5723afd1e3d37bba13e5ee50308)) * **deps:** update docker.io/library/postgres:16.2 docker digest to f58300a ([#130](https://github.com/miracum/fhir-gateway/issues/130)) ([a00b141](https://github.com/miracum/fhir-gateway/commit/a00b141d091bea94f0235ced12bae2146d2320ad)) * **deps:** update gcr.io/distroless/java21-debian12:nonroot docker digest to 712c383 ([#131](https://github.com/miracum/fhir-gateway/issues/131)) ([e4043b7](https://github.com/miracum/fhir-gateway/commit/e4043b7ea46fee455d03db239e0364627eae802b)) * **deps:** update github-actions ([#128](https://github.com/miracum/fhir-gateway/issues/128)) ([dac29b7](https://github.com/miracum/fhir-gateway/commit/dac29b7f947ed6effa8f2531d7941c92d8c9cb71)) * renovate quarterly ([057ec32](https://github.com/miracum/fhir-gateway/commit/057ec32cb854aee7e1c227dcb16bfc1bde26678f)) --- build.gradle | 2 +- src/main/resources/application.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 6811802..36e57f6 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { } group = "org.miracum.etl" -version = "3.12.10" +version = "3.12.11" sourceCompatibility = "21" targetCompatibility = "21" diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index a2d2661..d82a3cf 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -110,7 +110,7 @@ fhir: loinc: "http://loinc.org" app: - version: 3.12.10 + version: 3.12.11 features: use-load-balancer-optimized-connection-pool: false