Skip to content

Commit

Permalink
Update parent and key deps (#149)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cstamas authored May 3, 2024
1 parent 11c953b commit 9660498
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>io.takari</groupId>
<artifactId>takari</artifactId>
<version>53</version>
<version>54</version>
</parent>

<groupId>io.takari.maven.plugins</groupId>
Expand All @@ -40,8 +40,8 @@
<aetherVersion>1.9.18</aetherVersion>
<sisuVersion>0.9.0.M2</sisuVersion>
<incrementalbuild.version>1.0.1</incrementalbuild.version>
<guava.version>32.1.3-jre</guava.version>
<mavenPluginPluginVersion>3.10.2</mavenPluginPluginVersion>
<guava.version>33.2.0-jre</guava.version>
<mavenPluginPluginVersion>3.12.0</mavenPluginPluginVersion>
<m2eWorkspaceVersion>0.4.0</m2eWorkspaceVersion>
<plexusVersion>3.5.1</plexusVersion>
<pluginTestingVersion>3.0.2</pluginTestingVersion>
Expand Down
10 changes: 5 additions & 5 deletions takari-lifecycle-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,18 +166,18 @@
<dependency>
<groupId>com.github.spullara.mustache.java</groupId>
<artifactId>compiler</artifactId>
<version>0.9.11</version>
<version>0.9.13</version>
</dependency>
<!-- JAR -->
<dependency>
<groupId>io.takari</groupId>
<artifactId>takari-archiver</artifactId>
<version>0.1.30</version>
<version>0.1.31</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.26.0</version>
<version>1.26.1</version>
</dependency>
<!-- Dependency -->
<dependency>
Expand All @@ -201,7 +201,7 @@
<dependency>
<groupId>io.takari</groupId>
<artifactId>jpgp</artifactId>
<version>1.0.10</version>
<version>1.0.11</version>
</dependency>
<!-- test-properties -->
<dependency>
Expand Down Expand Up @@ -273,7 +273,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.6</version>
<version>9.7</version>
<scope>test</scope>
</dependency>
<!-- testing deploy -->
Expand Down

0 comments on commit 9660498

Please sign in to comment.