Skip to content

Bump org.apache.logging.log4j:log4j-core from 2.21.1 to 2.25.3 in /bom

3509ae4
Select commit
Loading
Failed to load commit list.
Open

Bump org.apache.logging.log4j:log4j-core from 2.21.1 to 2.25.3 in /bom #1034

Bump org.apache.logging.log4j:log4j-core from 2.21.1 to 2.25.3 in /bom
3509ae4
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch failed Dec 19, 2025 in 3m 3s

Build Failed

The build failed.

Details

This is a normal build for the dependabot/maven/bom/org.apache.logging.log4j-log4j-core-2.25.3 branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Java
Operating System Linux (Focal)
Build Configuration
{
  "language": "java",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "install": [
    "true"
  ],
  "services": [
    "mongodb"
  ],
  "script": [
    "./travis.sh"
  ],
  "before_install": [
    "curl -s \"https://get.sdkman.io\" | bash",
    "source \"$HOME/.sdkman/bin/sdkman-init.sh\"",
    "sdk install java 23-open",
    "sdk use java 23-open"
  ]
}