Skip to content

Commit 00062f9

Browse files
authored
Bump/springwolf 0.14.0 (#52)
* docs: Update to springwolf 0.14.0
1 parent cc0ddd5 commit 00062f9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dependencies {
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
}

docs/snippets/_springwolf_maven.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
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>

0 commit comments

Comments
 (0)