premium-minds / pm-webapp-utils

A library with utils for Java servlet containers
GNU Lesser General Public License v3.0
2 stars 3 forks source link

Bump logback-classic from 1.2.11 to 1.4.0 #79

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps logback-classic from 1.2.11 to 1.4.0.

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 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)
froque commented 2 years ago
Error:  /home/runner/work/pm-webapp-utils/pm-webapp-utils/src/main/java/com/premiumminds/webapp/utils/ContextLogbackListener.java:[27,30] cannot access ch.qos.logback.classic.LoggerContext
  bad class file: /home/runner/.m2/repository/ch/qos/logback/logback-classic/1.4.0/logback-classic-1.4.0.jar(ch/qos/logback/classic/LoggerContext.class)
    class file has wrong version 55.0, should be 52.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.

https://stackoverflow.com/questions/9170832/list-of-java-class-file-format-major-version-numbers

https://logback.qos.ch/news.html

requires JDK 11

dependabot[bot] commented 2 years ago

Superseded by #80.