File tree 1 file changed +16
-3
lines changed
1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.springframework.boot</groupId >
8
8
<artifactId >spring-boot-starter-parent</artifactId >
9
- <version >2.1.1 .RELEASE</version >
9
+ <version >2.3.4 .RELEASE</version >
10
10
</parent >
11
11
12
12
<name >Dialogarena - modiabrukerdialog</name >
56
56
57
57
<dependencyManagement >
58
58
<dependencies >
59
+ <!-- overskriver no.nav.common.bom for å sikre at vi har riktige versjoner i henhold til spring-boot -->
60
+ <dependency >
61
+ <groupId >org.springframework</groupId >
62
+ <artifactId >spring-framework-bom</artifactId >
63
+ <version >5.2.9.RELEASE</version >
64
+ <type >pom</type >
65
+ <scope >import</scope >
66
+ </dependency >
67
+ <dependency >
68
+ <groupId >org.springframework.boot</groupId >
69
+ <artifactId >spring-boot-dependencies</artifactId >
70
+ <version >2.3.4.RELEASE</version >
71
+ <type >pom</type >
72
+ <scope >import</scope >
73
+ </dependency >
59
74
<dependency >
60
75
<groupId >no.nav.common</groupId >
61
76
<artifactId >bom</artifactId >
62
77
<version >${common.version} </version >
63
78
<type >pom</type >
64
79
<scope >import</scope >
65
80
</dependency >
66
-
67
-
68
81
<dependency >
69
82
<groupId >org.jetbrains.kotlin</groupId >
70
83
<artifactId >kotlin-bom</artifactId >
You can’t perform that action at this time.
0 commit comments