Skip to content

Commit

Permalink
chore(release): 3.12.13 [skip ci]
Browse files Browse the repository at this point in the history
## [3.12.13](v3.12.12...v3.12.13) (2024-05-02)

### Bug Fixes

* set -XX:MaxRAMPercentage=70 ([#147](#147)) ([550313b](550313b))

### Build

* **deps:** bump idna from 3.4 to 3.7 in /tests/e2e ([#143](#143)) ([3febd78](3febd78))

### Miscellaneous Chores

* **deps:** update all non-major dependencies ([#142](#142)) ([08602ee](08602ee))
* **deps:** update docker.io/library/gradle:8.7.0-jdk21 docker digest to 01ec604 ([#144](#144)) ([633bf60](633bf60))
* **deps:** update gcr.io/distroless/java21-debian12:nonroot docker digest to 58f89bf ([#145](#145)) ([ff4f445](ff4f445))
* **deps:** update github-actions ([#146](#146)) ([792582e](792582e))
  • Loading branch information
semantic-release-bot committed May 2, 2024
1 parent 550313b commit a2e89b0
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.12"
version = "3.12.13"
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.12
version: 3.12.13

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

0 comments on commit a2e89b0

Please sign in to comment.