1
1
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2
2
3
3
plugins {
4
- kotlin(" jvm" ) version " 1.6 .21"
4
+ kotlin(" jvm" ) version " 1.7 .21"
5
5
}
6
6
7
7
group = " no.nav.hjelpemidler"
@@ -15,22 +15,22 @@ repositories {
15
15
dependencies {
16
16
implementation(" com.natpryce:konfig:1.6.10.0" )
17
17
implementation(" org.influxdb:influxdb-java:2.22" )
18
- implementation(" com.github.navikt:rapids-and-rivers:2022.05.11-08.56.814d601f572e " ) {
18
+ implementation(" com.github.navikt:rapids-and-rivers:2022110411121667556720.8a951a765583 " ) {
19
19
exclude(group = " ch.qos.logback" )
20
20
}
21
21
22
22
// Logging
23
- implementation(" io.github.microutils:kotlin-logging:2.1.21 " )
24
- runtimeOnly(" ch.qos.logback:logback-classic:1.2.11 " )
25
- runtimeOnly(" net.logstash.logback:logstash-logback-encoder:7.1.1 " )
23
+ implementation(" io.github.microutils:kotlin-logging:3.0.4 " )
24
+ runtimeOnly(" ch.qos.logback:logback-classic:1.4.4 " )
25
+ runtimeOnly(" net.logstash.logback:logstash-logback-encoder:7.2 " )
26
26
27
27
// Jackson
28
- val jacksonVersion = " 2.13.3 "
28
+ val jacksonVersion = " 2.14.0 "
29
29
implementation(" com.fasterxml.jackson.dataformat:jackson-dataformat-xml:$jacksonVersion " )
30
30
implementation(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jacksonVersion " )
31
31
32
32
// Ktor
33
- val ktorVersion = " 2.0.1 "
33
+ val ktorVersion = " 2.1.3 "
34
34
implementation(" io.ktor:ktor-server-auth:$ktorVersion " )
35
35
implementation(" io.ktor:ktor-server-content-negotiation:$ktorVersion " )
36
36
implementation(" io.ktor:ktor-server-call-logging:$ktorVersion " )
@@ -39,7 +39,7 @@ dependencies {
39
39
// Testing
40
40
testImplementation(kotlin(" test" ))
41
41
testImplementation(" io.ktor:ktor-server-test-host:$ktorVersion " )
42
- testImplementation(" io.mockk:mockk:1.12.4 " )
42
+ testImplementation(" io.mockk:mockk:1.13.2 " )
43
43
}
44
44
45
45
tasks.withType<KotlinCompile > {
0 commit comments