Skip to content

Commit 42c2453

Browse files
committed
update dependabot + libraries
1 parent 5c77eb9 commit 42c2453

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ updates:
1414
- dependency-name: "org.sonarsource.java:sonar-java-plugin"
1515
# Ignore all versions : cf pom.xml comments
1616
- dependency-name: "com.mycila:license-maven-plugin"
17+
- dependency-name: "org.springframework.data:spring-data-commons"
18+
update-types: "version-update:semver-major"

pom.xml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
<plugin>
223223
<groupId>org.apache.maven.plugins</groupId>
224224
<artifactId>maven-surefire-plugin</artifactId>
225-
<version>3.5.2</version>
225+
<version>3.5.3</version>
226226
</plugin>
227227
<plugin>
228228
<groupId>org.jacoco</groupId>
@@ -355,13 +355,13 @@
355355
<artifactItem>
356356
<groupId>org.springframework</groupId>
357357
<artifactId>spring-webmvc</artifactId>
358-
<version>5.2.3.RELEASE</version>
358+
<version>6.2.10</version>
359359
<type>jar</type>
360360
</artifactItem>
361361
<artifactItem>
362362
<groupId>org.springframework</groupId>
363363
<artifactId>spring-web</artifactId>
364-
<version>5.2.3.RELEASE</version>
364+
<version>6.2.10</version>
365365
<type>jar</type>
366366
</artifactItem>
367367
<artifactItem>
@@ -379,7 +379,11 @@
379379
<artifactItem>
380380
<groupId>org.springframework.data</groupId>
381381
<artifactId>spring-data-commons</artifactId>
382-
<version>2.2.4.RELEASE</version>
382+
<!-- <version>2.2.4.RELEASE</version> -->
383+
<version>2.7.18</version>
384+
<!-- KO with version 3.x -->
385+
<!-- <version>3.0.0</version> -->
386+
<!-- <version>3.5.3</version> -->
383387
<type>jar</type>
384388
</artifactItem>
385389
</artifactItems>
@@ -463,7 +467,7 @@
463467
<!-- Execute integration tests -->
464468
<groupId>org.apache.maven.plugins</groupId>
465469
<artifactId>maven-failsafe-plugin</artifactId>
466-
<version>3.5.2</version>
470+
<version>3.5.3</version>
467471
<executions>
468472
<execution>
469473
<goals>

0 commit comments

Comments
 (0)