build: Bump org.json to version 20241224
This commit is contained in:
parent
67de345c25
commit
16ac7937fa
2 changed files with 4 additions and 4 deletions
6
pom.xml
6
pom.xml
|
@ -4,7 +4,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>net.thauvin.erik.mobibot</groupId>
|
||||
<artifactId>mobibot</artifactId>
|
||||
<version>0.8.0-rc+20241221064558</version>
|
||||
<version>0.8.0-rc+20250102175731</version>
|
||||
<name>mobibot</name>
|
||||
<description></description>
|
||||
<url></url>
|
||||
|
@ -162,7 +162,7 @@
|
|||
<dependency>
|
||||
<groupId>org.json</groupId>
|
||||
<artifactId>json</artifactId>
|
||||
<version>20240303</version>
|
||||
<version>20241224</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -180,7 +180,7 @@
|
|||
<dependency>
|
||||
<groupId>net.thauvin.erik</groupId>
|
||||
<artifactId>jokeapi</artifactId>
|
||||
<version>0.9.2-SNAPSHOT</version>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
|
@ -112,7 +112,7 @@ public class MobibotBuild extends Project {
|
|||
.include(dependency("com.squareup.okhttp3", "okhttp", "4.12.0"))
|
||||
.include(dependency("net.aksingh", "owm-japis", "2.5.3.0"))
|
||||
.include(dependency("net.objecthunter", "exp4j", "0.4.8"))
|
||||
.include(dependency("org.json", "json", "20240303"))
|
||||
.include(dependency("org.json", "json", "20241224"))
|
||||
.include(dependency("org.jsoup", "jsoup", "1.18.3"))
|
||||
// Thauvin
|
||||
.include(dependency("net.thauvin.erik", "cryptoprice", "1.0.3-SNAPSHOT"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue