radarsh / gradle-test-logger-plugin

A Gradle plugin for printing beautiful logs on the console while running tests
Apache License 2.0
835 stars 36 forks source link

Bump org.fusesource.jansi:jansi from 2.4.0 to 2.4.1 #325

Open dependabot[bot] opened 10 months ago

dependabot[bot] commented 10 months ago

Bumps org.fusesource.jansi:jansi from 2.4.0 to 2.4.1.

Release notes

Sourced from org.fusesource.jansi:jansi's releases.

Jansi 2.4.1

This long awaited bug fix release provides a bunch of fixes. The upgrade should be just a matter of raising the version number, however JDK 7 support has been dropped at runtime.

A merge of the JANSI library into JLine is being considered. This would avoid duplication of somewhat similar code and ease the maintenance of both projects. If your project is using the org.fusesource.jansi.io or org.fusesource.jansi.internal package, please drop us a note in fusesource/jansi#277 so that we can discuss things.

What's Changed

New Contributors

Full Changelog: https://github.com/fusesource/jansi/commits/jansi-2.4.1

Changelog

Sourced from org.fusesource.jansi:jansi's changelog.

Jansi 2.4.1, released 2023-10-12

Commits


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
coveralls commented 10 months ago

Coverage Status

coverage: 97.468%. remained the same when pulling 85c7f1c2c896728b2c1a4e760b7bb6a3705924e5 on dependabot/gradle/org.fusesource.jansi-jansi-2.4.1 into 0dbcae2cf0dc86ea5dd245b2e28f54d6fd03eaf3 on develop.

Goooler commented 10 months ago

Seems we can merge this, and remove https://github.com/radarsh/gradle-test-logger-plugin/blob/develop/.github/dependabot.yml then enable Renovate.