Skip to content

Commit 2b5dcf6

Browse files
Update dependency org.jetbrains.kotlinx:kotlinx-serialization-core-jvm to v1.8.0 (#2792)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 57bd87e commit 2b5dcf6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

flink-end-to-end-tests/flink-glue-schema-registry-avro-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ under the License.
8888
<dependency>
8989
<groupId>org.jetbrains.kotlinx</groupId>
9090
<artifactId>kotlinx-serialization-core-jvm</artifactId>
91-
<version>1.7.3</version>
91+
<version>1.8.0</version>
9292
</dependency>
9393
<dependency>
9494
<groupId>org.checkerframework</groupId>

flink-end-to-end-tests/flink-glue-schema-registry-json-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ under the License.
8888
<dependency>
8989
<groupId>org.jetbrains.kotlinx</groupId>
9090
<artifactId>kotlinx-serialization-core-jvm</artifactId>
91-
<version>1.7.3</version>
91+
<version>1.8.0</version>
9292
</dependency>
9393
<dependency>
9494
<groupId>org.checkerframework</groupId>

flink-formats/flink-avro-glue-schema-registry/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ under the License.
8282
<dependency>
8383
<groupId>org.jetbrains.kotlinx</groupId>
8484
<artifactId>kotlinx-serialization-core-jvm</artifactId>
85-
<version>1.7.3</version>
85+
<version>1.8.0</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>org.jetbrains</groupId>

flink-formats/flink-json-glue-schema-registry/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ under the License.
8383
<dependency>
8484
<groupId>org.jetbrains.kotlinx</groupId>
8585
<artifactId>kotlinx-serialization-core-jvm</artifactId>
86-
<version>1.7.3</version>
86+
<version>1.8.0</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>io.github.classgraph</groupId>

0 commit comments

Comments
 (0)