Skip to content

Commit

Permalink
Bump ktor.version from 2.3.6 to 2.3.7 (#465)
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-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-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)

---
updated-dependencies:
- dependency-name: io.ktor:ktor-client-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
...

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 15, 2023
1 parent 803669d commit 27691fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<jsoup.version>1.17.1</jsoup.version>
<okhttp3.version>4.12.0</okhttp3.version>
<spring.version>5.3.31</spring.version>
<ktor.version>2.3.6</ktor.version>
<ktor.version>2.3.7</ktor.version>
<sl4j.version>1.7.32</sl4j.version>
<logback.version>1.4.14</logback.version>

Expand Down

0 comments on commit 27691fc

Please sign in to comment.