Skip to content

Commit e03b134

Browse files
committed
update deps
1 parent 392a82d commit e03b134

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
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>
@@ -40,7 +41,7 @@
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>
@@ -65,7 +66,7 @@
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>
@@ -166,7 +167,7 @@
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>

0 commit comments

Comments
 (0)