Skip to content

Commit

Permalink
fix(deps): update dependency micronaut to v4.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 3, 2024
1 parent 6348301 commit 029cd5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kafka-streams/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ configurations.all {
}

micronaut {
version = '4.3.7'
version = '4.4.2'
testResources {
enabled = true
additionalModules.add(KAFKA)
Expand Down
2 changes: 1 addition & 1 deletion kafka/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ configurations.all {
}

micronaut {
version = '4.3.7'
version = '4.4.2'
testResources {
enabled = true
additionalModules.add(KAFKA)
Expand Down

0 comments on commit 029cd5c

Please sign in to comment.