Skip to content

Commit

Permalink
Bump ktor_version from 1.3.2 to 1.4.0 (#143)
Browse files Browse the repository at this point in the history
Bumps `ktor_version` from 1.3.2 to 1.4.0.

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

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

Updates `ktor-client-gson` from 1.3.2 to 1.4.0
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/master/CHANGELOG.md)
- [Commits](ktorio/ktor@1.3.2...1.4.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Anthony Shaw <[email protected]>
  • Loading branch information
dependabot-preview[bot] and tonybaloney authored Sep 10, 2020
1 parent cff8bd8 commit 407ea37
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 @@ -9,7 +9,7 @@ plugins {
group 'org.tonybaloney.security'
version '1.22.1'

def ktor_version = "1.3.2"
def ktor_version = "1.4.0"
def kotlin_version = "1.4.10"

repositories {
Expand Down

0 comments on commit 407ea37

Please sign in to comment.