Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump logunit-logback from 1.1.0 to 1.1.3 #270

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 2, 2022

Bumps logunit-logback from 1.1.0 to 1.1.3.

Release notes

Sourced from logunit-logback's releases.

v1.1.3

  • fix: hold reference to intercepted JUL Logger to prevent GC wiping out the interception (#4)
  • chore: dependency upgrades

v1.1.2

  • fix: preserve Java 8 compatibility in Gradle's module metadata (#3)
  • chore: update transitive dependencies (includes Log4j2 v2.16.0)

v1.1.1

There are no functional changes or bugfixes to LogUnit itself in this release.

  • security: update transitive dependencies (mitigating the Apache Log4j2 vulnerability CVE-2021-44228)

Note: In general, you should not rely on LogUnit's BOM to resolve your logging framework versions transitively. You should explicitly define the desired version of your logging framework in your project's dependency declarations.

Commits
  • a10ead4 build: dependency upgrades
  • 9d8bca1 refactor: improve javadoc styling and add missing tag
  • 74959da Merge pull request #4 from anuraaga/no-logger-gc
  • e863957 Fix comment
  • f2a889c Hold reference to intercepted Logger to prevent GC wiping out the interception.
  • 09fbba2 refactor: replace deprecated JUnit APIs
  • 244b6b8 chore: update dependencies
  • de534d3 fix: preserve Java 8 compatibility in Gradle's module metadata
  • 9071678 security: update gradle and dependencies (avoiding CVE-2021-44228)
  • 60e8d7a doc: add a note about logunit limitations in the README.md
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 2, 2022
@sonarcloud
Copy link

sonarcloud bot commented Oct 2, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Bumps [logunit-logback](https://github.com/netmikey/logunit) from 1.1.0 to 1.1.3.
- [Release notes](https://github.com/netmikey/logunit/releases)
- [Commits](netmikey/logunit@v1.1.0...v1.1.3)

---
updated-dependencies:
- dependency-name: io.github.netmikey.logunit:logunit-logback
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/io.github.netmikey.logunit-logunit-logback-1.1.3 branch from 30f1074 to 07ace75 Compare October 2, 2022 18:04
@manikmagar manikmagar merged commit 167a360 into master Oct 2, 2022
@manikmagar manikmagar deleted the dependabot/gradle/io.github.netmikey.logunit-logunit-logback-1.1.3 branch October 2, 2022 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant