Skip to content

Commit

Permalink
chore(release): 3.13.2 [skip ci]
Browse files Browse the repository at this point in the history
## [3.13.2](v3.13.1...v3.13.2) (2024-07-10)

### Build

* **deps:** bump certifi from 2023.7.22 to 2024.7.4 in /tests/e2e ([#161](#161)) ([03fd8ec](03fd8ec))
* **deps:** bump urllib3 from 1.26.18 to 1.26.19 in /tests/e2e ([#151](#151)) ([74fbc11](74fbc11))

### Miscellaneous Chores

* **deps:** update all non-major dependencies ([#159](#159)) ([243047b](243047b))
* **deps:** update all non-major dependencies ([#160](#160)) ([5cc50eb](5cc50eb))
* **deps:** update gcr.io/distroless/java21-debian12:nonroot docker digest to 5723ccd ([#157](#157)) ([e1e7b23](e1e7b23))
* **deps:** update github-actions ([#158](#158)) ([d3ab09f](d3ab09f))
* **deps:** update github-actions ([#162](#162)) ([1c81304](1c81304))
  • Loading branch information
semantic-release-bot committed Jul 10, 2024
1 parent 1c81304 commit aea50ed
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.13.1"
version = "3.13.2"
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.13.1
version: 3.13.2

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

0 comments on commit aea50ed

Please sign in to comment.