Skip to content

Commit

Permalink
chore(release): 3.12.12 [skip ci]
Browse files Browse the repository at this point in the history
## [3.12.12](v3.12.11...v3.12.12) (2024-04-01)

### Miscellaneous Chores

* **deps:** update all non-major dependencies ([#137](#137)) ([a5da826](a5da826))
* **deps:** update all non-major dependencies ([#140](#140)) ([192cc47](192cc47))
* **deps:** update docker.io/bitnami/kafka:3.7.0 docker digest to c1e54c8 ([#138](#138)) ([dc35d0a](dc35d0a))
* **deps:** update docker.io/library/gradle:8.6.0-jdk21 docker digest to a337805 ([#134](#134)) ([fc461ce](fc461ce))
* **deps:** update docker.io/library/postgres:16.2 docker digest to 6b841c8 ([#139](#139)) ([c20f312](c20f312))
* **deps:** update gcr.io/distroless/java21-debian12:nonroot docker digest to 68e1197 ([#135](#135)) ([3f2f231](3f2f231))
* **deps:** update ghcr.io/miracum/fhir-pseudonymizer docker tag to v2.21.7 ([#132](#132)) ([9758677](9758677))
* **deps:** update github-actions ([#136](#136)) ([40fa5fd](40fa5fd))
* **deps:** update miracum/.github action to v1.6.3 ([#141](#141)) ([9abfead](9abfead))
  • Loading branch information
semantic-release-bot committed Apr 1, 2024
1 parent 9abfead commit c836912
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "org.miracum.etl"
version = "3.12.11"
version = "3.12.12"
sourceCompatibility = "21"
targetCompatibility = "21"

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ fhir:
loinc: "http://loinc.org"

app:
version: 3.12.11
version: 3.12.12

features:
use-load-balancer-optimized-connection-pool: false

0 comments on commit c836912

Please sign in to comment.