Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Dec 18, 2023
1 parent 798e19b commit dbb25dc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/main/resources/archetype-resources/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.wcm.maven</groupId>
<artifactId>io.wcm.maven.aem-global-parent</artifactId>
<version>2.1.12</version>
<version>2.1.14</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -163,7 +163,7 @@
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.wcm.parsys</artifactId>
<version>1.7.1-SNAPSHOT</version>
<version>1.7.2</version>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
Expand All @@ -188,17 +188,17 @@
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.handler.media</artifactId>
<version>1.15.9-SNAPSHOT</version>
<version>1.16.0</version>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.handler.link</artifactId>
<version>1.10.2</version>
<version>1.10.4</version>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.handler.richtext</artifactId>
<version>1.6.5-SNAPSHOT</version>
<version>1.6.6</version>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
Expand Down Expand Up @@ -264,7 +264,7 @@
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.testing.wcm-io-mock.handler</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.5.0</version>
</dependency>
#end

Expand Down

0 comments on commit dbb25dc

Please sign in to comment.