We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f80720 commit 8da4397Copy full SHA for 8da4397
.github/dependabot.yml
@@ -11,8 +11,10 @@ updates:
11
- dependency-name: "com.swiftmq:swiftmq-client"
12
- dependency-name: "org.springframework.boot:spring-boot-maven-plugin"
13
versions: ["[2.7,)"]
14
+ - dependency-name: "org.slf4j:slf4j-api"
15
+ versions: [ "[2.0,)" ]
16
- package-ecosystem: "github-actions"
17
directory: "/"
18
schedule:
19
interval: "daily"
- target-branch: "main"
20
+ target-branch: "main"
0 commit comments