Skip to content

Commit f4acaf2

Browse files
authored
chore(deps): update logback-classic to 1.2.10 (#3425)
1 parent 00d412b commit f4acaf2

File tree

1 file changed

+3
-3
lines changed
  • bigtable-hbase-1.x-parent/bigtable-hbase-1.x-tools

1 file changed

+3
-3
lines changed

bigtable-hbase-1.x-parent/bigtable-hbase-1.x-tools/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,18 +75,18 @@
7575
<dependency>
7676
<groupId>org.slf4j</groupId>
7777
<artifactId>slf4j-api</artifactId>
78-
<version>${slf4j.version}</version>
78+
<version>1.7.32</version>
7979
</dependency>
8080
<dependency>
8181
<groupId>org.slf4j</groupId>
8282
<artifactId>log4j-over-slf4j</artifactId>
83-
<version>${slf4j.version}</version>
83+
<version>1.7.32</version>
8484
<scope>runtime</scope>
8585
</dependency>
8686
<dependency>
8787
<groupId>ch.qos.logback</groupId>
8888
<artifactId>logback-classic</artifactId>
89-
<version>1.1.3</version>
89+
<version>1.2.10</version>
9090
<scope>runtime</scope>
9191
</dependency>
9292
<dependency>

0 commit comments

Comments
 (0)