Compare commits
12 Commits
0da2b82707
...
renovate/n
Author | SHA1 | Date | |
---|---|---|---|
fc00467059 | |||
f1969c2043 | |||
acad4bad8b | |||
4ce9acd428 | |||
2ab52bd713 | |||
f38e34c1ce | |||
f87854459f | |||
72c4ae2133 | |||
7f4ca6aa8e | |||
c3793aa159 | |||
63fc1feaea | |||
71d646ff69 |
@@ -2,7 +2,7 @@
|
||||
[](https://sonar.beatrice.wtf/dashboard?id=HidekoBot)
|
||||
[](https://sonar.beatrice.wtf/dashboard?id=HidekoBot)
|
||||
[](https://sonar.beatrice.wtf/dashboard?id=HidekoBot)
|
||||
[](https://drone.beatrice.wtf/bea/HidekoBot)
|
||||
[](https://drone.prod.panic.haus/bea/HidekoBot)
|
||||
[](https://sonar.beatrice.wtf/dashboard?id=HidekoBot)
|
||||
|
||||
Hideko is a general-purpose Discord bot.
|
||||
|
12
pom.xml
12
pom.xml
@@ -22,7 +22,7 @@
|
||||
<dependency>
|
||||
<groupId>net.dv8tion</groupId>
|
||||
<artifactId>JDA</artifactId>
|
||||
<version>5.3.2</version>
|
||||
<version>5.6.1</version>
|
||||
</dependency>
|
||||
<!-- JDA depends on SLF4J for logging -->
|
||||
<dependency>
|
||||
@@ -54,7 +54,7 @@
|
||||
<dependency>
|
||||
<groupId>org.jsoup</groupId>
|
||||
<artifactId>jsoup</artifactId>
|
||||
<version>1.20.1</version>
|
||||
<version>1.19.1</version>
|
||||
</dependency>
|
||||
<!-- Various String manipulation utils -->
|
||||
<dependency>
|
||||
@@ -66,7 +66,7 @@
|
||||
<dependency>
|
||||
<groupId>org.json</groupId>
|
||||
<artifactId>json</artifactId>
|
||||
<version>20250107</version>
|
||||
<version>20250517</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Start Random.org dependencies -->
|
||||
@@ -78,7 +78,7 @@
|
||||
<dependency>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson</artifactId>
|
||||
<version>2.13.0</version>
|
||||
<version>2.13.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-codec</groupId>
|
||||
@@ -91,7 +91,7 @@
|
||||
<dependency>
|
||||
<groupId>org.junit.jupiter</groupId>
|
||||
<artifactId>junit-jupiter-api</artifactId>
|
||||
<version>5.12.2</version>
|
||||
<version>5.13.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
@@ -102,7 +102,7 @@
|
||||
<dependency>
|
||||
<groupId>com.google.protobuf</groupId>
|
||||
<artifactId>protobuf-java</artifactId>
|
||||
<version>4.30.2</version>
|
||||
<version>4.31.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
Reference in New Issue
Block a user