Skip to content

Commit

Permalink
Bump slf4j-simple.version from 1.7.35 to 1.7.36 (#325)
Browse files Browse the repository at this point in the history
Bumps `slf4j-simple.version` from 1.7.35 to 1.7.36.

Updates `slf4j-simple` from 1.7.35 to 1.7.36
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](qos-ch/slf4j@v_1.7.35...v_1.7.36)

Updates `jul-to-slf4j` from 1.7.35 to 1.7.36
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](qos-ch/slf4j@v_1.7.35...v_1.7.36)

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-simple
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.slf4j:jul-to-slf4j
  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 Feb 14, 2022
1 parent 7651508 commit b29cbe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion network/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<packaging>jar</packaging>

<properties>
<slf4j-simple.version>1.7.35</slf4j-simple.version>
<slf4j-simple.version>1.7.36</slf4j-simple.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<properties>
<metrics.version>4.2.7</metrics.version>
<slf4j-simple.version>1.7.35</slf4j-simple.version>
<slf4j-simple.version>1.7.36</slf4j-simple.version>
<undertow-core.version>2.2.16.Final</undertow-core.version>
</properties>

Expand Down

0 comments on commit b29cbe2

Please sign in to comment.