gnodet-bot commented on code in PR #26857:
URL: https://github.com/apache/camel/pull/26857#discussion_r4094374121


##########
components/camel-avro-rpc/camel-avro-rpc-spi/pom.xml:
##########
@@ -38,9 +38,9 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.avro</groupId>
-            <artifactId>avro-ipc-jetty</artifactId>
-            <version>${avro-ipc-jetty-version}</version>
+            <artifactId>avro-ipc</artifactId>
+            <version>1.12.2</version>

Review Comment:
   ⚠️ **Use `${avro-version}` instead of a hardcoded literal.**
   
   The parent POM already declares `<avro-version>1.12.2</avro-version>`. 
Hardcoding `1.12.2` here means this module silently diverges on the next Avro 
bump.
   
   ```suggestion
               <version>${avro-version}</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]

Reply via email to