1
1
buildscript {
2
+
2
3
ext {
3
- kotlinVersion = ' 1.9.22 '
4
- springBootVersion = ' 3.2.2 '
5
- springKafkaVersion = ' 3.1.1 '
6
- jacksonModuleKotlinVersion = ' 2.16.1 '
7
- tokenSupportVersion = ' 4.0.5 '
4
+ kotlinVersion = ' 1.9.23 '
5
+ springBootVersion = ' 3.2.3 '
6
+ springKafkaVersion = ' 3.1.2 '
7
+ jacksonModuleKotlinVersion = ' 2.17.0 '
8
+ tokenSupportVersion = ' 4.1.3 '
8
9
imageioVersion = ' 3.10.1'
9
10
}
10
11
}
@@ -37,9 +38,9 @@ dependencies {
37
38
implementation(" org.springframework.boot:spring-boot-actuator" )
38
39
39
40
// Spring Framework BOM-fil kan overstyre så vi får siste patch-versjon av Spring Framework
40
- implementation(platform(" org.springframework:spring-framework-bom:6.1.3 " ))
41
+ implementation(platform(" org.springframework:spring-framework-bom:6.1.5 " ))
41
42
42
- implementation(" org.apache.httpcomponents.client5:httpclient5:5.3" )
43
+ implementation(" org.apache.httpcomponents.client5:httpclient5:5.3.1 " )
43
44
44
45
implementation(' org.springframework.retry:spring-retry:2.0.5' )
45
46
@@ -52,34 +53,34 @@ dependencies {
52
53
implementation " org.springframework.kafka:spring-kafka:$springKafkaVersion "
53
54
54
55
// GCP
55
- implementation(" com.google.cloud:google-cloud-storage:2.30.1 " )
56
+ implementation(" com.google.cloud:google-cloud-storage:2.36.0 " )
56
57
57
58
// Eessi pensjon biblioteker
58
- implementation(" no.nav.eessi.pensjon:ep-eux:2.2.6 " )
59
- implementation(" no.nav.eessi.pensjon:ep-metrics:2.0.50 " )
60
- implementation(" no.nav.eessi.pensjon:ep-logging:2.1.47 " )
61
- implementation(" no.nav.eessi.pensjon:ep-personoppslag:13.1.62 " ){
59
+ implementation(" no.nav.eessi.pensjon:ep-eux:2.2.24 " )
60
+ implementation(" no.nav.eessi.pensjon:ep-metrics:2.0.58 " )
61
+ implementation(" no.nav.eessi.pensjon:ep-logging:2.1.56 " )
62
+ implementation(" no.nav.eessi.pensjon:ep-personoppslag:13.1.91 " ){
62
63
exclude module : ' ep-eux'
63
64
exclude module : ' ep-metrics'
64
65
exclude module : ' ep-logging'
65
66
}
66
- implementation(" no.nav.eessi.pensjon:ep-routing:2.0.46 " ){
67
+ implementation(" no.nav.eessi.pensjon:ep-routing:2.0.79 " ){
67
68
exclude module : ' ep-eux'
68
69
exclude module : ' ep-metrics'
69
70
exclude module : ' ep-logging'
70
71
exclude module : ' ep-personoppslag'
71
72
}
72
73
73
74
// PDF box
74
- implementation(" org.apache.pdfbox:pdfbox-tools:3.0.1 " )
75
+ implementation(" org.apache.pdfbox:pdfbox-tools:3.0.2 " )
75
76
implementation(" com.twelvemonkeys.imageio:imageio-jpeg:${ imageioVersion} " )
76
77
implementation(" com.twelvemonkeys.imageio:imageio-tiff:${ imageioVersion} " )
77
78
78
79
// Logging
79
80
implementation(" net.logstash.logback:logstash-logback-encoder:7.4" )
80
81
testImplementation project(path : ' :' )
81
82
configurations { all* . exclude group : ' commons-logging' , module : ' commons-logging' }
82
- implementation(" org.slf4j:jcl-over-slf4j:2.0.11 " )
83
+ implementation(" org.slf4j:jcl-over-slf4j:2.0.12 " )
83
84
84
85
// Auth
85
86
implementation(" no.nav.security:token-client-spring:${ tokenSupportVersion} " )
@@ -94,16 +95,19 @@ dependencies {
94
95
}
95
96
testImplementation " org.springframework.kafka:spring-kafka-test:$springKafkaVersion "
96
97
97
- testImplementation(platform(" org.junit:junit-bom:5.10.1 " ))
98
+ testImplementation(platform(" org.junit:junit-bom:5.10.2 " ))
98
99
testImplementation(" org.junit.jupiter:junit-jupiter" )
99
100
100
101
// mock - test
101
102
testImplementation(" org.mock-server:mockserver-netty:5.15.0" ) {
102
103
exclude module : ' junit'
103
104
}
104
- testImplementation(" io.mockk:mockk:1.13.8 " )
105
+ testImplementation(" io.mockk:mockk:1.13.10 " )
105
106
testImplementation(" com.ninja-squad:springmockk:4.0.2" )
106
107
107
108
// Architecture tests
108
109
testImplementation ' com.tngtech.archunit:archunit:1.2.1'
110
+
111
+
112
+
109
113
}
0 commit comments