From d1cd0431cad2ad0f40809f520bd649db9931d000 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 7 Feb 2022 13:43:22 +0100 Subject: [PATCH] Upgrade Kotlin language/API version to 1.6. Closes #1632 --- parent/pom.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 928f684f..87bfb1fd 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -95,7 +95,7 @@ 17 ${project.artifactId} ${project.build.directory}/jacoco.exec - 11 + 1.6 1.1.3 1.9.7 @@ -1138,9 +1138,8 @@ kotlin-maven-plugin ${kotlin} - ${kotlin.jvm.target} - 1.3 - 1.3 + ${kotlin.api.target} + ${kotlin.api.target} -Xsuppress-version-warnings