Skip to content

Commit 68fb50c

Browse files
Bump the dependencies group across 1 directory with 7 updates (#115)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b80d2b8 commit 68fb50c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 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.19.1</jackson-version>
16+
<jackson-version>2.19.2</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>
@@ -126,7 +126,7 @@
126126
<dependency>
127127
<groupId>org.xerial</groupId>
128128
<artifactId>sqlite-jdbc</artifactId>
129-
<version>3.50.2.0</version>
129+
<version>3.50.3.0</version>
130130
</dependency>
131131
<dependency>
132132
<groupId>io.minio</groupId>
@@ -146,7 +146,7 @@
146146
<dependency>
147147
<groupId>org.junit.jupiter</groupId>
148148
<artifactId>junit-jupiter</artifactId>
149-
<version>5.13.2</version>
149+
<version>5.13.4</version>
150150
<scope>test</scope>
151151
</dependency>
152152
</dependencies>

0 commit comments

Comments
 (0)