File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 44
55The library allows you to create and use NKEYS in Java code.
66
7- ** Current Release** : 2.0.1   ; ** Current Snapshot** : 2.0.2 -SNAPSHOT
7+ ** Current Release** : 2.1.0   ; ** Current Snapshot** : 2.1.1 -SNAPSHOT
88
99[ ![ License Apache 2] ( https://img.shields.io/badge/License-Apache2-blue.svg )] ( https://www.apache.org/licenses/LICENSE-2.0 )
1010[ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/io.nats/nkeys-java/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/io.nats/nkeys-java )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ plugins {
1111 id ' signing'
1212}
1313
14- def jarVersion = " 2.1.0 "
14+ def jarVersion = " 2.1.1 "
1515group = ' io.nats'
1616
1717def isMerge = System . getenv(" BUILD_EVENT" ) == " push"
@@ -34,7 +34,6 @@ dependencies {
3434 implementation ' org.bouncycastle:bcprov-lts8on:2.73.7'
3535
3636 testImplementation ' org.junit.jupiter:junit-jupiter:5.7.0'
37- testImplementation ' com.github.stefanbirkner:system-lambda:1.2.1'
3837 testImplementation ' nl.jqno.equalsverifier:equalsverifier:3.12.3'
3938}
4039
Original file line number Diff line number Diff line change @@ -4,21 +4,21 @@ This file lists the dependencies used in this repository.
44
55#### Runtime Dependencies
66
7- None
7+ | Dependency | License |
8+ | ---------------------------------------| -------------|
9+ | org.bouncycastle:bcprov-lts8on:2.73.7 | MIT License |
810
911#### Test Dependencies
1012
1113| Dependency | License |
1214| -------------------------------------------------| -----------------------------------------|
13- | org.apiguardian:apiguardian-api:1.1.0 | Apache 2.0 License |
1415| org.junit.jupiter:junit-jupiter-api:5.7.0 | Apache 2.0 License |
1516| org.junit.jupiter:junit-jupiter-engine:5.7.0 | Apache 2.0 License |
1617| org.junit.jupiter:junit-jupiter-params:5.7.0 | Apache 2.0 License |
1718| org.junit.jupiter:junit-jupiter:5.7.0 | Apache 2.0 License |
1819| org.junit.platform:junit-platform-commons:1.7.0 | Apache 2.0 License |
1920| org.junit.platform:junit-platform-engine:1.7.0 | Apache 2.0 License |
20- | org.junit:junit-bom:5.7.0 | Apache 2.0 License |
21- | org.opentest4j:opentest4j:1.2.0 | Apache 2.0 License |
21+ | nl.jqno.equalsverifier:equalsverifier:3.12.3 | Apache 2.0 License |
2222
2323#### Build / Coverage Dependencies
2424
You can’t perform that action at this time.
0 commit comments