Skip to content

Commit

Permalink
fix(deps): update dependency micronaut to v4.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 22, 2024
1 parent 9e12f36 commit a0ab130
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.5'
version = '4.3.7'
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.5'
version = '4.3.7'
testResources {
enabled = true
additionalModules.add(KAFKA)
Expand Down

0 comments on commit a0ab130

Please sign in to comment.