Skip to content

Commit

Permalink
updated jetty dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Coser committed Mar 23, 2020
1 parent 55cf69f commit 11d36ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ dependencies {
implementation platform('org.jetbrains.kotlin:kotlin-bom')
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'

compile "org.eclipse.jetty:jetty-server:9.4.26.v20200117"
compile "org.eclipse.jetty:jetty-servlet:9.4.26.v20200117"
compile "org.eclipse.jetty:jetty-server:9.4.27.v20200227"
compile "org.eclipse.jetty:jetty-servlet:9.4.27.v20200227"
compile "com.github.DaikonWeb:daikon-core:0.0.2"

testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.2"
Expand Down

0 comments on commit 11d36ca

Please sign in to comment.