Bumped org.json to version 20240303
This commit is contained in:
parent
88ae027103
commit
5f88cec7c4
4 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ public class CryptoPriceExampleBuild extends BaseProject {
|
|||
|
||||
scope(compile)
|
||||
.include(dependency("net.thauvin.erik", "cryptoprice", version(1, 0, 3, "SNAPSHOT")))
|
||||
.include(dependency("org.json", "json", "20240205"));
|
||||
.include(dependency("org.json", "json", "20240303"));
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
|
|
@ -16,7 +16,7 @@ repositories {
|
|||
|
||||
dependencies {
|
||||
implementation("net.thauvin.erik:cryptoprice:1.0.2")
|
||||
implementation("org.json:json:20240205")
|
||||
implementation("org.json:json:20240303")
|
||||
}
|
||||
|
||||
java {
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -24,7 +24,7 @@
|
|||
<dependency>
|
||||
<groupId>org.json</groupId>
|
||||
<artifactId>json</artifactId>
|
||||
<version>20240205</version>
|
||||
<version>20240303</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
|
@ -40,7 +40,7 @@ public class CryptoPriceBuild extends Project {
|
|||
final var kotlin = version(1, 9, 24);
|
||||
scope(compile)
|
||||
.include(dependency("org.jetbrains.kotlin", "kotlin-stdlib", kotlin))
|
||||
.include(dependency("org.json", "json", "20240205"))
|
||||
.include(dependency("org.json", "json", "20240303"))
|
||||
.include(dependency("com.squareup.okhttp3", "okhttp", version(4, 12, 0)));
|
||||
scope(test)
|
||||
.include(dependency("com.willowtreeapps.assertk", "assertk-jvm", version(0, 28, 0)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue