diff --git a/pom.xml b/pom.xml index baa7285d..6969b48d 100644 --- a/pom.xml +++ b/pom.xml @@ -8,12 +8,12 @@ com.fasterxml.jackson jackson-base - 2.13.2 + 2.13.2-SNAPSHOT com.fasterxml.jackson.module jackson-module-kotlin jackson-module-kotlin - 2.13.2-SNAPSHOT + 2.13.2 bundle Add-on module for Jackson (https://github.com/FasterXML/jackson/) to support Kotlin language, specifically introspection of method/constructor parameter names, @@ -42,7 +42,7 @@ scm:git:git@github.com:FasterXML/jackson-module-kotlin.git scm:git:git@github.com:FasterXML/jackson-module-kotlin.git https://github.com/FasterXML/jackson-module-kotlin - jackson-module-kotlin-2.13.2 + jackson-module-kotlin-2.13.2-take2