File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
springwolf-examples/springwolf-kafka-example
springwolf-plugins/springwolf-kafka-plugin Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77}
88
99sourceCompatibility = ' 1.8'
10- version ' 0.7 .0'
10+ version ' 0.8 .0'
1111
1212
1313repositories {
@@ -24,7 +24,7 @@ repositories {
2424dependencies {
2525 implementation project(" :springwolf-plugins:springwolf-kafka-plugin" )
2626 implementation project(" :springwolf-add-ons:springwolf-common-model-converters" )
27- runtimeOnly ' io.github.springwolf:springwolf-ui:0.4 .0'
27+ runtimeOnly ' io.github.springwolf:springwolf-ui:0.5 .0'
2828
2929 implementation ' org.springframework.boot:spring-boot-starter-web'
3030 implementation ' org.springframework.kafka:spring-kafka'
Original file line number Diff line number Diff line change 11version : ' 3'
22services :
33 app :
4- image : stavshamir/springwolf-kafka-example:0.7 .0
4+ image : stavshamir/springwolf-kafka-example:0.8 .0
55 links :
66 - kafka
77 environment :
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Add the following dependencies and configuration class to enable this plugin.
2626``` groovy
2727dependencies {
2828 // Provides the documentation API
29- implementation 'io.github.springwolf:springwolf-kafka:0.7 .0'
29+ implementation 'io.github.springwolf:springwolf-kafka:0.8 .0'
3030
3131 // Provides the UI - optional (recommended)
3232 runtimeOnly 'io.github.springwolf:springwolf-ui:0.4.0'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99}
1010
1111group ' io.github.springwolf'
12- version ' 0.7 .0'
12+ version ' 0.8 .0'
1313sourceCompatibility = 1.8
1414
1515repositories {
You can’t perform that action at this time.
0 commit comments