Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the github group across 1 directory with 20 updates #761

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget

val assertjVersion = "3.26.3"
val kotlinLoggingVersion = "3.0.5"
val logbackVersion = "1.5.7"
val nimbusSdkVersion = "11.18"
val logbackVersion = "1.5.11"
val nimbusSdkVersion = "11.20.1"
val mockWebServerVersion = "4.12.0"
val jacksonVersion = "2.17.2"
val nettyVersion = "4.1.112.Final"
val junitJupiterVersion = "5.11.0"
val kotlinVersion = "2.0.20"
val jacksonVersion = "2.18.0"
val nettyVersion = "4.1.114.Final"
val junitJupiterVersion = "5.11.3"
val kotlinVersion = "2.0.21"
val freemarkerVersion = "2.3.33"
val kotestVersion = "5.9.1"
val bouncyCastleVersion = "1.78.1"
val springBootVersion = "3.3.3"
val reactorTestVersion = "3.6.9"
val springBootVersion = "3.3.4"
val reactorTestVersion = "3.6.11"
val ktorVersion = "2.3.12"
val jsonPathVersion = "2.9.0"

Expand All @@ -24,11 +24,11 @@ val mainClassKt = "no.nav.security.mock.oauth2.StandaloneMockOAuth2ServerKt"

plugins {
application
kotlin("jvm") version "2.0.20"
kotlin("jvm") version "2.0.21"
id("se.patrikerdes.use-latest-versions") version "0.2.18"
id("com.github.ben-manes.versions") version "0.51.0"
id("org.jmailen.kotlinter") version "4.4.1"
id("com.google.cloud.tools.jib") version "3.4.3"
id("com.google.cloud.tools.jib") version "3.4.4"
id("com.github.johnrengelman.shadow") version "8.1.1"
id("net.researchgate.release") version "3.0.2"
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
Expand Down Expand Up @@ -67,7 +67,7 @@ dependencies {
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonVersion")
implementation("org.freemarker:freemarker:$freemarkerVersion")
implementation("org.bouncycastle:bcpkix-jdk18on:$bouncyCastleVersion")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3")
testImplementation("org.assertj:assertj-core:$assertjVersion")
testImplementation("org.junit.jupiter:junit-jupiter-api:$junitJupiterVersion")
testImplementation("org.junit.jupiter:junit-jupiter-params:$junitJupiterVersion")
Expand Down Expand Up @@ -95,7 +95,7 @@ dependencies {
require("2.10.0")
}
}
testImplementation("org.yaml:snakeyaml:2.2") {
testImplementation("org.yaml:snakeyaml:2.3") {
because("previous versions have security vulnerabilities")
}
add("api", "com.squareup.okio:okio") {
Expand Down Expand Up @@ -125,7 +125,7 @@ dependencies {

configurations {
all {
resolutionStrategy.force("com.fasterxml.woodstox:woodstox-core:7.0.0")
resolutionStrategy.force("com.fasterxml.woodstox:woodstox-core:7.1.0")
}
}

Expand Down
Loading