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 logback.version from 1.3.1 to 1.3.3 #866

Merged
merged 1 commit into from
Oct 4, 2022

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps logback.version from 1.3.1 to 1.3.3.
Updates logback-classic from 1.3.1 to 1.3.3

Commits
  • daf07d2 prepare release 1.3.3
  • 2a451a8 fix LOGBACK-LOGBACK-1690
  • 5c5c48c start work on 1.3.3-SNAPSHOT
  • 146f33d fix build issues
  • 4e7bd74 Merge branch 'branch_1.3.x' of github.com:qos-ch/logback into branch_1.3.x
  • c5b7135 fix javax/jakarta issues
  • 59dc1a1 fix javax/jakarta issues
  • c92c42d prepare release 1.3.2
  • 1f64ec7 fix LOGBACK-1689
  • 7b23186 logback-access cannot be modularized at this stage
  • Additional commits viewable in compare view

Updates logback-access from 1.3.1 to 1.3.3

Commits
  • daf07d2 prepare release 1.3.3
  • 2a451a8 fix LOGBACK-LOGBACK-1690
  • 5c5c48c start work on 1.3.3-SNAPSHOT
  • 146f33d fix build issues
  • 4e7bd74 Merge branch 'branch_1.3.x' of github.com:qos-ch/logback into branch_1.3.x
  • c5b7135 fix javax/jakarta issues
  • 59dc1a1 fix javax/jakarta issues
  • c92c42d prepare release 1.3.2
  • 1f64ec7 fix LOGBACK-1689
  • 7b23186 logback-access cannot be modularized at this stage
  • Additional commits viewable in compare view

Updates logback-core from 1.3.1 to 1.3.3

Commits
  • daf07d2 prepare release 1.3.3
  • 2a451a8 fix LOGBACK-LOGBACK-1690
  • 5c5c48c start work on 1.3.3-SNAPSHOT
  • 146f33d fix build issues
  • 4e7bd74 Merge branch 'branch_1.3.x' of github.com:qos-ch/logback into branch_1.3.x
  • c5b7135 fix javax/jakarta issues
  • 59dc1a1 fix javax/jakarta issues
  • c92c42d prepare release 1.3.2
  • 1f64ec7 fix LOGBACK-1689
  • 7b23186 logback-access cannot be modularized at this stage
  • Additional commits viewable in compare view

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)

Bumps `logback.version` from 1.3.1 to 1.3.3.

Updates `logback-classic` from 1.3.1 to 1.3.3
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.3.1...v_1.3.3)

Updates `logback-access` from 1.3.1 to 1.3.3
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.3.1...v_1.3.3)

Updates `logback-core` from 1.3.1 to 1.3.3
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.3.1...v_1.3.3)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: ch.qos.logback:logback-access
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: ch.qos.logback:logback-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the type/dependencies Pull requests that update a dependency label Oct 3, 2022
@codecov
Copy link

codecov bot commented Oct 3, 2022

Codecov Report

Merging #866 (2c78e03) into main (4dbcdfa) will increase coverage by 0.06%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##               main     #866      +/-   ##
============================================
+ Coverage     71.18%   71.24%   +0.06%     
  Complexity     1284     1284              
============================================
  Files           170      170              
  Lines          4869     4869              
  Branches        508      508              
============================================
+ Hits           3466     3469       +3     
+ Misses         1149     1148       -1     
+ Partials        254      252       -2     
Impacted Files Coverage Δ
...ck/appender/AbstractLogstashTcpSocketAppender.java 72.86% <0.00%> (+0.50%) ⬆️
...ack/appender/DelegatingAsyncDisruptorAppender.java 88.88% <0.00%> (+1.58%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@brenuart brenuart merged commit cccd368 into main Oct 4, 2022
@brenuart brenuart deleted the dependabot/maven/logback.version-1.3.3 branch October 4, 2022 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/dependencies Pull requests that update a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant