Bump version.io.micronaut from 4.0.6 to 4.1.0 #196
2 changed files with 2 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -71,7 +71,7 @@
|
||||||
<!-- ============================= Versions ============================== -->
|
<!-- ============================= Versions ============================== -->
|
||||||
<!-- ===================================================================== -->
|
<!-- ===================================================================== -->
|
||||||
|
|
||||||
<version.io.micronaut>4.0.6</version.io.micronaut>
|
<version.io.micronaut>4.1.0</version.io.micronaut>
|
||||||
|
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
|
|
@ -13,6 +13,7 @@ import ch.qos.logback.core.spi.ContextAwareBase;
|
||||||
*/
|
*/
|
||||||
public class DefaultConfigurator extends ContextAwareBase implements Configurator {
|
public class DefaultConfigurator extends ContextAwareBase implements Configurator {
|
||||||
|
|
||||||
|
@SuppressWarnings("deprecation")
|
||||||
@Override
|
@Override
|
||||||
public ExecutionStatus configure(LoggerContext loggerContext) {
|
public ExecutionStatus configure(LoggerContext loggerContext) {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue