Skip to content

Commit

Permalink
Update logback dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kgibm committed Aug 4, 2021
1 parent 8433181 commit 17a9090
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ jdk:
install: mvn clean install
deploy:
provider: releases
file: target/request-metrics-analyzer-next-2.0.20210804-jar-with-dependencies.jar
file: target/request-metrics-analyzer-next-2.0.20210805-jar-with-dependencies.jar
skip_cleanup: true
overwrite: true
name: request-metrics-analyzer-next-2.0.20210804
name: request-metrics-analyzer-next-2.0.20210805
on:
tags: true
api-key:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.ibm.issw.requestmetrics</groupId>
<artifactId>request-metrics-analyzer-next</artifactId>
<version>2.0.20210804</version>
<version>2.0.20210805</version>
<name>Request Metrics Analyzer Next</name>

<properties>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.0</version>
<version>1.2.5</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit 17a9090

Please sign in to comment.