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 a1e9060 commit 798e19b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/archetype-resources/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.wcm.parsys</artifactId>
<version>1.7.0</version>
<version>1.7.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
Expand All @@ -188,7 +188,7 @@
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.handler.media</artifactId>
<version>1.15.8</version>
<version>1.15.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
Expand All @@ -198,7 +198,7 @@
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.handler.richtext</artifactId>
<version>1.6.4</version>
<version>1.6.5-SNAPSHOT</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.0</version>
<version>1.4.1-SNAPSHOT</version>
</dependency>
#end

Expand Down

0 comments on commit 798e19b

Please sign in to comment.