Skip to content

Commit

Permalink
chore(deps): update logback-classic to 1.2.10 (#3425)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolea2 authored Jan 4, 2022
1 parent 00d412b commit f4acaf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bigtable-hbase-1.x-parent/bigtable-hbase-1.x-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,18 +75,18 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
<version>1.7.32</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
<version>${slf4j.version}</version>
<version>1.7.32</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.1.3</version>
<version>1.2.10</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit f4acaf2

Please sign in to comment.