Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
- junit version 5.11.2
- micronaut-library version 4.4.3
- micronaut-aot version 4.4.3
  • Loading branch information
guillermocalvo committed Oct 8, 2024
1 parent f555496 commit f627146
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.2 to 4.4.3.
- Bump **micronaut-library** from 4.4.2 to 4.4.3.


## [1.0.0.0]
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.3"
junit = "5.11.0"
micronaut-aot = "4.4.2"
micronaut-library = "4.4.2"
junit = "5.11.2"
micronaut-aot = "4.4.3"
micronaut-library = "4.4.3"
nexus-publish = "2.0.0"
result-core = "1.0.0.0"
sonarqube = "5.1.0.4882"
Expand Down

0 comments on commit f627146

Please sign in to comment.