Skip to content

Commit

Permalink
Bump slf4j.version from 1.7.30 to 1.7.32 (#2199)
Browse files Browse the repository at this point in the history
Bumps `slf4j.version` from 1.7.30 to 1.7.32.

Updates `slf4j-api` from 1.7.30 to 1.7.32
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](qos-ch/slf4j@v_1.7.30...v_1.7.32)

Updates `jcl-over-slf4j` from 1.7.30 to 1.7.32
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](qos-ch/slf4j@v_1.7.30...v_1.7.32)

Updates `slf4j-log4j12` from 1.7.30 to 1.7.32
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](qos-ch/slf4j@v_1.7.30...v_1.7.32)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 14, 2021
1 parent c5a296a commit 0b775cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<phantomjs.binary.path>./target/phantomjs-maven-plugin/phantomjs-2.1.1-linux-x86_64/bin/phantomjs</phantomjs.binary.path>
<argLine>-Djdk.net.URLClassPath.disableClassPathURLCheck=true</argLine>
<slf4j.version>1.7.30</slf4j.version>
<slf4j.version>1.7.32</slf4j.version>
<selenium.version>3.141.59</selenium.version> <!-- 3.141.59 4.0.0-alpha-6 -->
</properties>

Expand Down

0 comments on commit 0b775cb

Please sign in to comment.