Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade com.cloudinary:cloudinary-taglib from 1.4.1 to 1.39.0 #359

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

fix: upgrade com.cloudinary:cloudinary-taglib from 1.4.1 to 1.39.0

aaa87aa
Select commit
Loading
Failed to load commit list.
Open

[Snyk] Upgrade com.cloudinary:cloudinary-taglib from 1.4.1 to 1.39.0 #359

fix: upgrade com.cloudinary:cloudinary-taglib from 1.4.1 to 1.39.0
aaa87aa
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch failed Dec 1, 2024 in 16m 56s

Build Failed

The build failed.

Details

This is a normal build for the snyk-upgrade-a22403ea305d4454e469db73f0104335 branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has ten jobs, running in parallel.

Job JDK ENV OS State
4209.1 oraclejdk8 MODULE=core Linux passed
4209.2 oraclejdk8 MODULE=http5 Linux failed
4209.3 oraclejdk9 MODULE=core Linux passed
4209.4 oraclejdk9 MODULE=http5 Linux failed
4209.5 oraclejdk11 MODULE=core Linux passed
4209.6 oraclejdk11 MODULE=http5 Linux failed
4209.7 openjdk8 MODULE=core Linux passed
4209.8 openjdk8 MODULE=http5 Linux failed
4209.9 openjdk10 MODULE=core Linux passed
4209.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]"
        ]
      }
    ]
  }
}