@@ -31,7 +31,7 @@ repositories {
31
31
}
32
32
33
33
dependencies {
34
- implementation "com.github.lhotari:reactive-pulsar-adapter:0.2.0 "
34
+ implementation "com.github.lhotari:reactive-pulsar-adapter:0.2.1 "
35
35
}
36
36
```
37
37
@@ -41,7 +41,7 @@ With Maven:
41
41
<dependency >
42
42
<groupId >com.github.lhotari</groupId >
43
43
<artifactId >reactive-pulsar-adapter</artifactId >
44
- <version >0.2.0 </version >
44
+ <version >0.2.1 </version >
45
45
</dependency >
46
46
</dependencies >
47
47
```
@@ -59,8 +59,8 @@ repositories {
59
59
}
60
60
61
61
dependencies {
62
- implementation "com.github.lhotari:reactive-pulsar-spring-boot-starter:0.2.0 "
63
- testImplementation "com.github.lhotari:reactive-pulsar-spring-test-support:0.2.0 "
62
+ implementation "com.github.lhotari:reactive-pulsar-spring-boot-starter:0.2.1 "
63
+ testImplementation "com.github.lhotari:reactive-pulsar-spring-test-support:0.2.1 "
64
64
}
65
65
```
66
66
@@ -70,12 +70,12 @@ Getting it with Maven:
70
70
<dependency >
71
71
<groupId >com.github.lhotari</groupId >
72
72
<artifactId >reactive-pulsar-spring-boot-starter</artifactId >
73
- <version >0.2.0 </version >
73
+ <version >0.2.1 </version >
74
74
</dependency >
75
75
<dependency >
76
76
<groupId >com.github.lhotari</groupId >
77
77
<artifactId >reactive-pulsar-spring-test-support</artifactId >
78
- <version >0.2.0 </version >
78
+ <version >0.2.1 </version >
79
79
<scope >test</scope >
80
80
</dependency >
81
81
</dependencies >
@@ -121,8 +121,8 @@ is necessary to set the cache on the ReactiveMessageSenderFactory.
121
121
With Gradle:
122
122
``` groovy
123
123
dependencies {
124
- implementation "com.github.lhotari:reactive-pulsar-adapter:0.2.0 "
125
- implementation "com.github.lhotari:reactive-pulsar-caffeine-producer-cache:0.2.0 "
124
+ implementation "com.github.lhotari:reactive-pulsar-adapter:0.2.1 "
125
+ implementation "com.github.lhotari:reactive-pulsar-caffeine-producer-cache:0.2.1 "
126
126
}
127
127
```
128
128
@@ -132,12 +132,12 @@ With Maven:
132
132
<dependency >
133
133
<groupId >com.github.lhotari</groupId >
134
134
<artifactId >reactive-pulsar-adapter</artifactId >
135
- <version >0.2.0 </version >
135
+ <version >0.2.1 </version >
136
136
</dependency >
137
137
<dependency >
138
138
<groupId >com.github.lhotari</groupId >
139
139
<artifactId >reactive-pulsar-caffeine-producer-cache</artifactId >
140
- <version >0.2.0 </version >
140
+ <version >0.2.1 </version >
141
141
</dependency >
142
142
</dependencies >
143
143
```
0 commit comments