Browse Source

build(deps-dev): bump slf4j-jdk14 from 2.0.0 to 2.0.1 (#1749)

* build(deps-dev): bump slf4j-jdk14 from 2.0.0 to 2.0.1

Bumps [slf4j-jdk14](https://github.com/qos-ch/slf4j) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.0...v_2.0.1)

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-jdk14
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update pom.xml

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
pull/1753/head
dependabot[bot] 2 years ago committed by GitHub
parent
commit
113b3cc305
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apt-test-generator/pom.xml

2
apt-test-generator/pom.xml

@ -54,7 +54,7 @@ @@ -54,7 +54,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>2.0.0</version>
<version>${slf4j.version}</version>
<scope>test</scope>
</dependency>

Loading…
Cancel
Save