Skip to content

Commit 17f4f8a

Browse files
authored
Merge pull request #7 from openviglet/dependabot/maven/2025.4/java-df42033e0f
Bump the java group across 1 directory with 5 updates
2 parents 747f844 + fdb3ca0 commit 17f4f8a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

commons/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,13 @@
119119
<dependency>
120120
<groupId>org.mongodb</groupId>
121121
<artifactId>bson</artifactId>
122-
<version>5.6.1</version>
122+
<version>5.6.2</version>
123123
<scope>compile</scope>
124124
</dependency>
125125
<dependency>
126126
<groupId>org.mongodb</groupId>
127127
<artifactId>mongodb-driver-sync</artifactId>
128-
<version>5.6.1</version>
128+
<version>5.6.2</version>
129129
<scope>compile</scope>
130130
</dependency>
131131
<!-- Test Dependencies -->

filesystem/fs-commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<dependency>
8484
<groupId>org.springframework</groupId>
8585
<artifactId>spring-web</artifactId>
86-
<version>6.2.14</version>
86+
<version>7.0.1</version>
8787
</dependency>
8888
</dependencies>
8989
</project>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<plugin>
5757
<groupId>org.sonarsource.scanner.maven</groupId>
5858
<artifactId>sonar-maven-plugin</artifactId>
59-
<version>5.3.0.6276</version>
59+
<version>5.5.0.6356</version>
6060
</plugin>
6161
<plugin>
6262
<groupId>pl.project13.maven</groupId>
@@ -309,7 +309,7 @@
309309
<dependency>
310310
<groupId>org.xerial</groupId>
311311
<artifactId>sqlite-jdbc</artifactId>
312-
<version>3.51.0.0</version>
312+
<version>3.51.1.0</version>
313313
</dependency>
314314
<dependency>
315315
<groupId>org.apache.logging.log4j</groupId>

0 commit comments

Comments
 (0)