From 833df106a6f51e408a8734e68ef2575e09855dad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Skarp=C3=A5s?= Date: Wed, 20 Jul 2022 16:21:40 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"E=20oppgraderer=20mockito-kotlin=20->?= =?UTF-8?q?=20'1.7.10'=20//=201.7.0=20skaper=20tr=C3=B8bbel=20for=20mockk:?= =?UTF-8?q?=20https://github.com/mockk/mockk/issues/832=20-=20som=20igjen?= =?UTF-8?q?=20feiler=20tester=20i=20prefill-appen"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 63c536cb3a784a1fb23e9424fa2bcac0cf2305ac. --- build.gradle | 6 +++--- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index b9643de..47c3bad 100644 --- a/build.gradle +++ b/build.gradle @@ -2,11 +2,11 @@ buildscript { ext { 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.22' + springFrameworkVersion = '5.3.21' springBootVersion = '2.7.1' jacksonModuleKotlinVersion = '2.13.3' - eessiMetricsVersion = '0.5.5' - eessiEpLoggingVersion = '1.0.32' + eessiMetricsVersion = '0.5.4' + eessiEpLoggingVersion = '1.0.31' mockkVersion = '1.12.4' tokenSupportVersion = '1.3.19' } diff --git a/gradle.properties b/gradle.properties index 4f89352..c9e7605 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.2.8 +version=11.2.3