Skip to content

Commit 41496f8

Browse files
committed
[KAIZEN-0] byttet til spring-boot boms igjen
1 parent d476562 commit 41496f8

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

pom.xml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>2.1.1.RELEASE</version>
9+
<version>2.3.4.RELEASE</version>
1010
</parent>
1111

1212
<name>Dialogarena - modiabrukerdialog</name>
@@ -56,15 +56,28 @@
5656

5757
<dependencyManagement>
5858
<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>
5974
<dependency>
6075
<groupId>no.nav.common</groupId>
6176
<artifactId>bom</artifactId>
6277
<version>${common.version}</version>
6378
<type>pom</type>
6479
<scope>import</scope>
6580
</dependency>
66-
67-
6881
<dependency>
6982
<groupId>org.jetbrains.kotlin</groupId>
7083
<artifactId>kotlin-bom</artifactId>

0 commit comments

Comments
 (0)