Skip to content

Commit

Permalink
build(deps): bump version.slf4.simple from 2.0.6 to 2.0.7 (Apicurio#3210
Browse files Browse the repository at this point in the history
)

Bumps `version.slf4.simple` from 2.0.6 to 2.0.7.

Updates `slf4j-api` from 2.0.6 to 2.0.7
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/commits)

Updates `slf4j-simple` from 2.0.6 to 2.0.7
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/commits)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 20, 2023
1 parent 645f334 commit 09ce0ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion new-system-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<!-- sundrio version is critical to stay aligned with whatever comes from fabric8 -->
<sundrio.version>0.94.0</sundrio.version>
<version.hamcrest>2.2</version.hamcrest>
<version.slf4.simple>2.0.6</version.slf4.simple>
<version.slf4.simple>2.0.7</version.slf4.simple>
<operator.version>1.0.0-v2.0.0.final</operator.version>
<lombok.version>1.18.26</lombok.version>
<strimzi.version>0.33.2</strimzi.version>
Expand Down
2 changes: 1 addition & 1 deletion system-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<lombok.version>1.18.26</lombok.version>
<operator.version>1.0.0-v2.0.0.final</operator.version>
<version.hamcrest>2.2</version.hamcrest>
<version.slf4.simple>2.0.6</version.slf4.simple>
<version.slf4.simple>2.0.7</version.slf4.simple>
<version.strimzi.api>0.33.2</version.strimzi.api>
<version.eclipse.jgit>6.4.0.202211300538-r</version.eclipse.jgit>
<version.org.json>20230227</version.org.json>
Expand Down

0 comments on commit 09ce0ae

Please sign in to comment.