Skip to content

Commit af5fcd0

Browse files
authored
Merge pull request #898 from avaje/dependabot/maven/master/dependencies-e9d37b451d
Bump the dependencies group with 3 updates
2 parents 59460a3 + 3aa3035 commit af5fcd0

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,19 @@ updates:
66
interval: weekly
77
open-pull-requests-limit: 10
88
ignore:
9-
- dependency-name: "jakarta.inject:jakarta.inject-api"
9+
- dependency-name: "jakarta.inject:jakarta.inject-api"
10+
# --- Configuration to ignore all JUnit dependencies (e.g., 5.x) ---
11+
# Ignores all artifacts with Group ID 'org.junit.jupiter' (e.g., api, engine, params)
12+
- dependency-name: "org.junit.jupiter:*"
13+
# Ignores all artifacts with Group ID 'org.junit.platform' (e.g., launcher, suite)
14+
- dependency-name: "org.junit.platform:*"
15+
# Ignores the JUnit Vintage Engine
16+
- dependency-name: "org.junit.vintage:*"
17+
# -----------------------------------------------------------------------
1018
groups:
1119
dependencies:
1220
patterns:
13-
- "*"
21+
- "*"
1422
labels:
1523
- "dependencies"
1624
target-branch: "master"
@@ -24,4 +32,4 @@ updates:
2432
prefix: "[workflow]"
2533
labels:
2634
- "dependencies"
27-
target-branch: "master"
35+
target-branch: "master"

blackbox-test-inject/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>ch.qos.logback</groupId>
8484
<artifactId>logback-classic</artifactId>
85-
<version>1.5.18</version>
85+
<version>1.5.19</version>
8686
<scope>test</scope>
8787
</dependency>
8888

inject/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>ch.qos.logback</groupId>
7777
<artifactId>logback-classic</artifactId>
78-
<version>1.5.18</version>
78+
<version>1.5.19</version>
7979
<scope>test</scope>
8080
</dependency>
8181

0 commit comments

Comments
 (0)