Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
Bump ktor_version from 1.2.6 to 1.3.0
Browse files Browse the repository at this point in the history
Bumps `ktor_version` from 1.2.6 to 1.3.0.

Updates `ktor-server-netty` from 1.2.6 to 1.3.0
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/master/CHANGELOG.md)
- [Commits](ktorio/ktor@1.2.6...1.3.0)

Updates `ktor-websockets` from 1.2.6 to 1.3.0
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/master/CHANGELOG.md)
- [Commits](ktorio/ktor@1.2.6...1.3.0)

Updates `ktor-server-test-host` from 1.2.6 to 1.3.0
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/master/CHANGELOG.md)
- [Commits](ktorio/ktor@1.2.6...1.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Jan 15, 2020
1 parent 69802ef commit ec2bc5f
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 @@ -28,7 +28,7 @@ mainClassName = 'com.andromeda.araserver.Run'

group 'ara-server'
version '1.0-SNAPSHOT'
ext.ktor_version = '1.2.6'
ext.ktor_version = '1.3.0'
sourceCompatibility = 1.8

repositories {
Expand Down

0 comments on commit ec2bc5f

Please sign in to comment.