diff --git a/CHANGELOG.md b/CHANGELOG.md index 09aba2e..3a944c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index df5620e..f0609fd 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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"