Skip to content

Commit

Permalink
Bump the all group with 5 updates (#158)
Browse files Browse the repository at this point in the history
Bumps the all group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [org.http4k:http4k-server-netty](https://github.com/http4k/http4k) | `5.26.1.0` | `5.27.0.0` |
| [io.heapy.komok:komok-tech-di](https://github.com/Heapy/komok) | `1.0.2` | `1.0.4` |
| [io.heapy.komok:komok-tech-di-lib](https://github.com/Heapy/komok) | `1.0.2` | `1.0.4` |
| [org.mongodb:mongodb-driver-kotlin-coroutine](https://github.com/mongodb/mongo-java-driver) | `5.1.2` | `5.1.3` |
| org.slf4j:slf4j-api | `2.0.13` | `2.0.16` |


Updates `org.http4k:http4k-server-netty` from 5.26.1.0 to 5.27.0.0
- [Release notes](https://github.com/http4k/http4k/releases)
- [Changelog](https://github.com/http4k/http4k/blob/master/CHANGELOG.md)
- [Commits](http4k/http4k@5.26.1.0...5.27.0.0)

Updates `io.heapy.komok:komok-tech-di` from 1.0.2 to 1.0.4
- [Commits](https://github.com/Heapy/komok/commits)

Updates `io.heapy.komok:komok-tech-di-lib` from 1.0.2 to 1.0.4
- [Commits](https://github.com/Heapy/komok/commits)

Updates `io.heapy.komok:komok-tech-di-lib` from 1.0.2 to 1.0.4
- [Commits](https://github.com/Heapy/komok/commits)

Updates `org.mongodb:mongodb-driver-kotlin-coroutine` from 5.1.2 to 5.1.3
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r5.1.2...r5.1.3)

Updates `org.slf4j:slf4j-api` from 2.0.13 to 2.0.16

---
updated-dependencies:
- dependency-name: org.http4k:http4k-server-netty
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: io.heapy.komok:komok-tech-di
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: io.heapy.komok:komok-tech-di-lib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: io.heapy.komok:komok-tech-di-lib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.mongodb:mongodb-driver-kotlin-coroutine
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

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 Aug 13, 2024
1 parent 2aab56e commit 39aa5e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ hikari = "5.1.0"
jooq = "3.19.10"
junit = "5.10.3"
junit-platform = "1.10.3"
komok = "1.0.2"
komok = "1.0.4"
kotlin = "2.0.20-RC"
kotlinpoet = "1.18.1"
kotlinx-coroutines = "1.8.1"
Expand All @@ -15,10 +15,10 @@ ktor = "3.0.0-beta-2"
logback = "1.5.6"
micrometer = "1.13.2"
mockk = "1.13.12"
mongo = "5.1.2"
mongo = "5.1.3"
netty = "4.2.0.Alpha2"
postgresql = "42.7.3"
slf4j = "2.0.13"
slf4j = "2.0.16"

[libraries]
bouncycastle-bcpkix = { module = "org.bouncycastle:bcpkix-jdk18on", version.ref = "bouncycastle" }
Expand Down
2 changes: 1 addition & 1 deletion komok-server-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tasks.test {
}

dependencies {
implementation("org.http4k:http4k-server-netty:5.26.1.0")
implementation("org.http4k:http4k-server-netty:5.27.0.0")
implementation(projects.komokConfiguration)
implementation(projects.komokLogging)
ksp(projects.komokTechDi)
Expand Down

0 comments on commit 39aa5e1

Please sign in to comment.