lhotari commented on code in PR #180: URL: https://github.com/apache/pulsar-client-reactive/pull/180#discussion_r1705569218
########## gradle/libs.versions.toml: ########## @@ -17,24 +17,24 @@ # under the License. # [versions] -assertj = "3.26.0" +assertj = "3.26.3" # @pin caffeine = "2.9.3" checkstyle = "8.45.1" # @pin jackson = "2.14.2" # @pin jctools = "3.3.0" -junit-jupiter = "5.11.0-M2" +junit-jupiter = "5.11.0-RC1" licenser = "0.6.1" log4j = "2.23.1" mockito = "5.12.0" pulsar = "3.2.3" rat-gradle = "0.8.0" -reactor = "3.6.7" +reactor = "3.6.8" slf4j = "2.0.13" -spring-javaformat = "0.0.41" -testcontainers = "1.19.8" +spring-javaformat = "0.0.42" Review Comment: thanks, I reverted back to 0.0.41. Let's change the build JVM to Java 17 for 0.6.0 as we have discussed. -- 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]
