|
25 | 25 | <parent> |
26 | 26 | <groupId>io.wcm.devops</groupId> |
27 | 27 | <artifactId>io.wcm.devops.parent_toplevel</artifactId> |
28 | | - <version>1.1.0</version> |
| 28 | + <version>1.1.4</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</artifactId> |
34 | | - <version>1.8.12</version> |
| 34 | + <version>1.8.14</version> |
35 | 35 | <packaging>jar</packaging> |
36 | 36 |
|
37 | 37 | <name>CONGA AEM Plugin</name> |
|
53 | 53 | <dependency> |
54 | 54 | <groupId>io.wcm.devops.conga</groupId> |
55 | 55 | <artifactId>io.wcm.devops.conga.generator</artifactId> |
56 | | - <version>1.9.2</version> |
| 56 | + <version>1.11.0</version> |
57 | 57 | <scope>compile</scope> |
58 | 58 | </dependency> |
59 | 59 |
|
60 | 60 | <dependency> |
61 | 61 | <groupId>io.wcm.devops.conga.plugins</groupId> |
62 | 62 | <artifactId>io.wcm.devops.conga.plugins.sling</artifactId> |
63 | | - <version>1.2.4</version> |
| 63 | + <version>1.2.6</version> |
64 | 64 | <scope>compile</scope> |
65 | 65 | </dependency> |
66 | 66 |
|
67 | 67 | <dependency> |
68 | 68 | <groupId>io.wcm.tooling.commons</groupId> |
69 | 69 | <artifactId>io.wcm.tooling.commons.content-package-builder</artifactId> |
70 | | - <version>1.4.0</version> |
| 70 | + <version>1.4.2</version> |
71 | 71 | <scope>compile</scope> |
72 | 72 | </dependency> |
73 | 73 | <dependency> |
74 | 74 | <groupId>io.wcm.tooling.commons</groupId> |
75 | 75 | <artifactId>io.wcm.tooling.commons.crx-packmgr-helper</artifactId> |
76 | | - <version>1.5.8</version> |
| 76 | + <version>1.5.10</version> |
77 | 77 | <scope>compile</scope> |
78 | 78 | </dependency> |
79 | 79 |
|
80 | | - <dependency> |
81 | | - <groupId>org.apache.commons</groupId> |
82 | | - <artifactId>commons-lang3</artifactId> |
83 | | - <version>3.7</version> |
84 | | - <scope>compile</scope> |
85 | | - </dependency> |
86 | 80 | <dependency> |
87 | 81 | <groupId>com.day.commons</groupId> |
88 | 82 | <artifactId>day-commons-any</artifactId> |
|
99 | 93 | <dependency> |
100 | 94 | <groupId>org.apache.commons</groupId> |
101 | 95 | <artifactId>commons-compress</artifactId> |
102 | | - <version>1.16.1</version> |
| 96 | + <version>1.18</version> |
103 | 97 | <scope>compile</scope> |
104 | 98 | </dependency> |
105 | 99 |
|
106 | 100 | <dependency> |
107 | 101 | <groupId>org.apache.sling</groupId> |
108 | 102 | <artifactId>org.apache.sling.jcr.contentparser</artifactId> |
109 | | - <version>1.2.4</version> |
| 103 | + <version>1.2.6</version> |
110 | 104 | <scope>compile</scope> |
111 | 105 | <exclusions> |
112 | 106 | <exclusion> |
|
149 | 143 | <dependency> |
150 | 144 | <groupId>org.xmlunit</groupId> |
151 | 145 | <artifactId>xmlunit-core</artifactId> |
152 | | - <version>2.6.0</version> |
| 146 | + <version>2.6.2</version> |
153 | 147 | <scope>test</scope> |
154 | 148 | </dependency> |
155 | 149 | <dependency> |
156 | 150 | <groupId>org.xmlunit</groupId> |
157 | 151 | <artifactId>xmlunit-legacy</artifactId> |
158 | | - <version>2.6.0</version> |
| 152 | + <version>2.6.2</version> |
159 | 153 | <scope>test</scope> |
160 | 154 | </dependency> |
161 | 155 | <dependency> |
162 | 156 | <groupId>org.zeroturnaround</groupId> |
163 | 157 | <artifactId>zt-zip</artifactId> |
164 | | - <version>1.12</version> |
| 158 | + <version>1.13</version> |
165 | 159 | <scope>test</scope> |
166 | 160 | </dependency> |
167 | 161 |
|
|
0 commit comments