Skip to content

Commit

Permalink
chore(deps): update dependency ch.qos.logback:logback-classic to v1.4…
Browse files Browse the repository at this point in the history
….12 (#543)

* chore(deps): update dependency ch.qos.logback:logback-classic to v1.4.12
  • Loading branch information
renovate[bot] authored Nov 28, 2023
1 parent 90733db commit fcfec88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/eclipselink-javax/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
}

kotlin {
jvmToolchain(8)
jvmToolchain(11)
}

noArg {
Expand Down
2 changes: 1 addition & 1 deletion example/hibernate-javax/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
}

kotlin {
jvmToolchain(8)
jvmToolchain(11)
}

noArg {
Expand Down
2 changes: 1 addition & 1 deletion libs.example.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ kotlin-benchmark = { module = "org.jetbrains.kotlinx:kotlinx-benchmark-runtime",

# log
slf4j = { module = "org.slf4j:slf4j-api", version = "2.0.9" }
logback = { module = "ch.qos.logback:logback-classic", version = "1.2.11" }
logback = { module = "ch.qos.logback:logback-classic", version = "1.4.12" }

# jpa
javax-persistence-api = { module = "javax.persistence:javax.persistence-api", version = "2.2" }
Expand Down

0 comments on commit fcfec88

Please sign in to comment.