Skip to content

Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.18.0 in /bom

c4276d7
Select commit
Loading
Failed to load commit list.
Open

Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.18.0 in /bom #1032

Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.18.0 in /bom
c4276d7
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Jul 12, 2025 in 28m 4s

Build Passed

The build passed.

Details

This is a normal build for the dependabot/maven/bom/org.apache.commons-commons-lang3-3.18.0 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"
  ]
}