Skip to content

Commit a790960

Browse files
committed
update dependencies
1 parent 85bc8aa commit a790960

File tree

2 files changed

+33
-33
lines changed
  • tooling/conga-aem-maven-plugin/src/it
    • wcmio-archetype-aem65/parent
    • wcmio-archetype-cloud/parent

2 files changed

+33
-33
lines changed

tooling/conga-aem-maven-plugin/src/it/wcmio-archetype-aem65/parent/pom.xml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.wcm.maven</groupId>
77
<artifactId>io.wcm.maven.aem-global-parent</artifactId>
8-
<version>2.1.16</version>
8+
<version>2.1.28</version>
99
<relativePath/>
1010
</parent>
1111

@@ -118,12 +118,12 @@
118118
<dependency>
119119
<groupId>io.wcm</groupId>
120120
<artifactId>io.wcm.caconfig.extensions</artifactId>
121-
<version>1.9.4</version>
121+
<version>1.10.4</version>
122122
</dependency>
123123
<dependency>
124124
<groupId>io.wcm</groupId>
125125
<artifactId>io.wcm.caconfig.editor</artifactId>
126-
<version>1.15.6</version>
126+
<version>1.16.6</version>
127127
</dependency>
128128
<dependency>
129129
<groupId>io.wcm</groupId>
@@ -133,69 +133,69 @@
133133
<dependency>
134134
<groupId>io.wcm</groupId>
135135
<artifactId>io.wcm.sling.models</artifactId>
136-
<version>1.6.0</version>
136+
<version>2.0.0</version>
137137
</dependency>
138138
<dependency>
139139
<groupId>io.wcm</groupId>
140140
<artifactId>io.wcm.wcm.commons</artifactId>
141-
<version>1.10.0</version>
141+
<version>1.11.0</version>
142142
</dependency>
143143
<dependency>
144144
<groupId>io.wcm</groupId>
145145
<artifactId>io.wcm.wcm.parsys</artifactId>
146-
<version>1.7.0</version>
146+
<version>1.7.4</version>
147147
</dependency>
148148
<dependency>
149149
<groupId>io.wcm</groupId>
150150
<artifactId>io.wcm.wcm.ui.granite</artifactId>
151-
<version>1.9.14</version>
151+
<version>1.10.6</version>
152152
</dependency>
153153
<dependency>
154154
<groupId>io.wcm</groupId>
155155
<artifactId>io.wcm.wcm.ui.clientlibs</artifactId>
156-
<version>1.2.2</version>
156+
<version>1.4.0</version>
157157
</dependency>
158158
<dependency>
159159
<groupId>io.wcm</groupId>
160160
<artifactId>io.wcm.handler.commons</artifactId>
161-
<version>1.5.0</version>
161+
<version>2.0.0</version>
162162
</dependency>
163163
<dependency>
164164
<groupId>io.wcm</groupId>
165165
<artifactId>io.wcm.handler.url</artifactId>
166-
<version>1.10.2</version>
166+
<version>2.1.0</version>
167167
</dependency>
168168
<dependency>
169169
<groupId>io.wcm</groupId>
170170
<artifactId>io.wcm.handler.media</artifactId>
171-
<version>1.15.8</version>
171+
<version>2.4.2</version>
172172
</dependency>
173173
<dependency>
174174
<groupId>io.wcm</groupId>
175175
<artifactId>io.wcm.handler.link</artifactId>
176-
<version>1.10.2</version>
176+
<version>2.2.4</version>
177177
</dependency>
178178
<dependency>
179179
<groupId>io.wcm</groupId>
180180
<artifactId>io.wcm.handler.richtext</artifactId>
181-
<version>1.6.4</version>
181+
<version>2.0.0</version>
182182
</dependency>
183183
<dependency>
184184
<groupId>io.wcm</groupId>
185185
<artifactId>io.wcm.wcm.core.components</artifactId>
186-
<version>1.14.0-2.23.2</version>
186+
<version>2.0.6-2.25.4</version>
187187
</dependency>
188188
<dependency>
189189
<groupId>io.wcm.devops.conga.definitions</groupId>
190190
<artifactId>io.wcm.devops.conga.definitions.aem</artifactId>
191-
<version>2.0.2</version>
191+
<version>2.0.8</version>
192192
</dependency>
193193

194194
<!-- wcm.io Testing -->
195195
<dependency>
196196
<groupId>io.wcm</groupId>
197197
<artifactId>io.wcm.testing.aem-mock.junit5</artifactId>
198-
<version>5.4.0</version>
198+
<version>5.6.10</version>
199199
</dependency>
200200
<dependency>
201201
<groupId>org.apache.sling</groupId>
@@ -230,7 +230,7 @@
230230
<dependency>
231231
<groupId>io.wcm</groupId>
232232
<artifactId>io.wcm.testing.wcm-io-mock.handler</artifactId>
233-
<version>1.4.0</version>
233+
<version>2.0.0</version>
234234
</dependency>
235235

