Skip to content

Commit

Permalink
Update jetty
Browse files Browse the repository at this point in the history
  • Loading branch information
fracassi-marco committed Jan 28, 2020
1 parent 05c8510 commit 467a870
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repositories {
```
- Add the dependency
```
implementation 'com.github.DaikonWeb:daikon:1.0.0'
implementation 'com.github.DaikonWeb:daikon:1.1.0'
```

### Maven
Expand All @@ -40,7 +40,7 @@ implementation 'com.github.DaikonWeb:daikon:1.0.0'
<dependency>
<groupId>com.github.DaikonWeb</groupId>
<artifactId>daikon</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>
```

Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = 'com.github.DaikonWeb'
version '1.0.0'
version '1.1.0'

repositories {
mavenCentral()
Expand All @@ -13,8 +13,8 @@ repositories {

dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
compile("org.eclipse.jetty:jetty-server:9.4.25.v20191220")
compile("org.eclipse.jetty:jetty-servlet:9.4.25.v20191220")
compile("org.eclipse.jetty:jetty-server:9.4.26.v20200117")
compile("org.eclipse.jetty:jetty-servlet:9.4.26.v20200117")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.2")
testImplementation("com.nhaarman.mockitokotlin2:mockito-kotlin:2.1.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.5.1")
Expand Down

0 comments on commit 467a870

Please sign in to comment.