Skip to content
This repository has been archived by the owner on Mar 19, 2019. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cdupuis committed Apr 11, 2017
1 parent c19b70f commit c111555
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 @@ -19,7 +19,7 @@
<scala.version>2.11.8</scala.version>
<scala.binary.version>2.11</scala.binary.version>
<scoverage.plugin.version>1.3.0</scoverage.plugin.version>
<rug.version>(0.24.0,0.26.0)</rug.version>
<rug.version>0.25.0</rug.version>
</properties>
<licenses>
<license>
Expand All @@ -35,14 +35,14 @@
<dependency>
<groupId>com.atomist</groupId>
<artifactId>atomist-bom</artifactId>
<version>0.8.0</version>
<version>0.10.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>4.3.4.RELEASE</version>
<version>4.3.7.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -69,7 +69,7 @@
<dependency>
<groupId>com.atomist</groupId>
<artifactId>artifact-source</artifactId>
<version>0.14.3</version>
<version>0.18.1</version>
<exclusions>
<exclusion>
<groupId>ch.qos.logback</groupId>
Expand Down

0 comments on commit c111555

Please sign in to comment.