File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11dependencies {
22 // Provides the documentation API
3- implementation 'io.github.springwolf:springwolf-kafka:0.13 .0'
3+ implementation 'io.github.springwolf:springwolf-kafka:0.14 .0'
44
55 // Provides the UI - optional (recommended)
6- runtimeOnly 'io.github.springwolf:springwolf-ui:0.13 .0'
6+ runtimeOnly 'io.github.springwolf:springwolf-ui:0.14 .0'
77}
Original file line number Diff line number Diff line change 33 <dependency>
44 <groupId>io.github.springwolf</groupId>
55 <artifactId>springwolf-kafka</artifactId>
6- <version>0.13 .0</version>
6+ <version>0.14 .0</version>
77 </dependency>
88 <!-- Provides the UI - optional (recommended) -->
99 <dependency>
1010 <groupId>io.github.springwolf</groupId>
1111 <artifactId>springwolf-ui</artifactId>
12- <version>0.13 .0</version>
12+ <version>0.14 .0</version>
1313 </dependency>
1414</dependencies >
You can’t perform that action at this time.
0 commit comments