Skip to content

Commit 113b3cc

Browse files
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](qos-ch/slf4j@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>
1 parent 2b2c33c commit 113b3cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apt-test-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>org.slf4j</groupId>
5656
<artifactId>slf4j-jdk14</artifactId>
57-
<version>2.0.0</version>
57+
<version>${slf4j.version}</version>
5858
<scope>test</scope>
5959
</dependency>
6060

0 commit comments

Comments
 (0)