Skip to content

Commit 00ceb4c

Browse files
committed
Update command and JSON dependencies
1 parent b1ca92f commit 00ceb4c

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

pom.xml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,20 +52,20 @@
5252
<dependency>
5353
<groupId>pw.chew</groupId>
5454
<artifactId>jda-chewtils</artifactId>
55-
<version>2.1</version>
55+
<version>${jda.chewtils.version}</version>
5656
<scope>compile</scope>
5757
<type>pom</type>
5858
</dependency>
5959
<dependency>
6060
<groupId>pw.chew</groupId>
6161
<artifactId>jda-chewtils-command</artifactId>
62-
<version>2.1</version>
62+
<version>${jda.chewtils.version}</version>
6363
<scope>compile</scope>
6464
</dependency>
6565
<dependency>
6666
<groupId>pw.chew</groupId>
6767
<artifactId>jda-chewtils-examples</artifactId>
68-
<version>2.1</version>
68+
<version>${jda.chewtils.version}</version>
6969
<scope>compile</scope>
7070
</dependency>
7171

@@ -122,6 +122,11 @@
122122
<artifactId>jsoup</artifactId>
123123
<version>1.15.3</version>
124124
</dependency>
125+
<dependency>
126+
<groupId>org.json</groupId>
127+
<artifactId>json</artifactId>
128+
<version>20220320</version>
129+
</dependency>
125130

126131
<!-- Testing Dependencies -->
127132
<dependency>
@@ -181,6 +186,7 @@
181186
</build>
182187

183188
<properties>
189+
<jda.chewtils.version>2.2.1</jda.chewtils.version>
184190
<libdave.version>40a293a36</libdave.version>
185191
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
186192
<maven.compiler.source>17</maven.compiler.source>

0 commit comments

Comments
 (0)