Skip to content

Commit

Permalink
version 0.1.5.1 with logback upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
igobrilhante committed Aug 23, 2019
1 parent 1faaea4 commit 7303472
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.bmw-carit</groupId>
<artifactId>barefoot</artifactId>
<version>0.1.5</version>
<version>0.1.5.1</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down Expand Up @@ -178,12 +178,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.10</version>
<version>1.7.28</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.0.9</version>
<version>1.2.3</version>
</dependency>
<dependency>
<groupId>com.esri.geometry</groupId>
Expand Down

0 comments on commit 7303472

Please sign in to comment.