Copilot commented on code in PR #15:
URL: 
https://github.com/apache/sling-org-apache-sling-auth-form/pull/15#discussion_r3118832248


##########
pom.xml:
##########
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling-bundle-parent</artifactId>
-        <version>62</version>
+        <version>66</version>
         <relativePath />
     </parent>

Review Comment:
   Parent POM bumps can change plugin/dependency management (compiler/OSGi/bnd 
defaults, enforcer rules, etc.) and may break builds at deploy time even though 
this diff is small. Consider validating this upgrade by running the project’s 
full Maven build (including any integration/package validation steps used in 
CI) and, if the repo tracks it, updating any related build documentation/CI 
configuration to reflect new requirements introduced by sling-bundle-parent 66.



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