File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 4
4
<groupId >ai.superstream</groupId >
5
5
<artifactId >superstream-clients</artifactId >
6
6
<name >Superstream Kafka Client Optimizer</name >
7
- <version >1.0.8 </version >
7
+ <version >1.0.9 </version >
8
8
<description >A Java library that dynamically optimizes Kafka client configuration based on recommendations</description >
9
9
<url >https://github.com/superstreamlabs/superstream-clients-java</url >
10
10
<developers >
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >ai.superstream</groupId >
8
8
<artifactId >superstream-clients</artifactId >
9
- <version >1.0.8 </version >
9
+ <version >1.0.9 </version >
10
10
<packaging >jar</packaging >
11
11
12
12
<name >Superstream Kafka Client Optimizer</name >
92
92
</exclusions >
93
93
</dependency >
94
94
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
+
95
108
<!-- ByteBuddy for bytecode manipulation -->
96
109
<dependency >
97
110
<groupId >net.bytebuddy</groupId >
You can’t perform that action at this time.
0 commit comments