File tree Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 1111
1212jobs :
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
Original file line number Diff line number Diff line change 3131 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
3232 restore-keys : ${{ runner.os }}-m2
3333
34- - name : Cache docker images
35- 36-
3734 - name : Run tests
3835 run : mvn -B test -Dmaven.test.failure.ignore=true
3936
Original file line number Diff line number Diff line change 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 >
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 -->
You can’t perform that action at this time.
0 commit comments