Skip to content

Commit 4618dc1

Browse files
committed
Version 2.0.5
1 parent 92c8994 commit 4618dc1

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

.github/workflows/mvn-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
publish:
14-
runs-on: ubuntu-18.04
14+
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v2
1717
- uses: actions/setup-java@v1

.github/workflows/tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
3232
restore-keys: ${{ runner.os }}-m2
3333

34-
- name: Cache docker images
35-
uses: satackey/[email protected]
36-
3734
- name: Run tests
3835
run: mvn -B test -Dmaven.test.failure.ignore=true
3936

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.wavesplatform</groupId>
88
<artifactId>waves-crypto</artifactId>
9-
<version>2.0.4</version>
9+
<version>2.0.5</version>
1010

1111
<name>Waves Crypto for Java</name>
1212
<description>Tools to work with cryptographic primitives used in the Waves blockchain</description>
@@ -157,18 +157,18 @@
157157
<!-- crypto -->
158158
<dependency>
159159
<groupId>org.bouncycastle</groupId>
160-
<artifactId>bcpkix-jdk15on</artifactId>
161-
<version>1.70</version>
160+
<artifactId>bcpkix-jdk18on</artifactId>
161+
<version>1.77</version>
162162
</dependency>
163163
<dependency>
164164
<groupId>org.bouncycastle</groupId>
165-
<artifactId>bcprov-jdk15on</artifactId>
166-
<version>1.70</version>
165+
<artifactId>bcprov-jdk18on</artifactId>
166+
<version>1.77</version>
167167
</dependency>
168168
<dependency>
169169
<groupId>com.wavesplatform</groupId>
170170
<artifactId>curve25519-java</artifactId>
171-
<version>0.6.4</version>
171+
<version>0.6.6</version>
172172
</dependency>
173173

174174
<!-- testing -->

0 commit comments

Comments
 (0)