onobc commented on code in PR #152:
URL:
https://github.com/apache/pulsar-client-reactive/pull/152#discussion_r1445368519
##########
pulsar-client-reactive-adapter/src/intTest/java/org/apache/pulsar/reactive/client/adapter/SingletonPulsarContainer.java:
##########
@@ -45,7 +45,7 @@ static PulsarClient createPulsarClient() throws
PulsarClientException {
}
static DockerImageName getPulsarImage() {
- return DockerImageName.parse("apachepulsar/pulsar:3.1.1");
+ return DockerImageName.parse("apachepulsar/pulsar:3.1.2");
Review Comment:
I am looking at ways to use the version in `lib.versions.toml` - but for now
just keeping this manually in sync w/ the version.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]