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

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
steveorourke committed Dec 7, 2018
1 parent a43763a commit 4ad2d7a
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 @@ -20,7 +20,7 @@
</scm>

<properties>
<kotlin.version>1.2.50</kotlin.version>
<kotlin.version>1.3.11</kotlin.version>
</properties>

<dependencies>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.0</version>
<version>1.2.3</version>
<optional>true</optional>
</dependency>
<dependency>
Expand All @@ -50,7 +50,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.2.0</version>
<version>5.3.2</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down

0 comments on commit 4ad2d7a

Please sign in to comment.