Skip to content

Commit

Permalink
Merge pull request #369 from res0nance/pom-update
Browse files Browse the repository at this point in the history
Increment dependencies
  • Loading branch information
thoulen committed Jul 3, 2019
2 parents 50939d8 + d267c5d commit 99312fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ THE SOFTWARE.

<name>Amazon EC2 plugin</name>
<description>This is a Jenkins plugin to support ephemeral Jenkins agents on Amazon EC2 or other EC2-compatible clouds</description>
<url>http://wiki.jenkins-ci.org/display/JENKINS/Amazon+EC2+Plugin</url>
<url>https://wiki.jenkins-ci.org/display/JENKINS/Amazon+EC2+Plugin</url>
<licenses>
<license>
<name>The MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
<url>https://www.opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
Expand Down Expand Up @@ -79,7 +79,7 @@ THE SOFTWARE.
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.150.1</jenkins.version>
<java.level>8</java.level>
<jcasc.version>1.19</jcasc.version>
<jcasc.version>1.22</jcasc.version>
</properties>

<dependencies>
Expand All @@ -101,7 +101,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>aws-java-sdk</artifactId>
<version>1.11.457</version>
<version>1.11.562</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down

0 comments on commit 99312fb

Please sign in to comment.