Skip to content

Commit

Permalink
Bump slf4jVersion from 2.0.4 to 2.0.6 (#155)
Browse files Browse the repository at this point in the history
Bumps `slf4jVersion` from 2.0.4 to 2.0.6.

Updates `slf4j-api` from 2.0.4 to 2.0.6
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](qos-ch/slf4j@v_2.0.4...v_2.0.6)

Updates `slf4j-simple` from 2.0.4 to 2.0.6
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](qos-ch/slf4j@v_2.0.4...v_2.0.6)

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.slf4j:slf4j-simple
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 22, 2022
1 parent fb7c65e commit 32ac655
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions adapter-sdk-kotlin-ktor2-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ val ktorVersion = "2.1.3"


dependencies {
implementation("org.slf4j:slf4j-api:2.0.4")
implementation("org.slf4j:slf4j-api:2.0.6")
api("com.nimbusds:nimbus-jose-jwt:9.25.6")

implementation("io.ktor:ktor-client-json:$ktorVersion")
implementation("io.ktor:ktor-client-core-jvm:$ktorVersion")
implementation("io.ktor:ktor-client-content-negotiation:$ktorVersion")
implementation("io.ktor:ktor-serialization-kotlinx-json:$ktorVersion")

testImplementation("org.slf4j:slf4j-simple:2.0.4")
testImplementation("org.slf4j:slf4j-simple:2.0.6")
testImplementation("org.assertj:assertj-core:3.23.1")
testImplementation("org.junit.jupiter:junit-jupiter:5.9.1")
}
Expand Down
2 changes: 1 addition & 1 deletion adapter-sdk-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {

description = "Oslonøkkelen Adapter Kotlin SDK"

val slf4jVersion = "2.0.4"
val slf4jVersion = "2.0.6"

dependencies {
implementation("org.slf4j:slf4j-api:$slf4jVersion")
Expand Down

0 comments on commit 32ac655

Please sign in to comment.