Skip to content

Commit

Permalink
chore(release): 2.1.5 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.5](v2.1.4...v2.1.5) (2024-08-01)

### Miscellaneous Chores

* **deps:** update all non-major dependencies ([#101](#101)) ([ceacd79](ceacd79))
* **deps:** update gcr.io/distroless/java17-debian12:nonroot docker digest to 86c047c ([#99](#99)) ([2cac9e4](2cac9e4))
* **deps:** update github-actions ([#100](#100)) ([45b5769](45b5769))
  • Loading branch information
semantic-release-bot committed Aug 1, 2024
1 parent 2cac9e4 commit c958700
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.streams'
version = '2.1.4'
version = '2.1.5'
sourceCompatibility = '17'

configurations {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
app:
version: 2.1.4
version: 2.1.5

spring:
application:
Expand Down

0 comments on commit c958700

Please sign in to comment.