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] Security upgrade org.apache.tika:tika-parsers from 1.14 to 2.0.0 #419

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

fix: pom.xml to reduce vulnerabilities

1d96479
Select commit
Loading
Failed to load commit list.
Open

[Snyk] Security upgrade org.apache.tika:tika-parsers from 1.14 to 2.0.0 #419

fix: pom.xml to reduce vulnerabilities
1d96479
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Oct 3, 2023 in 1m 2s

Build Failed

The build failed. This is a change from the previous build, which passed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #419 [Snyk] Security upgrade org.apache.tika:tika-parsers from 1.14 to 2.0.0.
Any changes that have been made to the master branch before the build ran are also included.

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 (Xenial)
JDK Version openjdk8
Build Configuration
{
  "language": "java",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "jdk": [
    "openjdk8"
  ],
  "cache": {
    "directories": [
      "node_modules"
    ]
  },
  "before_install": [
    "nvm install 16"
  ],
  "install": [
    "npm install"
  ],
  "script": [
    "mvn verify"
  ],
  "after_success": [
    "mvn test jacoco:report coveralls:report"
  ],
  "before_deploy": [
    "mvn clean package",
    "mvn assembly:single"
  ],
  "deploy": [
    {
      "provider": "releases",
      "file": [
        "target/dataloader.zip"
      ],
      "skip_cleanup": true,
      "on": {
        "repo": "bullhorn/dataloader",
        "branch": [
          "master"
        ],
        "tags": true
      },
      "token": {
        "secure": "wFmzYdB32pFJ1uo20uDk1pWXdl/oPo267WlZmcSlsy4TozXclN6qaSTbkigYbWRsyiNQTv51DjcszgOpdnDAUcNWuEQHmvS1nZ8T/2rPXsWfPumB+Ty3LjLLYfUEJDWKNLqu6YWWpIDeFgvEhbVnPywhNNeIOmlmL9qvxn40KbEADwWe8qtI67TLM6xKXYOX4Okt5v9s8YUnWj0lOiaguoF/3zoOOQG0+9DkhSOuNHawc9Da9CYj9tMEFLNPL+RhiVyfcV+TphXe6UJIMw3hOCd1wVsLy3A+/JU9Oyagzim0pAa8VUQpM3FPtQLuwrs22X47G+hfZxpjT592byznZrdlInXibsu2yx4IdkO7dTSNQwQu3EgSwd8jP/dG/WZ3MZ2px6sdNJcH9hE8MJ4/95s6OOHER9XLvLWw2E6/+vKJ/dakrUu/SQc9Fdmm5B8ivBKj9CWoJYSIqIZnQUZ7jQM0tMzR4VH5laoyZiOt3dcy1JKCxYXEjwjNXZIwc1CQS82pRQeSrKuV0v1py7AoBuVAsVBbhvt/BktQtpGGaEqId92nv+3185XbX7ASJ7bZjDAKQ7uo+q6tlq/x7WkKHV93YAWigCJuNS2Upd+KoB5Aajgqp/x0g6Mu+Nz0S9147LqGrjpS9Sxp7LuI+hDN6bO0C3Qj1nkPWBeT10xPdvo="
      }
    }
  ]
}