Skip to content

Commit ddb1826

Browse files
committed
v1.1.2 (fix org.json dep)
1 parent 9317954 commit ddb1826

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ Maven:
2222
<dependency>
2323
<groupId>org.altcha</groupId>
2424
<artifactId>altcha</artifactId>
25-
<version>1.1.1</version>
25+
<version>1.1.2</version>
2626
</dependency>
2727
```
2828

2929
Gradle:
3030

3131

3232
```
33-
implementation 'org.altcha:altcha:1.1.1'
33+
implementation 'org.altcha:altcha:1.1.2'
3434
```
3535

3636
## Random Number Generator

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77

88
group = 'org.altcha'
99
archivesBaseName = 'altcha'
10-
version = '1.1.1'
10+
version = '1.1.2'
1111

1212
java {
1313
sourceCompatibility = JavaVersion.VERSION_1_8
@@ -23,7 +23,7 @@ repositories {
2323

2424
dependencies {
2525
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.7.0'
26-
implementation 'org.json:json:20210307'
26+
implementation 'org.json:json:20240303'
2727
}
2828

2929
test {

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.altcha</groupId>
66
<artifactId>altcha</artifactId>
7-
<version>1.1.1</version>
7+
<version>1.1.2</version>
88
<name>org.altcha.altcha</name>
99
<description>A library for creating and verifying ALTCHA challenges.</description>
1010
<url>https://github.com/altcha-org/altcha-lib-java</url>

0 commit comments

Comments
 (0)