Skip to content

Commit

Permalink
chore(release): 2.1.7 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.7](v2.1.6...v2.1.7) (2024-11-19)

### Miscellaneous Chores

* **deps:** refresh pip-compile outputs ([#122](#122)) ([77d4acf](77d4acf))
* **deps:** update all non-major dependencies ([#115](#115)) ([322d634](322d634))
* **deps:** update dependency certifi to v2024 [security] ([#120](#120)) ([bdf793c](bdf793c))
* **deps:** update dependency idna to v3.7 [security] ([#117](#117)) ([1b29b3e](1b29b3e))
* **deps:** update dependency requests to v2.32.2 [security] ([#118](#118)) ([a672aa7](a672aa7))
* **deps:** update dependency urllib3 to v2.2.2 [security] ([#119](#119)) ([a507559](a507559))
  • Loading branch information
semantic-release-bot committed Nov 19, 2024
1 parent 77d4acf commit 27808f8
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.6'
version = '2.1.7'

java {
toolchain {
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.6
version: 2.1.7

spring:
application:
Expand Down

0 comments on commit 27808f8

Please sign in to comment.