Skip to content

Commit 129b52d

Browse files
This PR contains the following updates:
| Package | Type | Package file | Manager | Update | Change | |---|---|---|---|---|---| | org.flywaydb.flyway | plugin | misk/gradle/libs.versions.toml | gradle | patch | `11.8.0` -> `11.8.1` | | [io.netty:netty-handler](https://netty.io/) ([source](https://github.com/netty/netty)) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `4.2.0.Final` -> `4.2.1.Final` | | [io.netty:netty-bom](https://netty.io/) ([source](https://github.com/netty/netty)) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `4.2.0.Final` -> `4.2.1.Final` | --- ### Configuration 📅 **Schedule**: Branch creation - "after 6pm every weekday,before 2am every weekday" in timezone Australia/Melbourne, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). GitOrigin-RevId: 2cc19d262ff02307fc7d3a0828a61f790dce65c7
1 parent b2a4d11 commit 129b52d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ kotlin = "2.1.20"
1717
kotlinBinaryCompatibilityPlugin = "0.17.0"
1818
mavenPublish = "0.28.0"
1919
micrometer = "1.12.13"
20-
netty = "4.2.0.Final"
20+
netty = "4.2.1.Final"
2121
okHttp = "5.0.0-alpha.14"
2222
okio = "3.11.0"
2323
protobuf = "3.25.7"
@@ -230,7 +230,7 @@ binaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibilit
230230
dependencyAnalysis = { id = "com.autonomousapps.dependency-analysis", version.ref = "dependencyAnalysisPlugin" }
231231
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
232232
dokka = { id = "org.jetbrains.dokka", version = "2.0.0" }
233-
flyway = { id = "org.flywaydb.flyway", version = "11.8.0" }
233+
flyway = { id = "org.flywaydb.flyway", version = "11.8.1" }
234234
jooq = { id = "nu.studer.jooq", version = "9.0" }
235235
kotlinAllOpen = { id = "org.jetbrains.kotlin.plugin.allopen", version.ref = "kotlin" }
236236
kotlinJpa = { id = "org.jetbrains.kotlin.plugin.jpa", version.ref = "kotlin" }

0 commit comments

Comments
 (0)