|
25 | 25 | <parent> |
26 | 26 | <groupId>io.wcm.devops</groupId> |
27 | 27 | <artifactId>io.wcm.devops.parent_toplevel</artifactId> |
28 | | - <version>1.2.8</version> |
| 28 | + <version>1.2.10</version> |
29 | 29 | <relativePath /> |
30 | 30 | </parent> |
31 | 31 |
|
32 | 32 | <groupId>io.wcm.devops.conga.plugins</groupId> |
33 | 33 | <artifactId>io.wcm.devops.conga.plugins.aem.parent</artifactId> |
34 | | - <version>2.16.0</version> |
| 34 | + <version>2.16.2</version> |
35 | 35 | <packaging>pom</packaging> |
36 | 36 |
|
37 | 37 | <name>CONGA AEM Plugin</name> |
|
47 | 47 | <dependency> |
48 | 48 | <groupId>io.wcm.devops.conga</groupId> |
49 | 49 | <artifactId>io.wcm.devops.conga.generator</artifactId> |
50 | | - <version>1.13.0</version> |
| 50 | + <version>1.14.4</version> |
51 | 51 | </dependency> |
52 | 52 | <dependency> |
53 | 53 | <groupId>io.wcm.devops.conga</groupId> |
54 | 54 | <artifactId>conga-maven-plugin</artifactId> |
55 | | - <version>1.13.0</version> |
| 55 | + <version>1.14.4</version> |
56 | 56 | </dependency> |
57 | 57 |
|
58 | 58 | <dependency> |
|
75 | 75 | <dependency> |
76 | 76 | <groupId>io.wcm.tooling.commons</groupId> |
77 | 77 | <artifactId>io.wcm.tooling.commons.crx-packmgr-helper</artifactId> |
78 | | - <version>2.0.0</version> |
| 78 | + <version>2.0.2</version> |
79 | 79 | </dependency> |
80 | 80 |
|
81 | 81 | <dependency> |
82 | 82 | <groupId>com.google.guava</groupId> |
83 | 83 | <artifactId>guava</artifactId> |
84 | | - <version>30.1.1-jre</version> |
| 84 | + <version>31.0.1-jre</version> |
85 | 85 | </dependency> |
86 | 86 |
|
87 | 87 | <dependency> |
|
109 | 109 | <dependency> |
110 | 110 | <groupId>commons-cli</groupId> |
111 | 111 | <artifactId>commons-cli</artifactId> |
112 | | - <version>1.4</version> |
| 112 | + <version>1.5.0</version> |
113 | 113 | </dependency> |
114 | 114 | <dependency> |
115 | 115 | <groupId>org.apache.commons</groupId> |
|
119 | 119 | <dependency> |
120 | 120 | <groupId>commons-io</groupId> |
121 | 121 | <artifactId>commons-io</artifactId> |
122 | | - <version>2.8.0</version> |
| 122 | + <version>2.11.0</version> |
123 | 123 | </dependency> |
124 | 124 |
|
125 | 125 | <dependency> |
|
170 | 170 | <dependency> |
171 | 171 | <groupId>org.xmlunit</groupId> |
172 | 172 | <artifactId>xmlunit-core</artifactId> |
173 | | - <version>2.7.0</version> |
| 173 | + <version>2.8.3</version> |
174 | 174 | </dependency> |
175 | 175 | <dependency> |
176 | 176 | <groupId>org.zeroturnaround</groupId> |
|
0 commit comments