File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2929Gradle:
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
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77
88group = ' org.altcha'
99archivesBaseName = ' altcha'
10- version = ' 1.1.1 '
10+ version = ' 1.1.2 '
1111
1212java {
1313 sourceCompatibility = JavaVersion . VERSION_1_8
@@ -23,7 +23,7 @@ repositories {
2323
2424dependencies {
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
2929test {
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments