Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adyliu committed Sep 17, 2018
1 parent b0bcc42 commit 25117fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ Maven [http://repo1.maven.org/maven2/io/jafka/jeos](http://repo1.maven.org/maven
<dependency>
<groupId>io.jafka</groupId>
<artifactId>jeos</artifactId>
<version>0.9.9</version>
<version>0.9.10</version>
</dependency>
</dependencies>
```

Gradle

> compile group: 'io.jafka', name: 'jeos', version: '0.9.9'
> compile group: 'io.jafka', name: 'jeos', version: '0.9.10'

### latest snapshot version
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.jafka</groupId>
<artifactId>jeos</artifactId>
<version>0.9.9</version>
<version>0.9.10</version>
<description>java client for eos rpc-api</description>

<properties>
Expand Down Expand Up @@ -54,20 +54,20 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.10.0</version>
<version>3.11.0</version>
</dependency>
<!-- <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>logging-interceptor</artifactId> <version>3.10.0</version>
</dependency> -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.6</version>
<version>3.8</version>
</dependency>

<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.16.18</version>
<version>1.18.2</version>
<scope>provided</scope>
</dependency>

Expand All @@ -81,13 +81,13 @@
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>2.9.4</version>
<version>2.9.6</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jdk8</artifactId>
<version>2.9.4</version>
<version>2.9.6</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 25117fe

Please sign in to comment.