Skip to content

Commit 24a6cb1

Browse files
committed
Revert Kotlin Serialization to 1.6.3 for backwards compatibility
Revert Kotlin Serialization to 1.6.3 for backwards compatibility #340
1 parent afb06d7 commit 24a6cb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright (c) 2010-2023. Axon Framework
3+
~ Copyright (c) 2010-2024. Axon Framework
44
~
55
~ Licensed under the Apache License, Version 2.0 (the "License");
66
~ you may not use this file except in compliance with the License.
@@ -58,7 +58,7 @@
5858
<kotlin.version>1.9.24</kotlin.version>
5959
<!-- Serialization -->
6060
<jackson-kotlin.version>2.17.1</jackson-kotlin.version>
61-
<kotlin-serialization.version>1.7.1</kotlin-serialization.version>
61+
<kotlin-serialization.version>1.6.3</kotlin-serialization.version>
6262
<!-- Logging -->
6363
<slf4j.version>2.0.13</slf4j.version>
6464
<log4j.version>2.13.3</log4j.version>

0 commit comments

Comments
 (0)