build: Bump org.json to version 20241224

This commit is contained in:
Erik C. Thauvin 2025-01-02 17:58:37 -08:00
parent 67de345c25
commit 16ac7937fa
Signed by: erik
GPG key ID: 776702A6A2DA330E
2 changed files with 4 additions and 4 deletions

View file

@ -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>