File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 34
34
<axon .version>4.4.3</axon .version>
35
35
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
36
36
<kotlin .version>1.4.10</kotlin .version>
37
- <kotlin-logging .version>1.12.0 </kotlin-logging .version>
37
+ <kotlin-logging .version>2.0.3 </kotlin-logging .version>
38
38
<jackson-kotlin .version>2.11.3</jackson-kotlin .version>
39
39
<mockk .version>1.10.2</mockk .version>
40
40
<junit .jupiter.version>5.7.0</junit .jupiter.version>
41
41
<slf4j .version>1.7.30</slf4j .version>
42
42
<log4j .version>2.13.3</log4j .version>
43
- <dokka .version>1.4.10</dokka .version>
43
+ <dokka .version>1.4.10.2 </dokka .version>
44
44
</properties >
45
45
46
46
<dependencyManagement >
71
71
</dependency >
72
72
<dependency >
73
73
<groupId >io.github.microutils</groupId >
74
- <artifactId >kotlin-logging</artifactId >
74
+ <artifactId >kotlin-logging-jvm </artifactId >
75
75
<version >${kotlin-logging.version} </version >
76
- <exclusions >
77
- <exclusion >
78
- <groupId >org.jetbrains.kotlin</groupId >
79
- <artifactId >kotlin-stdlib</artifactId >
80
- </exclusion >
81
- </exclusions >
82
76
</dependency >
83
-
84
77
<dependency >
85
78
<groupId >org.junit.jupiter</groupId >
86
79
<artifactId >junit-jupiter-api</artifactId >
You can’t perform that action at this time.
0 commit comments