Skip to content

Commit f773674

Browse files
committed
upgrade internal lib bis
1 parent 0d17866 commit f773674

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,11 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12+
ignore:
13+
# Ignore all versions : cf pom.xml comments
14+
- dependency-name: "org.sonarsource.java.sonar-java-plugin"
15+
# Ignore all versions : cf pom.xml comments
16+
- dependency-name: "com.mycila:license-maven-plugin"
17+
# Ignore specific versions of another dependency
18+
- dependency-name: "org.springframework.data.spring-data-jpa"
19+
versions: [ "3.x" ]

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
<plugin>
228228
<groupId>org.jacoco</groupId>
229229
<artifactId>jacoco-maven-plugin</artifactId>
230-
<version>0.8.12</version>
230+
<version>0.8.13</version>
231231
<executions>
232232
<execution>
233233
<id>prepare-agent</id>
@@ -320,12 +320,12 @@
320320
</execution>
321321
</executions>
322322
</plugin>
323+
<!-- FOR TUs -->
323324
<plugin>
324325
<groupId>org.apache.maven.plugins</groupId>
325326
<artifactId>maven-dependency-plugin</artifactId>
326327
<version>3.8.1</version>
327328
<executions>
328-
<!-- only for unit tests ("test-jars" directory used in classpath) -->
329329
<execution>
330330
<id>copy</id>
331331
<phase>test-compile</phase>

0 commit comments

Comments
 (0)