Skip to content

Commit

Permalink
Updates (#174)
Browse files Browse the repository at this point in the history
* parent POM
* deps
  • Loading branch information
cstamas authored Aug 25, 2024
1 parent c70c9f6 commit a01e642
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# under the License.
wrapperVersion=3.3.2
distributionType=only-script
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
12 changes: 6 additions & 6 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>55</version>
<version>56</version>
</parent>

<groupId>io.takari.maven.plugins</groupId>
Expand All @@ -36,17 +36,17 @@
</scm>

<properties>
<mavenVersion>3.9.8</mavenVersion>
<aetherVersion>1.9.20</aetherVersion>
<mavenVersion>3.9.9</mavenVersion>
<aetherVersion>1.9.22</aetherVersion>
<sisuVersion>0.9.0.M3</sisuVersion>
<incrementalbuild.version>1.0.2</incrementalbuild.version>
<guava.version>33.2.1-jre</guava.version>
<guava.version>33.3.0-jre</guava.version>
<mavenPluginPluginVersion>3.13.1</mavenPluginPluginVersion>
<m2eWorkspaceVersion>0.4.0</m2eWorkspaceVersion>
<plexusVersion>3.5.1</plexusVersion>
<pluginTestingVersion>3.0.2</pluginTestingVersion>
<pluginTestingVersion>3.0.4</pluginTestingVersion>

<takari.lifecycleVersion>2.1.5</takari.lifecycleVersion>
<takari.lifecycleVersion>2.1.6</takari.lifecycleVersion>
</properties>

<build>
Expand Down
14 changes: 4 additions & 10 deletions takari-lifecycle-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,12 @@
<dependency>
<groupId>io.takari</groupId>
<artifactId>takari-archiver</artifactId>
<version>0.1.31</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.26.2</version>
<version>1.27.1</version>
</dependency>
<!-- Dependency -->
<dependency>
Expand All @@ -201,7 +201,7 @@
<dependency>
<groupId>io.takari</groupId>
<artifactId>jpgp</artifactId>
<version>1.0.12</version>
<version>1.0.13</version>
</dependency>
<!-- test-properties -->
<dependency>
Expand All @@ -220,13 +220,7 @@
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<version>2.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>2.2</version>
<version>3.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit a01e642

Please sign in to comment.