Skip to content

Commit 9660498

Browse files
authored
Update parent and key deps (#149)
Changes: * parent 54 * m-p-p 3.12.0 * guava 33.2.0 * mustache 0.9.13 * commons-compress 1.26.1 * takari-archiver 0.1.31 * jpgp 1.0.11 * asm 9.7
1 parent 11c953b commit 9660498

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>io.takari</groupId>
1616
<artifactId>takari</artifactId>
17-
<version>53</version>
17+
<version>54</version>
1818
</parent>
1919

2020
<groupId>io.takari.maven.plugins</groupId>
@@ -40,8 +40,8 @@
4040
<aetherVersion>1.9.18</aetherVersion>
4141
<sisuVersion>0.9.0.M2</sisuVersion>
4242
<incrementalbuild.version>1.0.1</incrementalbuild.version>
43-
<guava.version>32.1.3-jre</guava.version>
44-
<mavenPluginPluginVersion>3.10.2</mavenPluginPluginVersion>
43+
<guava.version>33.2.0-jre</guava.version>
44+
<mavenPluginPluginVersion>3.12.0</mavenPluginPluginVersion>
4545
<m2eWorkspaceVersion>0.4.0</m2eWorkspaceVersion>
4646
<plexusVersion>3.5.1</plexusVersion>
4747
<pluginTestingVersion>3.0.2</pluginTestingVersion>

takari-lifecycle-plugin/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,18 +166,18 @@
166166
<dependency>
167167
<groupId>com.github.spullara.mustache.java</groupId>
168168
<artifactId>compiler</artifactId>
169-
<version>0.9.11</version>
169+
<version>0.9.13</version>
170170
</dependency>
171171
<!-- JAR -->
172172
<dependency>
173173
<groupId>io.takari</groupId>
174174
<artifactId>takari-archiver</artifactId>
175-
<version>0.1.30</version>
175+
<version>0.1.31</version>
176176
</dependency>
177177
<dependency>
178178
<groupId>org.apache.commons</groupId>
179179
<artifactId>commons-compress</artifactId>
180-
<version>1.26.0</version>
180+
<version>1.26.1</version>
181181
</dependency>
182182
<!-- Dependency -->
183183
<dependency>
@@ -201,7 +201,7 @@
201201
<dependency>
202202
<groupId>io.takari</groupId>
203203
<artifactId>jpgp</artifactId>
204-
<version>1.0.10</version>
204+
<version>1.0.11</version>
205205
</dependency>
206206
<!-- test-properties -->
207207
<dependency>
@@ -273,7 +273,7 @@
273273
<dependency>
274274
<groupId>org.ow2.asm</groupId>
275275
<artifactId>asm</artifactId>
276-
<version>9.6</version>
276+
<version>9.7</version>
277277
<scope>test</scope>
278278
</dependency>
279279
<!-- testing deploy -->

0 commit comments

Comments
 (0)