Skip to content

Commit

Permalink
Merge pull request #8 from jenkinsci/JENKINS-49408
Browse files Browse the repository at this point in the history
[JENKINS-49408] Update dependencies
  • Loading branch information
Raúl Arabaolaza Barquin committed Feb 8, 2018
2 parents 2138edb + c15d3fe commit ac8db80
Showing 1 changed file with 11 additions and 26 deletions.
37 changes: 11 additions & 26 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>2.9</version>
<version>3.4</version>
<relativePath />
</parent>

Expand All @@ -18,6 +18,7 @@
<url>https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Githubnotify+Step+Plugin</url>

<properties>
<java.level>8</java.level>
<jenkins.version>1.642.3</jenkins.version>
</properties>

Expand Down Expand Up @@ -46,18 +47,13 @@
<dependencies>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-step-api</artifactId>
<version>1.15</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-api</artifactId>
<artifactId>workflow-aggregator</artifactId>
<version>1.15</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>github-api</artifactId>
<version>1.77</version>
<version>1.90</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand All @@ -74,24 +70,6 @@
<artifactId>display-url-api</artifactId>
<version>0.5</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-cps</artifactId>
<version>1.15</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-basic-steps</artifactId>
<version>1.15</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-job</artifactId>
<version>2.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-support</artifactId>
Expand All @@ -117,5 +95,12 @@
<version>1.6.4</version>
<scope>test</scope>
</dependency>

<!-- Requiered by upper bounds checks -->
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>git</artifactId>
<version>2.4.0</version>
</dependency>
</dependencies>
</project>

0 comments on commit ac8db80

Please sign in to comment.