Skip to content

Commit

Permalink
Bump ktor.version from 2.3.8 to 2.3.9 (#1778)
Browse files Browse the repository at this point in the history
Bumps `ktor.version` from 2.3.8 to 2.3.9.

Updates `io.ktor:ktor-http-jvm` from 2.3.8 to 2.3.9
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.9/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.8...2.3.9)

Updates `io.ktor:ktor-client-core-jvm` from 2.3.8 to 2.3.9
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.9/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.8...2.3.9)

Updates `io.ktor:ktor-server-core-jvm` from 2.3.8 to 2.3.9
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.9/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.8...2.3.9)

Updates `io.ktor:ktor-client-cio-jvm` from 2.3.8 to 2.3.9
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.9/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.8...2.3.9)

Updates `io.ktor:ktor-server-cio-jvm` from 2.3.8 to 2.3.9
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.9/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.8...2.3.9)

---
updated-dependencies:
- dependency-name: io.ktor:ktor-http-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-core-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-core-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-cio-jvm
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-cio-jvm
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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 Mar 5, 2024
1 parent b281058 commit b4b660c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logbook-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<jackson.version>2.16.1</jackson.version>
<json-path.version>2.9.0</json-path.version>
<kotlin.version>1.9.21</kotlin.version>
<ktor.version>2.3.8</ktor.version>
<ktor.version>2.3.9</ktor.version>
<netty.version>4.1.107.Final</netty.version>
<reactor-netty.version>1.1.15</reactor-netty.version>
<slf4j.version>2.0.12</slf4j.version>
Expand Down

0 comments on commit b4b660c

Please sign in to comment.