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 3 updates #738

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
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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 nimbusSdkVersion = "11.19"
val mockWebServerVersion = "4.12.0"
val jacksonVersion = "2.17.2"
val nettyVersion = "4.1.112.Final"
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.2")
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
Loading