Skip to content

Commit 659f32f

Browse files
authored
Update pom.xml
1 parent 2cc4701 commit 659f32f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

kotlin-logging/pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,15 @@
1717

1818
<dependencies>
1919
<dependency>
20-
<groupId>io.github.microutils</groupId>
20+
<groupId>io.io.github.oshai</groupId>
2121
<artifactId>kotlin-logging-jvm</artifactId>
2222
<version>${kotlin-logging-jvm.version}</version>
2323
</dependency>
24+
<dependency>
25+
<groupId>org.slf4j</groupId>
26+
<artifactId>slf4j-simple</artifactId>
27+
<version>2.0.17</version>
28+
</dependency>
2429
<dependency>
2530
<groupId>org.apache.logging.log4j</groupId>
2631
<artifactId>log4j-core</artifactId>
@@ -35,6 +40,6 @@
3540
</dependencies>
3641

3742
<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>
3944
</properties>
4045
</project>

0 commit comments

Comments
 (0)