Skip to content

Commit

Permalink
Revert "E oppgraderer mockito-kotlin -> '1.7.10' // 1.7.0 skaper trøb…
Browse files Browse the repository at this point in the history
…bel for mockk: mockk/mockk#832 - som igjen feiler tester i prefill-appen"

This reverts commit 63c536c.
  • Loading branch information
dskarpas committed Jul 20, 2022
1 parent 33676ee commit 833df10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -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'
}
Expand Down
2 changes: 1 addition & 1 deletion 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

0 comments on commit 833df10

Please sign in to comment.