diff --git a/build.gradle b/build.gradle index 16b26e7..a2e6702 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ buildscript { ext { - kotlinVersion = '1.7.0' + kotlinVersion = '1.6.21' // 1.7.0 skaper trøbbel for mockk: https://github.com/mockk/mockk/issues/832 - som igjen feiler tester i prefill-appen springFrameworkVersion = '5.3.18' springBootVersion = '2.6.4' jacksonModuleKotlinVersion = '2.13.3' diff --git a/gradle.properties b/gradle.properties index b237a31..be73746 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ # This is the version you are working on - that will be released next time -version=11.0.2 +version=11.1.0