We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc4701 commit 659f32fCopy full SHA for 659f32f
kotlin-logging/pom.xml
@@ -17,10 +17,15 @@
17
18
<dependencies>
19
<dependency>
20
- <groupId>io.github.microutils</groupId>
+ <groupId>io.io.github.oshai</groupId>
21
<artifactId>kotlin-logging-jvm</artifactId>
22
<version>${kotlin-logging-jvm.version}</version>
23
</dependency>
24
+ <dependency>
25
+ <groupId>org.slf4j</groupId>
26
+ <artifactId>slf4j-simple</artifactId>
27
+ <version>2.0.17</version>
28
+ </dependency>
29
30
<groupId>org.apache.logging.log4j</groupId>
31
<artifactId>log4j-core</artifactId>
@@ -35,6 +40,6 @@
35
40
</dependencies>
36
41
37
42
<properties>
38
- <kotlin-logging-jvm.version>3.0.5</kotlin-logging-jvm.version>
43
+ <kotlin-logging-jvm.version>7.0.3</kotlin-logging-jvm.version>
39
44
</properties>
45
</project>
0 commit comments