Skip to content

Commit be6e33e

Browse files
Bump the dependencies group with 10 updates (#78)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e2bbeee commit be6e33e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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.17.2</jackson-version>
16+
<jackson-version>2.18.0</jackson-version>
1717
<swagger-annotations-version>2.2.19</swagger-annotations-version>
1818
<maven-plugin-version>1.0.0</maven-plugin-version>
1919
<junit-version>4.13.1</junit-version>
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>com.github.rfresh2.discord4j</groupId>
4141
<artifactId>discord4j-core</artifactId>
42-
<version>3.4.3.8</version>
42+
<version>3.4.3.9</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>org.springframework.boot</groupId>
@@ -90,7 +90,7 @@
9090
<dependency>
9191
<groupId>com.google.guava</groupId>
9292
<artifactId>guava</artifactId>
93-
<version>33.3.0-jre</version>
93+
<version>33.3.1-jre</version>
9494
</dependency>
9595
<dependency>
9696
<groupId>org.redisson</groupId>
@@ -115,17 +115,17 @@
115115
<dependency>
116116
<groupId>org.xerial</groupId>
117117
<artifactId>sqlite-jdbc</artifactId>
118-
<version>3.46.1.0</version>
118+
<version>3.46.1.3</version>
119119
</dependency>
120120
<dependency>
121121
<groupId>software.amazon.awssdk</groupId>
122122
<artifactId>s3</artifactId>
123-
<version>2.28.6</version>
123+
<version>2.28.11</version>
124124
</dependency>
125125
<dependency>
126126
<groupId>org.junit.jupiter</groupId>
127127
<artifactId>junit-jupiter</artifactId>
128-
<version>5.11.0</version>
128+
<version>5.11.1</version>
129129
<scope>test</scope>
130130
</dependency>
131131
</dependencies>

0 commit comments

Comments
 (0)