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

Bump org.tinylog:tinylog-api from 2.6.2 to 2.7.0 #10862

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2024

Bumps org.tinylog:tinylog-api from 2.6.2 to 2.7.0.

Release notes

Sourced from org.tinylog:tinylog-api's releases.

Version 2.7.0

The final release version 2.7.0 contains the same set of features as tinylog 2.7.0-M3 as no bugs were found.

Version 2.7.0-M3

Improvements for the rolling file writer:

  • Support continuing already existing log files, even if there are other newer files that are unrelated to tinylog
  • Support continuing log files when using a dynamic path segment that resolved to an already existing log file

Version 2.7.0-M2

Avoid waking the writing thread in periodic intervals to improve the battery life on mobile devices (#634 thanks to @​manisiu)

Version 2.7.0-M1

Provide syslog writer for sending log entries to syslog compatible servers (#507, thanks to @​pkarlowicz)

Commits
  • 3f06443 Release version 2.7.0
  • 7417ea4 Bump org.assertj:assertj-core from 3.25.1 to 3.25.2 (#662)
  • 1a7a15c Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.2.0 to 4.8.3.0 (#656)
  • a5e42a7 Bump org.codehaus.mojo:flatten-maven-plugin from 1.5.0 to 1.6.0 (#657)
  • dabf1c9 Bump org.slf4j:slf4j-api from 2.0.10 to 2.0.11 (#651)
  • b9f1d6a Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 (#652)
  • e7a8c22 Restore snapshot version 2.7-SNAPSHOT
  • deab6c6 Release version 2.7.0-M3
  • 9987105 Support continuing log files with same dynamic path segment
  • f200377 Support continuing log files even if there are other newer files
  • 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 show <dependency name> 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)

Bumps [org.tinylog:tinylog-api](https://github.com/tinylog-org/tinylog) from 2.6.2 to 2.7.0.
- [Release notes](https://github.com/tinylog-org/tinylog/releases)
- [Changelog](https://github.com/tinylog-org/tinylog/blob/v2.7/release.md)
- [Commits](tinylog-org/tinylog@2.6.2...2.7.0)

---
updated-dependencies:
- dependency-name: org.tinylog:tinylog-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 5, 2024
@koppor koppor enabled auto-merge February 5, 2024 14:24
@koppor koppor added this pull request to the merge queue Feb 5, 2024
Merged via the queue into main with commit b1ae7d2 Feb 5, 2024
21 of 22 checks passed
@koppor koppor deleted the dependabot/gradle/org.tinylog-tinylog-api-2.7.0 branch February 5, 2024 14:54
Copy link
Contributor

github-actions bot commented Feb 5, 2024

The build for this PR is no longer available. Please visit https://builds.jabref.org/main/ for the latest build.

Siedlerchr added a commit that referenced this pull request Feb 6, 2024
* upstream/main:
  Bump org.apache.lucene:lucene-core from 9.9.1 to 9.9.2 (#10860)
  Bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2 (#10863)
  Bump org.apache.lucene:lucene-highlighter from 9.9.1 to 9.9.2 (#10861)
  Bump org.tinylog:tinylog-api from 2.6.2 to 2.7.0 (#10862)
  Bump org.apache.lucene:lucene-queryparser from 9.9.1 to 9.9.2 (#10859)
  Bump gradle/wrapper-validation-action from 1 to 2 (#10858)
  Bump codecov/codecov-action from 3 to 4 (#10857)
  Bump peter-evans/create-pull-request from 5 to 6 (#10856)
  Update Gradle Wrapper from 8.5 to 8.6. (#10854)
  Enable auto merge of gradle wrapper update
  Jump to entry from cli (#10578)
  Fix closing of JabRef in case of issues with index writer (#10840)
  Update deployment-arm64.yml
  Fix secrents presence chcek
Siedlerchr added a commit to rdsingh13/jabref that referenced this pull request Feb 11, 2024
* upstream/main: (68 commits)
  BibTeX 'Title' to MS Office 'Publicationtitle' field (JabRef#10864)
  Introduce BibliographyConsistencyCheckResultTxtWriter (JabRef#10847)
  Upgrade gradle-build-action to actions/setup-gradle (JabRef#10866)
  Bump org.apache.lucene:lucene-core from 9.9.1 to 9.9.2 (JabRef#10860)
  Bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2 (JabRef#10863)
  Bump org.apache.lucene:lucene-highlighter from 9.9.1 to 9.9.2 (JabRef#10861)
  Bump org.tinylog:tinylog-api from 2.6.2 to 2.7.0 (JabRef#10862)
  Bump org.apache.lucene:lucene-queryparser from 9.9.1 to 9.9.2 (JabRef#10859)
  Bump gradle/wrapper-validation-action from 1 to 2 (JabRef#10858)
  Bump codecov/codecov-action from 3 to 4 (JabRef#10857)
  Bump peter-evans/create-pull-request from 5 to 6 (JabRef#10856)
  Update Gradle Wrapper from 8.5 to 8.6. (JabRef#10854)
  Enable auto merge of gradle wrapper update
  Jump to entry from cli (JabRef#10578)
  Fix closing of JabRef in case of issues with index writer (JabRef#10840)
  Update deployment-arm64.yml
  use nio path
  fix submodules
  Fix secrents presence chcek
  Update deployment-arm64.yml
  ...
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.

2 participants