Skip to content

Commit

Permalink
Merge branch 'develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
deepprakash345 authored Aug 1, 2024
2 parents ad1ce29 + 44552bc commit 298e209
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/archetype/it.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.adobe.cq</groupId>
<artifactId>aem-cloud-testing-clients</artifactId>
<version>1.2.3</version>
<version>1.2.6</version>
</dependency>
#elseif ($aemVersion.startsWith("6.5"))
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/main/archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
#end
<core.wcm.components.version>2.25.4</core.wcm.components.version>
#if ( $includeCif == "y" )
<core.cif.components.version>2.12.6</core.cif.components.version>
<core.cif.components.version>2.14.0</core.cif.components.version>
<magento.graphql.version>9.1.0-magento242ee</magento.graphql.version>
<aem.cif.sdk.api>2022.08.02.00</aem.cif.sdk.api>
#end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
jcr:primaryType="nt:unstructured"
jcr:title="I agree to the terms &amp; conditions"
sling:resourceType="${appId}/components/adaptiveForm/checkbox"
required="true"
enabled="false"
checkedValue="true"
fieldType="checkbox">
Expand Down

0 comments on commit 298e209

Please sign in to comment.