Skip to content

Commit

Permalink
Bump ktor.version from 2.3.2 to 2.3.4
Browse files Browse the repository at this point in the history
Bumps `ktor.version` from 2.3.2 to 2.3.4.

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

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

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

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

---
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-apache-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-serialization-jackson-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-content-negotiation-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent 05f1dce commit 056664c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<properties>
<connector-core.version>0.22.1</connector-core.version>
<zeebe.version>8.2.11</zeebe.version>
<ktor.version>2.3.2</ktor.version>
<ktor.version>2.3.4</ktor.version>
<kotlinx-coroutines-core-jvm.version>1.6.4</kotlinx-coroutines-core-jvm.version>
</properties>

Expand Down

0 comments on commit 056664c

Please sign in to comment.