Skip to content

Commit

Permalink
Revert Kotlin Serialization to 1.6.3 for backwards compatibility
Browse files Browse the repository at this point in the history
Revert Kotlin Serialization to 1.6.3 for backwards compatibility

#340
  • Loading branch information
smcvb committed Jul 23, 2024
1 parent afb06d7 commit 24a6cb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2010-2023. Axon Framework
~ Copyright (c) 2010-2024. Axon Framework
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -58,7 +58,7 @@
<kotlin.version>1.9.24</kotlin.version>
<!-- Serialization -->
<jackson-kotlin.version>2.17.1</jackson-kotlin.version>
<kotlin-serialization.version>1.7.1</kotlin-serialization.version>
<kotlin-serialization.version>1.6.3</kotlin-serialization.version>
<!-- Logging -->
<slf4j.version>2.0.13</slf4j.version>
<log4j.version>2.13.3</log4j.version>
Expand Down

0 comments on commit 24a6cb1

Please sign in to comment.