Skip to content

fix: samples/photo_album/pom.xml to reduce vulnerabilities

775ebf3
Select commit
Loading
Failed to load commit list.
Open

[Snyk] Security upgrade org.springframework:spring-webmvc from 5.3.18 to 6.1.14 #351

fix: samples/photo_album/pom.xml to reduce vulnerabilities
775ebf3
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Travis CI / Travis CI - Pull Request failed Nov 18, 2024 in 23m 38s

Build Failed

The build failed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #351 [Snyk] Security upgrade org.springframework:spring-webmvc from 5.3.18 to 6.1.14.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has ten jobs, running in parallel.

Job JDK ENV OS State
4176.1 oraclejdk8 MODULE=core Linux passed
4176.2 oraclejdk8 MODULE=http5 Linux failed
4176.3 oraclejdk9 MODULE=core Linux passed
4176.4 oraclejdk9 MODULE=http5 Linux failed
4176.5 oraclejdk11 MODULE=core Linux passed
4176.6 oraclejdk11 MODULE=http5 Linux failed
4176.7 openjdk8 MODULE=core Linux passed
4176.8 openjdk8 MODULE=http5 Linux failed
4176.9 openjdk10 MODULE=core Linux passed
4176.10 openjdk10 MODULE=http5 Linux failed

Build Configuration

Build Option Setting
Language Java
Operating System Linux (Trusty)
JDK Versions oraclejdk8, oraclejdk9, oraclejdk11, openjdk8, openjdk10
Build Configuration
{
  "language": "java",
  "os": [
    "linux"
  ],
  "dist": "trusty",
  "before_cache": [
    "rm -f  $HOME/.gradle/caches/modules-2/modules-2.lock",
    "rm -fr $HOME/.gradle/caches/*/plugin-resolution/"
  ],
  "cache": {
    "directories": [
      "$HOME/.gradle/caches/",
      "$HOME/.gradle/wrapper/"
    ]
  },
  "jdk": [
    "oraclejdk8",
    "oraclejdk9",
    "oraclejdk11",
    "openjdk8",
    "openjdk10"
  ],
  "env": [
    "jobs={:MODULE=>\"core\"}={:MODULE=>\"http5\"}"
  ],
  "branches": {
    "except": [
      "staging-test"
    ]
  },
  "before_script": [
    "./gradlew createTestSubAccount -PmoduleName=${MODULE}"
  ],
  "script": [
    "source tools/cloudinary_url.txt && ./gradlew -DCLOUDINARY_URL=$CLOUDINARY_URL ciTest -p cloudinary-${MODULE} -i"
  ],
  "notifications": {
    "email": [
      {
        "recipients": [
          "[email protected]"
        ]
      }
    ]
  }
}