@@ -2,30 +2,30 @@ import java.time.Duration
2
2
import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
3
3
4
4
val assertjVersion = " 3.19.0"
5
- val kotlinLoggingVersion = " 2.0.4 "
5
+ val kotlinLoggingVersion = " 2.0.6 "
6
6
val logbackVersion = " 1.2.3"
7
- val nimbusSdkVersion = " 8.36 "
7
+ val nimbusSdkVersion = " 9.2.3 "
8
8
val mockWebServerVersion = " 4.9.1"
9
- val jacksonVersion = " 2.12.1 "
10
- val nettyVersion = " 4.1.59 .Final"
9
+ val jacksonVersion = " 2.12.2 "
10
+ val nettyVersion = " 4.1.60 .Final"
11
11
val junitJupiterVersion = " 5.7.1"
12
- val kotlinVersion = " 1.4.30 "
12
+ val kotlinVersion = " 1.4.32 "
13
13
val freemarkerVersion = " 2.3.31"
14
- val kotestVersion = " 4.4.1 "
14
+ val kotestVersion = " 4.4.3 "
15
15
16
16
val mavenRepoBaseUrl = " https://oss.sonatype.org"
17
17
val mainClassKt = " no.nav.security.mock.oauth2.StandaloneMockOAuth2ServerKt"
18
18
19
19
plugins {
20
20
application
21
- kotlin(" jvm" ) version " 1.4.30 "
21
+ kotlin(" jvm" ) version " 1.4.32 "
22
22
id(" se.patrikerdes.use-latest-versions" ) version " 0.2.15"
23
- id(" com.github.ben-manes.versions" ) version " 0.36 .0"
23
+ id(" com.github.ben-manes.versions" ) version " 0.38 .0"
24
24
id(" org.jmailen.kotlinter" ) version " 3.3.0"
25
- id(" com.google.cloud.tools.jib" ) version " 2.7.1 "
25
+ id(" com.google.cloud.tools.jib" ) version " 2.8.0 "
26
26
id(" com.github.johnrengelman.shadow" ) version " 6.1.0"
27
27
id(" net.researchgate.release" ) version " 2.8.1"
28
- id(" io.codearte.nexus-staging" ) version " 0.22 .0"
28
+ id(" io.codearte.nexus-staging" ) version " 0.30 .0"
29
29
id(" de.marcphilipp.nexus-publish" ) version " 0.4.0"
30
30
`java- library`
31
31
`maven- publish`
0 commit comments