Skip to content

Commit

Permalink
Bump kiwi-parent from 1.5.0 to 1.6.0 and rename logback version prope…
Browse files Browse the repository at this point in the history
…rty (#44)

Closes #42
Closes #43
  • Loading branch information
sleberknight authored Dec 20, 2021
1 parent dabbbc9 commit 1aca3f9
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 @@ -5,7 +5,7 @@
<parent>
<groupId>org.kiwiproject</groupId>
<artifactId>kiwi-parent</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>

<artifactId>kiwi-bom</artifactId>
Expand Down Expand Up @@ -568,13 +568,13 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>${logback-classic.version}</version>
<version>${logback.version}</version>
</dependency>

<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>${logback-classic.version}</version>
<version>${logback.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 1aca3f9

Please sign in to comment.