Skip to content

Commit

Permalink
Fixes httpclient vulnerable version
Browse files Browse the repository at this point in the history
  • Loading branch information
asm0dey committed Oct 17, 2018
1 parent 22d3ec5 commit 03f8382
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>org.ort.school</groupId>
<artifactId>crm</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
<prerequisites>
<maven>3.0.2</maven>
</prerequisites>
Expand All @@ -24,6 +24,7 @@
<hibernate-validator.version>6.0.7.Final</hibernate-validator.version>
<javax.el-api.version>3.0.0</javax.el-api.version>
<h2.version>1.4.196</h2.version>
<http-client.version>4.5.6</http-client.version>
<!-- Startup class -->
<application.class>org.ort.school.app.SchoolCRMKt</application.class>
</properties>
Expand Down Expand Up @@ -104,10 +105,10 @@
<artifactId>javax.el-api</artifactId>
</dependency>

<dependency>
<groupId>org.jooby</groupId>
<artifactId>jooby-rocker</artifactId>
</dependency>
<dependency>
<groupId>org.jooby</groupId>
<artifactId>jooby-rocker</artifactId>
</dependency>

<dependency>
<groupId>com.github.salomonbrys.kotson</groupId>
Expand Down Expand Up @@ -237,8 +238,8 @@
<phase>compile</phase>
<configuration>
<sourceDirs>
<sourceDir>${project.basedir}/src/main/java</sourceDir>
<sourceDir>${project.basedir}/target/generated-sources</sourceDir>
<sourceDir>${project.basedir}/src/main/java</sourceDir>
<sourceDir>${project.basedir}/target/generated-sources</sourceDir>
</sourceDirs>
</configuration>
</execution>
Expand Down

0 comments on commit 03f8382

Please sign in to comment.