Skip to content

Commit

Permalink
[MPLUGIN-461] Bump slf4jVersion from 1.7.5 to 1.7.36 (#197)
Browse files Browse the repository at this point in the history
* 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] <support@github.com>

* drop comments about slf4j version

* Fix merge

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Slawomir Jaranowski <s.jaranowski@gmail.com>
  • Loading branch information
dependabot[bot] and slawekjaranowski committed Apr 17, 2023
1 parent c4f464a commit 9f12d19
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,7 @@
<pluginTestingHarnessVersion>3.3.0</pluginTestingHarnessVersion>
<maven4Version>4.0.0-alpha-4</maven4Version>
<mavenVersion>3.2.5</mavenVersion>
<!-- SLF4J version must match the version exported from the mavenVersion,
https://github.com/apache/maven/blob/12a6b3acb947671f09b81f49094c53f426d8cea1/pom.xml#L63 -->
<slf4jVersion>1.7.5</slf4jVersion>
<slf4jVersion>1.7.36</slf4jVersion>
<antVersion>1.10.13</antVersion>
<maven.site.path>plugin-tools-archives/plugin-tools-LATEST</maven.site.path>
<!-- whenever the ASM version is updated also the
Expand Down

0 comments on commit 9f12d19

Please sign in to comment.