Skip to content

Commit 0bfe042

Browse files
Upgrade Kotlin to 1.8.21.
Closes: #1982
1 parent 9c1c95c commit 0bfe042

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,14 @@
116116
<!-- Deprecated: Use junit-vintage-engine and JUnit 4 is included as transitive dependency -->
117117
<junit>4.13.2</junit>
118118
<junit5>5.9.2</junit5>
119-
<kotlin>1.8.20</kotlin>
119+
<kotlin>1.8.21</kotlin>
120120
<kotlin-coroutines>1.6.4</kotlin-coroutines>
121121
<logback>1.4.1</logback>
122122
<lombok>1.18.20</lombok>
123123
<micrometer>1.11.0-RC1</micrometer>
124124
<micrometer-tracing>1.1.0-RC1</micrometer-tracing>
125125
<mockito>5.2.0</mockito>
126-
<mockk>1.13.4</mockk>
126+
<mockk>1.13.5</mockk>
127127
<querydsl>5.0.0</querydsl>
128128
<reactor>2022.0.6</reactor>
129129
<rxjava2>2.2.21</rxjava2>

0 commit comments

Comments
 (0)