Skip to content

Commit

Permalink
v0.2.1 release
Browse files Browse the repository at this point in the history
updating deps for security
  • Loading branch information
oak committed Apr 4, 2022
1 parent 794eacf commit f74ad02
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This project implements the SDK to interact with a Casper Node. It wraps the Jso
Using gradle:

```gradle
implementation 'com.syntifi.casper:casper-sdk:0.2.0'
implementation 'com.syntifi.casper:casper-sdk:0.2.1'
```

Using maven:
Expand All @@ -25,7 +25,7 @@ Using maven:
<dependency>
<groupId>com.syntifi.casper</groupId>
<artifactId>casper-sdk</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = 'com.syntifi.casper'
version = '0.3.0-SNAPSHOT'
version = '0.2.1'
sourceCompatibility = '8'

repositories {
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ cryptokeyVersion=0.2.0
lombokPluginVersion=6.2.0
jupiterVersion=5.8.2
jsonrpc4jVersion=1.6
jacksonVersion=2.13.1
log4jVersion=2.17.0
jacksonVersion=2.13.2
log4jVersion=2.17.1
slf4jApiVersion=1.7.36
javaTuplesVersion=1.2
jsonassertVersion=1.5.0
jodaTimeVersion=2.10.13
jodaTimeVersion=2.10.14

0 comments on commit f74ad02

Please sign in to comment.