Skip to content

Commit e14af9e

Browse files
Upgrade logback-core to 1.3.16
1 parent 8b4251e commit e14af9e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.facebook.airlift</groupId>
77
<artifactId>airbase</artifactId>
8-
<version>108</version>
8+
<version>107</version>
99
</parent>
1010

1111
<groupId>com.facebook.presto</groupId>
@@ -2751,6 +2751,12 @@
27512751
<artifactId>scala-library</artifactId>
27522752
<version>${scala.version}</version>
27532753
</dependency>
2754+
2755+
<dependency>
2756+
<groupId>ch.qos.logback</groupId>
2757+
<artifactId>logback-core</artifactId>
2758+
<version>1.3.16</version>
2759+
</dependency>
27542760
</dependencies>
27552761
</dependencyManagement>
27562762

0 commit comments

Comments
 (0)