Bump commons-beanutils:commons-beanutils from 1.9.4 to 1.11.0 in /bom #1031
Travis CI / Travis CI - Branch
succeeded
May 28, 2025 in 28m 23s
Build Passed
The build passed.
Details
This is a normal build for the dependabot/maven/bom/commons-beanutils-commons-beanutils-1.11.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"
]
}
Loading