Skip to content

Commit 64d5ab9

Browse files
committed
Update springwolf-kafka and springwolf-amqp versions
1 parent 87fac95 commit 64d5ab9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/quickstart.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ Add the following dependencies:
1414
```groovy
1515
dependencies {
1616
// Provides the documentation API
17-
implementation 'io.github.springwolf:springwolf-kafka:0.6.1'
17+
implementation 'io.github.springwolf:springwolf-kafka:0.8.0'
1818
1919
// Provides the UI - optional (recommended)
20-
runtimeOnly 'io.github.springwolf:springwolf-ui:0.4.0'
20+
runtimeOnly 'io.github.springwolf:springwolf-ui:0.5.0'
2121
}
2222
```
2323
### [Maven](#tab/maven-dependencies)
@@ -27,13 +27,13 @@ dependencies {
2727
<dependency>
2828
<groupId>io.github.springwolf</groupId>
2929
<artifactId>springwolf-kafka</artifactId>
30-
<version>0.6.1</version>
30+
<version>0.8.0</version>
3131
</dependency>
3232
<!-- Provides the UI - optional (recommended) -->
3333
<dependency>
3434
<groupId>io.github.springwolf</groupId>
3535
<artifactId>springwolf-ui</artifactId>
36-
<version>0.4.0</version>
36+
<version>0.5.0</version>
3737
</dependency>
3838
</dependencies>
3939
```

docs/supported-protocols.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ sidebar_position: 5
66

77
| Protocol | Annotation | Example Project | Latest Plugin Version |
88
| --------------- | --------------------------------- | --------------------------------- | --------------------- |
9-
| Kafka | `@KafkaListener`, `@KafkaHandler` | [springwolf-kafka-example][kafka] | 0.6.1 |
10-
| AMQP (RabbitMQ) | `@RabbitListener` | [springwolf-amqp-example][amqp] | 0.3.1 |
9+
| Kafka | `@KafkaListener`, `@KafkaHandler` | [springwolf-kafka-example][kafka] | 0.8.0 |
10+
| AMQP (RabbitMQ) | `@RabbitListener` | [springwolf-amqp-example][amqp] | 0.4.0 |
1111

1212
Please [open an issue](https://github.com/springwolf/springwolf-core/issues/new) if you want a protocol to be supported.
1313

0 commit comments

Comments
 (0)