File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1313 <maven .compiler.source>21</maven .compiler.source>
1414 <maven .compiler.target>21</maven .compiler.target>
1515 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16- <jackson-version >2.19.2</jackson-version >
16+ <jackson-version >2.20.0</jackson-version >
17+ <jackson-annotations-version >2.20</jackson-annotations-version >
1718 <swagger-annotations-version >2.2.19</swagger-annotations-version >
1819 <maven-plugin-version >1.0.0</maven-plugin-version >
1920 <junit-version >4.13.1</junit-version >
4041 <dependency >
4142 <groupId >com.discord4j</groupId >
4243 <artifactId >discord4j-core</artifactId >
43- <version >3.3.0-RC2 </version >
44+ <version >3.3.0-RC3 </version >
4445 </dependency >
4546 <dependency >
4647 <groupId >org.springframework.boot</groupId >
6566 <dependency >
6667 <groupId >com.fasterxml.jackson.core</groupId >
6768 <artifactId >jackson-annotations</artifactId >
68- <version >${jackson-version} </version >
69+ <version >${jackson-annotations- version} </version >
6970 </dependency >
7071 <dependency >
7172 <groupId >com.fasterxml.jackson.core</groupId >
166167 <plugin >
167168 <groupId >org.apache.maven.plugins</groupId >
168169 <artifactId >maven-wrapper-plugin</artifactId >
169- <version >3.3.2 </version >
170+ <version >3.3.3 </version >
170171 </plugin >
171172 <plugin >
172173 <groupId >org.springframework.boot</groupId >
You can’t perform that action at this time.
0 commit comments