Skip to content

Commit

Permalink
Bump ktor.version from 2.3.6 to 2.3.7 (#1709)
Browse files Browse the repository at this point in the history
Bumps `ktor.version` from 2.3.6 to 2.3.7.

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

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

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

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

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

---
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 Dec 8, 2023
1 parent ab3b337 commit 38a1a18
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.0</jackson.version>
<json-path.version>2.8.0</json-path.version>
<kotlin.version>1.9.21</kotlin.version>
<ktor.version>2.3.6</ktor.version>
<ktor.version>2.3.7</ktor.version>
<netty.version>4.1.101.Final</netty.version>
<reactor-netty.version>1.1.13</reactor-netty.version>
<slf4j.version>2.0.9</slf4j.version>
Expand Down

0 comments on commit 38a1a18

Please sign in to comment.