Skip to content

Commit 0900ed8

Browse files
committed
update CONGA dependency
1 parent 3c3110d commit 0900ed8

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@
5757
<plugin>
5858
<groupId>io.wcm.devops.conga</groupId>
5959
<artifactId>conga-maven-plugin</artifactId>
60-
<version>1.13.0</version>
60+
<version>1.14.3-SNAPSHOT</version>
6161
<extensions>true</extensions>
6262
<dependencies>
6363

6464
<!-- Activate further CONGA plugins for special file types -->
6565
<dependency>
6666
<groupId>io.wcm.devops.conga.plugins</groupId>
6767
<artifactId>io.wcm.devops.conga.plugins.aem</artifactId>
68-
<version>2.15.1-SNAPSHOT</version>
68+
<version>2.16.1-SNAPSHOT</version>
6969
</dependency>
7070

7171
</dependencies>

parent/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747
<dependency>
4848
<groupId>io.wcm.devops.conga</groupId>
4949
<artifactId>io.wcm.devops.conga.generator</artifactId>
50-
<version>1.13.0</version>
50+
<version>1.14.3-SNAPSHOT</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>io.wcm.devops.conga</groupId>
5454
<artifactId>conga-maven-plugin</artifactId>
55-
<version>1.13.0</version>
55+
<version>1.14.3-SNAPSHOT</version>
5656
</dependency>
5757

5858
<dependency>
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>com.google.guava</groupId>
8383
<artifactId>guava</artifactId>
84-
<version>30.1.1-jre</version>
84+
<version>31.0.1-jre</version>
8585
</dependency>
8686

8787
<dependency>
@@ -109,7 +109,7 @@
109109
<dependency>
110110
<groupId>commons-cli</groupId>
111111
<artifactId>commons-cli</artifactId>
112-
<version>1.4</version>
112+
<version>1.5.0</version>
113113
</dependency>
114114
<dependency>
115115
<groupId>org.apache.commons</groupId>
@@ -119,7 +119,7 @@
119119
<dependency>
120120
<groupId>commons-io</groupId>
121121
<artifactId>commons-io</artifactId>
122-
<version>2.8.0</version>
122+
<version>2.11.0</version>
123123
</dependency>
124124

125125
<dependency>
@@ -170,7 +170,7 @@
170170
<dependency>
171171
<groupId>org.xmlunit</groupId>
172172
<artifactId>xmlunit-core</artifactId>
173-
<version>2.7.0</version>
173+
<version>2.8.3</version>
174174
</dependency>
175175
<dependency>
176176
<groupId>org.zeroturnaround</groupId>

0 commit comments

Comments
 (0)