Skip to content

Commit 17caee0

Browse files
committed
Dependency updates
1 parent 12544fb commit 17caee0

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

operator/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -425,11 +425,6 @@
425425
<artifactId>kotlin-stdlib</artifactId>
426426
</dependency>
427427

428-
<dependency>
429-
<groupId>org.jetbrains.kotlin</groupId>
430-
<artifactId>kotlin-stdlib-common</artifactId>
431-
</dependency>
432-
433428
<dependency>
434429
<groupId>com.squareup.okhttp3</groupId>
435430
<artifactId>okhttp</artifactId>

pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -430,11 +430,6 @@
430430
<artifactId>kotlin-stdlib</artifactId>
431431
<version>${kotlin-stdlib-version}</version>
432432
</dependency>
433-
<dependency>
434-
<groupId>org.jetbrains.kotlin</groupId>
435-
<artifactId>kotlin-stdlib-common</artifactId>
436-
<version>${kotlin-stdlib-version}</version>
437-
</dependency>
438433
<dependency>
439434
<groupId>com.squareup.okhttp3</groupId>
440435
<artifactId>okhttp</artifactId>
@@ -717,7 +712,7 @@
717712
<awaitility-version>4.2.2</awaitility-version>
718713
<client-java-version>19.0.1</client-java-version>
719714
<findbugs-version>3.0.1u2</findbugs-version>
720-
<kotlin-stdlib-version>2.0.21</kotlin-stdlib-version>
715+
<kotlin-stdlib-version>2.1.0</kotlin-stdlib-version>
721716
<okhttp-version>4.12.0</okhttp-version>
722717
<okio-version>3.9.1</okio-version>
723718
<bc-jdk18on-version>1.79</bc-jdk18on-version>

0 commit comments

Comments
 (0)