Skip to content

Commit

Permalink
fix: downgrade ktor to 1.3.1 #1094
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed Jun 11, 2020
1 parent e2a8dc2 commit 7204b9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions consumer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ dependencies {
compile "org.apache.httpcomponents:httpmime:${project.httpClientVersion}"
compile "org.apache.httpcomponents:fluent-hc:${project.httpClientVersion}"
implementation "org.slf4j:slf4j-api:${project.slf4jVersion}"
implementation 'io.ktor:ktor-server-netty:1.3.2'
implementation "io.ktor:ktor-network-tls-certificates:1.3.2"
implementation 'io.ktor:ktor-server-netty:1.3.1'
implementation "io.ktor:ktor-network-tls-certificates:1.3.1"

testCompile "junit:junit:${project.junitVersion}"
testCompile "ch.qos.logback:logback-classic:${project.logbackVersion}"
Expand Down

0 comments on commit 7204b9c

Please sign in to comment.