Compare commits

...

5 commits

Author SHA256 Message Date
40a59d6c5b
Delete dependabot.yml 2021-07-02 23:24:36 +02:00
bb9798bd57
Merge pull request #22 from BBN-Holding/dependabot/maven/org.slf4j-slf4j-simple-1.7.31
Bump slf4j-simple from 1.7.30 to 1.7.31
2021-07-01 15:45:47 +02:00
b797d18aee
Merge pull request #21 from BBN-Holding/dependabot/maven/org.slf4j-slf4j-api-1.7.31
Bump slf4j-api from 1.7.30 to 1.7.31
2021-07-01 15:45:38 +02:00
dependabot[bot]
3d23f623f9 Bump slf4j-simple from 1.7.30 to 1.7.31
Bumps [slf4j-simple](https://github.com/qos-ch/slf4j) from 1.7.30 to 1.7.31.
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.30...v_1.7.31)

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-simple
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-01 13:02:07 +00:00
dependabot[bot]
50b72c5b16 Bump slf4j-api from 1.7.30 to 1.7.31
Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.30 to 1.7.31.
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.30...v_1.7.31)

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-01 13:02:02 +00:00
2 changed files with 2 additions and 10 deletions

View file

@ -1,8 +0,0 @@
version: 2
updates:
- package-ecosystem: maven
directory: "/"
schedule:
interval: monthly
time: "13:00"
open-pull-requests-limit: 99

View file

@ -36,12 +36,12 @@
<dependency> <dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId> <artifactId>slf4j-api</artifactId>
<version>1.7.30</version> <version>1.7.31</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId> <artifactId>slf4j-simple</artifactId>
<version>1.7.30</version> <version>1.7.31</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>