Skip to content

Commit

Permalink
upgraded to data-anon version 0.9.2 with error handling support
Browse files Browse the repository at this point in the history
  • Loading branch information
sunitparekh committed Mar 3, 2018
1 parent 5ee666a commit 93b658e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.idea/
*.iml
target/**
.DS_Store
.DS_Store
dataanon.log
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.version>1.2.21</kotlin.version>
<kotlin.version>1.2.30</kotlin.version>
</properties>

<dependencies>
<dependency>
<groupId>com.github.dataanon</groupId>
<artifactId>data-anon</artifactId>
<version>0.9.1</version>
<version>0.9.2</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
Expand Down

0 comments on commit 93b658e

Please sign in to comment.