236236
<!-- AEM dependencies -->

tooling/conga-aem-maven-plugin/src/it/wcmio-archetype-cloud/parent/pom.xml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@
8383
<dependency>
8484
<groupId>io.wcm</groupId>
8585
<artifactId>io.wcm.caconfig.extensions</artifactId>
86-
<version>1.9.4</version>
86+
<version>1.10.4</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>io.wcm</groupId>
9090
<artifactId>io.wcm.caconfig.editor</artifactId>
91-
<version>1.15.6</version>
91+
<version>1.16.6</version>
9292
</dependency>
9393
<dependency>
9494
<groupId>io.wcm</groupId>
@@ -98,69 +98,69 @@
9898
<dependency>
9999
<groupId>io.wcm</groupId>
100100
<artifactId>io.wcm.sling.models</artifactId>
101-
<version>1.6.0</version>
101+
<version>2.0.0</version>
102102
</dependency>
103103
<dependency>
104104
<groupId>io.wcm</groupId>
105105
<artifactId>io.wcm.wcm.commons</artifactId>
106-
<version>1.10.0</version>
106+
<version>1.11.0</version>
107107
</dependency>
108108
<dependency>
109109
<groupId>io.wcm</groupId>
110110
<artifactId>io.wcm.wcm.parsys</artifactId>
111-
<version>1.7.0</version>
111+
<version>1.7.4</version>
112112
</dependency>
113113
<dependency>
114114
<groupId>io.wcm</groupId>
115115
<artifactId>io.wcm.wcm.ui.granite</artifactId>
116-
<version>1.9.14</version>
116+
<version>1.10.6</version>
117117
</dependency>
118118
<dependency>
119119
<groupId>io.wcm</groupId>
120120
<artifactId>io.wcm.wcm.ui.clientlibs</artifactId>
121-
<version>1.2.2</version>
121+
<version>1.4.0</version>
122122
</dependency>
123123
<dependency>
124124
<groupId>io.wcm</groupId>
125125
<artifactId>io.wcm.handler.commons</artifactId>
126-
<version>1.5.0</version>
126+
<version>2.0.0</version>
127127
</dependency>
128128
<dependency>
129129
<groupId>io.wcm</groupId>
130130
<artifactId>io.wcm.handler.url</artifactId>
131-
<version>1.10.2</version>
131+
<version>2.1.0</version>
132132
</dependency>
133133
<dependency>
134134
<groupId>io.wcm</groupId>
135135
<artifactId>io.wcm.handler.media</artifactId>
136-
<version>1.15.8</version>
136+
<version>2.4.2</version>
137137
</dependency>
138138
<dependency>
139139
<groupId>io.wcm</groupId>
140140
<artifactId>io.wcm.handler.link</artifactId>
141-
<version>1.10.2</version>
141+
<version>2.2.4</version>
142142
</dependency>
143143
<dependency>
144144
<groupId>io.wcm</groupId>
145145
<artifactId>io.wcm.handler.richtext</artifactId>
146-
<version>1.6.4</version>
146+
<version>2.0.0</version>
147147
</dependency>
148148
<dependency>
149149
<groupId>io.wcm</groupId>
150150
<artifactId>io.wcm.wcm.core.components</artifactId>
151-
<version>1.14.0-2.23.2</version>
151+
<version>2.0.6-2.25.4</version>
152152
</dependency>
153153
<dependency>
154154
<groupId>io.wcm.devops.conga.definitions</groupId>
155155
<artifactId>io.wcm.devops.conga.definitions.aem</artifactId>
156-
<version>2.0.2</version>
156+
<version>2.0.8</version>
157157
</dependency>
158158

159159
<!-- wcm.io Testing -->
160160
<dependency>
161161
<groupId>io.wcm</groupId>
162162
<artifactId>io.wcm.testing.aem-mock.junit5</artifactId>
163-
<version>5.4.0</version>
163+
<version>5.6.10</version>
164164
</dependency>
165165
<dependency>
166166
<groupId>org.apache.sling</groupId>
@@ -190,7 +190,7 @@
190190
<dependency>
191191
<groupId>io.wcm</groupId>
192192
<artifactId>io.wcm.testing.wcm-io-mock.handler</artifactId>
193-
<version>1.4.0</version>
193+
<version>2.0.0</version>
194194
</dependency>
195195

196196
<!-- AEM dependencies -->

0 commit comments

Comments
 (0)