File tree 2 files changed +11
-4
lines changed
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 41
41
run : |
42
42
mvn antrun:run@ktlint
43
43
44
- enhetstester :
45
- name : Enhetstester
44
+ tester :
45
+ name : Tester
46
46
runs-on : ubuntu-latest
47
47
steps :
48
48
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >org.springframework.boot</groupId >
13
13
<artifactId >spring-boot-starter-parent</artifactId >
14
- <version >3.4.2 </version >
14
+ <version >3.4.3 </version >
15
15
</parent >
16
16
17
17
<properties >
24
24
<kotlin .version>2.1.0</kotlin .version>
25
25
<kontrakter .version>3.0_20250304135943_b3cfec4</kontrakter .version>
26
26
<felles .version>3.20250305123143_5e4f8ca</felles .version>
27
- <token-validation-spring .version>5.0.17 </token-validation-spring .version>
27
+ <token-validation-spring .version>5.0.19 </token-validation-spring .version>
28
28
<springdoc .version>2.8.5</springdoc .version>
29
29
</properties >
30
30
31
31
<dependencyManagement >
32
32
<dependencies >
33
+ <dependency >
34
+ <groupId >org.springframework.boot</groupId >
35
+ <artifactId >spring-boot-dependencies</artifactId >
36
+ <version >3.4.3</version >
37
+ <type >pom</type >
38
+ <scope >import</scope >
39
+ </dependency >
33
40
<dependency >
34
41
<groupId >no.nav.familie.felles</groupId >
35
42
<artifactId >felles</artifactId >
You can’t perform that action at this time.
0 commit comments