Skip to content

Commit

Permalink
Merge pull request #23 from jenkinsci/snyk-fix-sqe60n
Browse files Browse the repository at this point in the history
[Snyk] Fix for 3 vulnerable dependencies
  • Loading branch information
hypery2k committed Jun 26, 2018
2 parents d4f361a + e6ab323 commit 8f21e9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
</parent>

<properties>
<artifactSuffix />
<artifactSuffix/>
<jenkins.version>1.653</jenkins.version>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.level>7</java.level>
<failsafeArgLine />
<failsafeArgLine/>
<skipITs>false</skipITs>
<workflow.version>1.11</workflow.version>
<!-- Project Libs-->
<httpclient.version>4.5.5</httpclient.version>
<unirest.version>1.4.9</unirest.version>
<jackson.version>2.9.3</jackson.version>
<jackson.version>2.9.5</jackson.version>
<hamcrest.version>1.3</hamcrest.version>
<powermock.version>1.6.2</powermock.version>
<!-- testing config -->
Expand Down

0 comments on commit 8f21e9f

Please sign in to comment.