ppalaga commented on code in PR #6500:
URL: https://github.com/apache/camel-quarkus/pull/6500#discussion_r1768157947


##########
poms/bom-test/pom.xml:
##########
@@ -81,9 +81,9 @@
                 <version>${quarkiverse-micrometer.version}</version>
             </dependency>
             <dependency>
-                <groupId>me.escoffier.certs</groupId>
-                <artifactId>certificate-generator-junit5</artifactId>
-                <version>${certificate.generator.version}</version>
+                <groupId>io.smallrye.certs</groupId>
+                <artifactId>smallrye-certificate-generator-junit5</artifactId>
+                
<version>${smallrye-certificate-generator-junit5.version}</version>

Review Comment:
   Could you please add a comment to remove this once 
https://github.com/quarkusio/quarkus/pull/43393 reaches us?



##########
pom.xml:
##########
@@ -172,7 +172,7 @@
         <zstd-jni.version>1.5.6-3</zstd-jni.version><!-- @sync 
org.apache.kafka:kafka-clients:${kafka.version} dep:com.github.luben:zstd-jni 
-->
 
         <!-- Test dependency versions (keep sorted alphabetically) -->
-        <certificate.generator.version>0.7.1</certificate.generator.version>
+        
<smallrye-certificate-generator-junit5.version>0.8.1</smallrye-certificate-generator-junit5.version>

Review Comment:
   ```suggestion
           
<smallrye-certificate-generator-junit5.version>0.8.1</smallrye-certificate-generator-junit5.version><!--
 @sync io.quarkus:quarkus-bom:${quarkus.version} 
dep:io.smallrye.certs:smallrye-certificate-generator -->
   ```
   To be sure to stay in sync with Quarkus BOM. See also 
https://github.com/quarkusio/quarkus/pull/43393



-- 
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]

Reply via email to