Skip to content

Commit 59f848d

Browse files
committed
chore: bump dependencies
1 parent e840f69 commit 59f848d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

+7-7
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
<dependency>
3030
<groupId>io.projectreactor</groupId>
3131
<artifactId>reactor-bom</artifactId>
32-
<version>2023.0.1</version>
32+
<version>2023.0.7</version>
3333
<type>pom</type>
3434
<scope>import</scope>
3535
</dependency>
3636
<dependency>
3737
<groupId>org.junit</groupId>
3838
<artifactId>junit-bom</artifactId>
39-
<version>5.10.1</version>
39+
<version>5.11.0-M2</version>
4040
<type>pom</type>
4141
<scope>import</scope>
4242
</dependency>
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>net.dv8tion</groupId>
4949
<artifactId>JDA</artifactId>
50-
<version>5.0.0-beta.18</version>
50+
<version>5.0.0-beta.24</version>
5151
<exclusions>
5252
<exclusion>
5353
<groupId>club.minnced</groupId>
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>org.projectlombok</groupId>
6060
<artifactId>lombok</artifactId>
61-
<version>1.18.30</version>
61+
<version>1.18.34</version>
6262
<scope>provided</scope>
6363
</dependency>
6464
<dependency>
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>org.mongodb</groupId>
7171
<artifactId>mongodb-driver-reactivestreams</artifactId>
72-
<version>4.11.1</version>
72+
<version>5.1.1</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>io.projectreactor</groupId>
@@ -109,12 +109,12 @@
109109
<dependency>
110110
<groupId>org.slf4j</groupId>
111111
<artifactId>slf4j-api</artifactId>
112-
<version>2.0.9</version>
112+
<version>2.0.13</version>
113113
</dependency>
114114
<dependency>
115115
<groupId>ch.qos.logback</groupId>
116116
<artifactId>logback-classic</artifactId>
117-
<version>1.4.14</version>
117+
<version>1.5.6</version>
118118
<scope>test</scope>
119119
</dependency>
120120
</dependencies>

0 commit comments

Comments
 (0)