Skip to content

Commit a98c6f1

Browse files
committed
Dependency updates
1 parent 117f698 commit a98c6f1

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
@@ -430,11 +430,6 @@
430430
<artifactId>kotlin-stdlib</artifactId>
431431
</dependency>
432432

433-
<dependency>
434-
<groupId>org.jetbrains.kotlin</groupId>
435-
<artifactId>kotlin-stdlib-common</artifactId>
436-
</dependency>
437-
438433
<dependency>
439434
<groupId>com.squareup.okhttp3</groupId>
440435
<artifactId>okhttp</artifactId>

pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -432,11 +432,6 @@
432432
<artifactId>kotlin-stdlib</artifactId>
433433
<version>${kotlin-stdlib-version}</version>
434434
</dependency>
435-
<dependency>
436-
<groupId>org.jetbrains.kotlin</groupId>
437-
<artifactId>kotlin-stdlib-common</artifactId>
438-
<version>${kotlin-stdlib-version}</version>
439-
</dependency>
440435
<dependency>
441436
<groupId>com.squareup.okhttp3</groupId>
442437
<artifactId>okhttp</artifactId>
@@ -719,7 +714,7 @@
719714
<awaitility-version>4.2.2</awaitility-version>
720715
<client-java-version>21.0.1-legacy</client-java-version>
721716
<findbugs-version>3.0.1u2</findbugs-version>
722-
<kotlin-stdlib-version>2.0.21</kotlin-stdlib-version>
717+
<kotlin-stdlib-version>2.1.0</kotlin-stdlib-version>
723718
<okhttp-version>4.12.0</okhttp-version>
724719
<okio-version>3.9.1</okio-version>
725720
<bc-jdk18on-version>1.79</bc-jdk18on-version>

0 commit comments

Comments
 (0)