Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Dec 12, 2023
1 parent 549be6d commit 83b21c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/archetype-resources/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
<!-- Versions -->
#end
#if ( $optionAemVersion != "cloud" )
<core.wcm.components.version>2.23.2</core.wcm.components.version>
<core.wcm.components.version>2.23.4</core.wcm.components.version>
#end
#if( $optionAcsCommons == "y" )
<acs.aem.commons.version>6.2.0</acs.aem.commons.version>
<acs.aem.commons.version>6.3.2</acs.aem.commons.version>
#end

<!-- Enable reproducible builds -->
Expand Down Expand Up @@ -216,7 +216,7 @@
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.testing.aem-mock.junit5</artifactId>
<version>5.4.2</version>
<version>5.4.4</version>
</dependency>
#if ( $optionAemVersion == "6.5" && ($optionAemServicePack=="y" || $optionAemServicePackAPI=="y") )
<dependency>
Expand Down

0 comments on commit 83b21c8

Please sign in to comment.