Bump org.apache.logging.log4j:log4j-core from 2.25.1 to 2.25.3 in /MekHQ in the gradle group across 1 directory#8573
Conversation
Bumps the gradle group with 1 update in the /MekHQ directory: org.apache.logging.log4j:log4j-core. Updates `org.apache.logging.log4j:log4j-core` from 2.25.1 to 2.25.3 --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-core dependency-version: 2.25.3 dependency-type: direct:production dependency-group: gradle ... Signed-off-by: dependabot[bot] <[email protected]>
|
Tests failing because: The job failed because it could not find the symbol Nonnull and the import javax.annotation.Nonnull does not exist. This means the javax.annotation dependency is missing. Solution: You need to add a dependency that provides the @nonnull annotation. The javax.annotation package is not part of the JDK in modern Java versions. For Gradle (build.gradle): Groovy For Maven (pom.xml): XML Alternatively, you can switch your imports to use jakarta.annotation.Nonnull and add that dependency instead: Groovy You can find the problematic imports, for example, in:
Add the dependency and it will resolve the cannot find symbol: class Nonnull errors across these files. |
Bumps the gradle group with 1 update in the /MekHQ directory: org.apache.logging.log4j:log4j-core.
Updates
org.apache.logging.log4j:log4j-corefrom 2.25.1 to 2.25.3You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.