Micronaut 1.3.1
- Release Notes:
https://docs.micronaut.io/1.3.1/guide/index.html#whatsNew - Issues Closed: https://github.com/micronaut-projects/micronaut-core/milestone/39?closed=1
IMPORTANT: This release contains a regression in compatibility with the security module in some scenarios.
NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:
repositories {
maven {
url "https://dl.bintray.com/micronaut/core-releases-local"
}
}