Skip to content

Micronaut 1.3.1

Compare
Choose a tag to compare
@graemerocher graemerocher released this 13 Feb 18:10

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" 
    }
}