Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyraymond committed Jul 2, 2019
1 parent 8bcc50a commit bc50a2c
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.1.6.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand All @@ -33,18 +33,11 @@

<!-- COMPILE -->
<commons-io.version>2.6</commons-io.version>
<commons-lang3.version>3.7</commons-lang3.version>
<commons-codec.version>1.11</commons-codec.version>
<fluent-hc.version>4.5.5</fluent-hc.version>
<generex.version>1.0.2</generex.version>
<google.guava.version>25.1-jre</google.guava.version>
<ttorrent-core.version>1.5</ttorrent-core.version>

<!-- TESTS -->
<org-assertj.version>3.9.1</org-assertj.version>

<!-- Plugins -->
<maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>
<jacoco.plugin.version>0.8.1</jacoco.plugin.version>
<coveralls.plugin.version>4.3.0</coveralls.plugin.version>
</properties>
Expand Down Expand Up @@ -135,17 +128,17 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>${commons-lang3.version}</version>
<!--<version>${commons-lang3.version}</version> inherit version from parent -->
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>${commons-codec.version}</version>
<!--<version>${commons-codec.version}</version> inherit version from parent -->
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>fluent-hc</artifactId>
<version>${fluent-hc.version}</version>
<!--<version>${httpclient.version}</version> inherit version from parent -->
</dependency>


Expand Down Expand Up @@ -175,7 +168,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>${org-assertj.version}</version>
<!--<version>${assertj.version}</version> inherit version from parent -->
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -196,7 +189,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
<!--<version>${maven-compiler-plugin.version}</version> inherit version from parent -->
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
Expand Down

0 comments on commit bc50a2c

Please sign in to comment.