Skip to content

Commit d57c2ee

Browse files
authored
Merge pull request #16 from nats-io/start-211
Start 2.1.1
2 parents 2786e9b + 282170e commit d57c2ee

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
The 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)

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
id 'signing'
1212
}
1313

14-
def jarVersion = "2.1.0"
14+
def jarVersion = "2.1.1"
1515
group = 'io.nats'
1616

1717
def 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

dependencies.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)