Skip to content

Commit

Permalink
Update project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
asafalima committed May 1, 2019
1 parent b7e24de commit c235c1e
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 @@ -13,7 +13,7 @@ This module aims to do just that by booting Jetty based Jersey server and initia
### Gradle

```groovy
compile 'io.logz:guice-jersey:1.0.6'
compile 'io.logz:guice-jersey:1.0.7'
```

### Maven
Expand All @@ -22,7 +22,7 @@ compile 'io.logz:guice-jersey:1.0.6'
<dependency>
<groupId>io.logz</groupId>
<artifactId>guice-jersey</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
</dependency>
```
## Usage
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<hk2-bridge.version>2.5.0-b62</hk2-bridge.version>
<jersey.version>2.27</jersey.version>
<jetty.version>9.4.12.v20180830</jetty.version>
<hk2-bridge.version>2.5.0</hk2-bridge.version>
<jersey.version>2.28</jersey.version>
<jetty.version>9.4.18.v20190429</jetty.version>
<guice.version>4.1.0</guice.version>
<slf4j.version>1.7.25</slf4j.version>
<jackson.version>2.9.8</jackson.version>
Expand Down

0 comments on commit c235c1e

Please sign in to comment.