Prepare version 4.x for current slf4j/logback/micronaut versions (#147)

This commit is contained in:
Stephan Schnabel 2023-07-02 15:56:57 +02:00 committed by Stephan Schnabel
parent 52a0478cf1
commit 90a2d223b2
3 changed files with 7 additions and 6 deletions

View file

@ -5,13 +5,13 @@
<parent>
<groupId>io.kokuwa.maven</groupId>
<artifactId>maven-parent</artifactId>
<version>0.6.9</version>
<version>0.6.10</version>
<relativePath />
</parent>
<groupId>io.kokuwa.micronaut</groupId>
<artifactId>micronaut-logging</artifactId>
<version>3.3.1-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
<name>Logging Support for Micronaut</name>
<description>Enhanced logging using MDC or request header.</description>