Skip to content

Commit 1c058ac

Browse files
authored
Update pom.xml
1 parent 0936c4a commit 1c058ac

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

kotlin-logging/pom.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,25 @@
2424
<dependency>
2525
<groupId>org.slf4j</groupId>
2626
<artifactId>slf4j-simple</artifactId>
27-
<version>2.0.17</version>
27+
<version>${slf4j-simple.version}</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>org.apache.logging.log4j</groupId>
3131
<artifactId>log4j-core</artifactId>
32-
<version>2.24.3</version>
32+
<version>${log4j-core.version}</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>org.apache.logging.log4j</groupId>
3636
<artifactId>log4j-api-kotlin</artifactId>
37-
<version>1.5.0</version>
37+
<version>${log4j-api-kotlin.version}</version>
3838
</dependency>
3939

4040
</dependencies>
4141

4242
<properties>
4343
<kotlin-logging-jvm.version>7.0.3</kotlin-logging-jvm.version>
44+
<log4j-api-kotlin.version>1.5.0</log4j-api-kotlin.version>
45+
<log4j-core.version>2.24.3</log4j-core.version>
46+
<slf4j-simple.version>2.0.17</slf4j-simple.version>
4447
</properties>
4548
</project>

0 commit comments

Comments
 (0)