Skip to content

Commit c972e77

Browse files
fix of logback issue
1 parent 55c8f4f commit c972e77

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

superstream-clients/dependency-reduced-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>ai.superstream</groupId>
55
<artifactId>superstream-clients</artifactId>
66
<name>Superstream Kafka Client Optimizer</name>
7-
<version>1.0.8</version>
7+
<version>1.0.9</version>
88
<description>A Java library that dynamically optimizes Kafka client configuration based on recommendations</description>
99
<url>https://github.com/superstreamlabs/superstream-clients-java</url>
1010
<developers>

superstream-clients/pom.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>ai.superstream</groupId>
88
<artifactId>superstream-clients</artifactId>
9-
<version>1.0.8</version>
9+
<version>1.0.9</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Superstream Kafka Client Optimizer</name>
@@ -92,6 +92,19 @@
9292
</exclusions>
9393
</dependency>
9494

95+
<!-- SLF4J API -->
96+
<dependency>
97+
<groupId>org.slf4j</groupId>
98+
<artifactId>slf4j-api</artifactId>
99+
<version>2.0.11</version>
100+
</dependency>
101+
102+
<dependency>
103+
<groupId>ch.qos.logback</groupId>
104+
<artifactId>logback-classic</artifactId>
105+
<version>1.4.14</version>
106+
</dependency>
107+
95108
<!-- ByteBuddy for bytecode manipulation -->
96109
<dependency>
97110
<groupId>net.bytebuddy</groupId>

0 commit comments

Comments
 (0)