Skip to content

Commit 93a5be0

Browse files
committed
deps: update dependencies
- com.nimbusds:oauth2-oidc-sdk [8.32.1 -> 9.1] https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions - com.squareup.okhttp3:mockwebserver [4.9.0 -> 4.9.1] https://square.github.io/okhttp/ - io.kotest:kotest-assertions-core-jvm [4.3.2 -> 4.4.1] http://www.github.com/kotest/kotest - io.kotest:kotest-runner-junit5-jvm [4.3.2 -> 4.4.1] http://www.github.com/kotest/kotest - io.netty:netty-all [4.1.57.Final -> 4.1.59.Final] https://netty.io/ - org.assertj:assertj-core [3.18.1 -> 3.19.0] https://assertj.github.io/doc/ - org.freemarker:freemarker [2.3.30 -> 2.3.31] https://freemarker.apache.org/ - org.jetbrains.kotlin:kotlin-reflect [1.4.21 -> 1.4.30] https://kotlinlang.org/ - org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable [1.4.21 -> 1.4.30] https://kotlinlang.org/ - org.jetbrains.kotlin:kotlin-stdlib [1.4.21 -> 1.4.30] https://kotlinlang.org/ - org.jetbrains.kotlin:kotlin-test-junit5 [1.4.21-2 -> 1.4.30] https://kotlinlang.org/ - org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin [1.4.21 -> 1.4.30] - org.junit.jupiter:junit-jupiter-api [5.7.0 -> 5.7.1] https://junit.org/junit5/ - org.junit.jupiter:junit-jupiter-engine [5.7.0 -> 5.7.1] https://junit.org/junit5/ Gradle release-candidate updates: - Gradle: [6.8 -> 6.8.2]
1 parent b331b7e commit 93a5be0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

build.gradle.kts

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
import java.time.Duration
22
import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
3-
val assertjVersion = "3.18.1"
3+
val assertjVersion = "3.19.0"
44
val kotlinLoggingVersion = "2.0.4"
55
val logbackVersion = "1.2.3"
6-
val nimbusSdkVersion = "8.32.1"
7-
val mockWebServerVersion = "4.9.0"
6+
val nimbusSdkVersion = "8.36"
7+
val mockWebServerVersion = "4.9.1"
88
val jacksonVersion = "2.12.1"
9-
val nettyVersion = "4.1.57.Final"
10-
val junitJupiterVersion = "5.7.0"
11-
val kotlinVersion = "1.4.21-2"
12-
val freemarkerVersion = "2.3.30"
13-
val kotestVersion = "4.3.2"
9+
val nettyVersion = "4.1.59.Final"
10+
val junitJupiterVersion = "5.7.1"
11+
val kotlinVersion = "1.4.30"
12+
val freemarkerVersion = "2.3.31"
13+
val kotestVersion = "4.4.1"
1414

1515
val mavenRepoBaseUrl = "https://oss.sonatype.org"
1616
val mainClassKt = "no.nav.security.mock.oauth2.StandaloneMockOAuth2ServerKt"
1717

1818
plugins {
1919
application
20-
kotlin("jvm") version "1.4.21"
20+
kotlin("jvm") version "1.4.30"
2121
id("se.patrikerdes.use-latest-versions") version "0.2.15"
2222
id("com.github.ben-manes.versions") version "0.36.0"
2323
id("org.jmailen.kotlinter") version "3.3.0"

0 commit comments

Comments
 (0)