Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
into develop

Conflicts:
	CHANGELOG.md
  • Loading branch information
astrapi69 committed Jun 20, 2019
2 parents db097f5 + 7f51ef5 commit ae2eca9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ CHANGED:

- constant class CryptConst tags as deprecated, will be removed in next minor release
- update of parent version to 5
- update of guava version to 27.1-jre
- update of commons-codec version to 1.12
- update of bouncycastle version to 1.61

Version 5.8
-------------
Expand Down
1 change: 0 additions & 1 deletion crypt-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<scope>test</scope>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
<randomizer-api.version>${randomizer.version}</randomizer-api.version>
<randomizer-data.version>${randomizer.version}</randomizer-data.version>
<!-- EXTERNAL LIBRARIES versions -->
<commons-codec.version>1.11</commons-codec.version>
<bouncycastle.version>1.60</bouncycastle.version>
<commons-codec.version>1.12</commons-codec.version>
<bouncycastle.version>1.61</bouncycastle.version>
<!-- GUAVA version -->
<guava.version>27.1-jre</guava.version>
<!-- MEANBEAN version -->
Expand Down

0 comments on commit ae2eca9

Please sign in to comment.