Skip to content

Commit 9f12d19

Browse files
[MPLUGIN-461] Bump slf4jVersion from 1.7.5 to 1.7.36 (#197)
* Bump slf4jVersion from 1.7.5 to 1.7.36 Bumps `slf4jVersion` from 1.7.5 to 1.7.36. Updates `slf4j-api` from 1.7.5 to 1.7.36 - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](qos-ch/slf4j@v_1.7.5...v_1.7.36) Updates `slf4j-simple` from 1.7.5 to 1.7.36 - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](qos-ch/slf4j@v_1.7.5...v_1.7.36) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.slf4j:slf4j-simple dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * drop comments about slf4j version * Fix merge --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Slawomir Jaranowski <[email protected]>
1 parent c4f464a commit 9f12d19

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pom.xml

+1-3
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,7 @@
9494
<pluginTestingHarnessVersion>3.3.0</pluginTestingHarnessVersion>
9595
<maven4Version>4.0.0-alpha-4</maven4Version>
9696
<mavenVersion>3.2.5</mavenVersion>
97-
<!-- SLF4J version must match the version exported from the mavenVersion,
98-
https://github.com/apache/maven/blob/12a6b3acb947671f09b81f49094c53f426d8cea1/pom.xml#L63 -->
99-
<slf4jVersion>1.7.5</slf4jVersion>
97+
<slf4jVersion>1.7.36</slf4jVersion>
10098
<antVersion>1.10.13</antVersion>
10199
<maven.site.path>plugin-tools-archives/plugin-tools-LATEST</maven.site.path>
102100
<!-- whenever the ASM version is updated also the

0 commit comments

Comments
 (0)