|
29 | 29 | <dependency>
|
30 | 30 | <groupId>io.projectreactor</groupId>
|
31 | 31 | <artifactId>reactor-bom</artifactId>
|
32 |
| - <version>2023.0.1</version> |
| 32 | + <version>2023.0.7</version> |
33 | 33 | <type>pom</type>
|
34 | 34 | <scope>import</scope>
|
35 | 35 | </dependency>
|
36 | 36 | <dependency>
|
37 | 37 | <groupId>org.junit</groupId>
|
38 | 38 | <artifactId>junit-bom</artifactId>
|
39 |
| - <version>5.10.1</version> |
| 39 | + <version>5.11.0-M2</version> |
40 | 40 | <type>pom</type>
|
41 | 41 | <scope>import</scope>
|
42 | 42 | </dependency>
|
|
47 | 47 | <dependency>
|
48 | 48 | <groupId>net.dv8tion</groupId>
|
49 | 49 | <artifactId>JDA</artifactId>
|
50 |
| - <version>5.0.0-beta.18</version> |
| 50 | + <version>5.0.0-beta.24</version> |
51 | 51 | <exclusions>
|
52 | 52 | <exclusion>
|
53 | 53 | <groupId>club.minnced</groupId>
|
|
58 | 58 | <dependency>
|
59 | 59 | <groupId>org.projectlombok</groupId>
|
60 | 60 | <artifactId>lombok</artifactId>
|
61 |
| - <version>1.18.30</version> |
| 61 | + <version>1.18.34</version> |
62 | 62 | <scope>provided</scope>
|
63 | 63 | </dependency>
|
64 | 64 | <dependency>
|
|
69 | 69 | <dependency>
|
70 | 70 | <groupId>org.mongodb</groupId>
|
71 | 71 | <artifactId>mongodb-driver-reactivestreams</artifactId>
|
72 |
| - <version>4.11.1</version> |
| 72 | + <version>5.1.1</version> |
73 | 73 | </dependency>
|
74 | 74 | <dependency>
|
75 | 75 | <groupId>io.projectreactor</groupId>
|
|
109 | 109 | <dependency>
|
110 | 110 | <groupId>org.slf4j</groupId>
|
111 | 111 | <artifactId>slf4j-api</artifactId>
|
112 |
| - <version>2.0.9</version> |
| 112 | + <version>2.0.13</version> |
113 | 113 | </dependency>
|
114 | 114 | <dependency>
|
115 | 115 | <groupId>ch.qos.logback</groupId>
|
116 | 116 | <artifactId>logback-classic</artifactId>
|
117 |
| - <version>1.4.14</version> |
| 117 | + <version>1.5.6</version> |
118 | 118 | <scope>test</scope>
|
119 | 119 | </dependency>
|
120 | 120 | </dependencies>
|
|
0 commit comments