Skip to content

Commit

Permalink
chore(deps): bump io.ktor:ktor-client-apache-jvm from 2.3.0 to 2.3.2
Browse files Browse the repository at this point in the history
Bumps [io.ktor:ktor-client-apache-jvm](https://github.com/ktorio/ktor) from 2.3.0 to 2.3.2.
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.0...2.3.2)

---
updated-dependencies:
- dependency-name: io.ktor:ktor-client-apache-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 31, 2023
1 parent 8e6a4a4 commit dc91bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies {
implementation "io.ktor:ktor-server-auth-jwt:2.3.2"
implementation "io.ktor:ktor-server-sessions-jvm:2.3.0"
implementation "io.ktor:ktor-serialization-jackson:2.3.1"
implementation "io.ktor:ktor-client-apache-jvm:2.3.0"
implementation "io.ktor:ktor-client-apache-jvm:2.3.2"

implementation "org.apache.poi:poi-ooxml:5.2.3"
implementation "io.ktor:ktor-client-core-jvm:2.3.1"
Expand Down

0 comments on commit dc91bb7

Please sign in to comment.