Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
- micronaut-library version 4.4.4
- micronaut-aot version 4.4.4
- junit version 5.11.3
  • Loading branch information
guillermocalvo committed Nov 4, 2024
1 parent db39997 commit 2b629de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ and this project adheres to [Pragmatic Versioning](https://pragver.github.io/spe

## [Unreleased]

No unreleased changes.
### Changed

- Bump **micronaut-aot** from 4.4.3 to 4.4.4.
- Bump **micronaut-library** from 4.4.3 to 4.4.4.


## [1.0.0.1]
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ assertj = "3.26.3"
google-java-format = "1.19.2"
jacoco = "0.8.10"
japicmp = "0.4.4"
junit = "5.11.2"
micronaut-aot = "4.4.3"
micronaut-library = "4.4.3"
junit = "5.11.3"
micronaut-aot = "4.4.4"
micronaut-library = "4.4.4"
nexus-publish = "2.0.0"
result-core = "1.0.0.0"
sonarqube = "5.1.0.4882"
Expand Down

0 comments on commit 2b629de

Please sign in to comment.