Skip to content

Commit a01e642

Browse files
authored
Updates (#174)
* parent POM * deps
1 parent c70c9f6 commit a01e642

3 files changed

Lines changed: 11 additions & 17 deletions

File tree

.mvn/wrapper/maven-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
# under the License.
1717
wrapperVersion=3.3.2
1818
distributionType=only-script
19-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip
19+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip

pom.xml

Lines changed: 6 additions & 6 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>55</version>
17+
<version>56</version>
1818
</parent>
1919

2020
<groupId>io.takari.maven.plugins</groupId>
@@ -36,17 +36,17 @@
3636
</scm>
3737

3838
<properties>
39-
<mavenVersion>3.9.8</mavenVersion>
40-
<aetherVersion>1.9.20</aetherVersion>
39+
<mavenVersion>3.9.9</mavenVersion>
40+
<aetherVersion>1.9.22</aetherVersion>
4141
<sisuVersion>0.9.0.M3</sisuVersion>
4242
<incrementalbuild.version>1.0.2</incrementalbuild.version>
43-
<guava.version>33.2.1-jre</guava.version>
43+
<guava.version>33.3.0-jre</guava.version>
4444
<mavenPluginPluginVersion>3.13.1</mavenPluginPluginVersion>
4545
<m2eWorkspaceVersion>0.4.0</m2eWorkspaceVersion>
4646
<plexusVersion>3.5.1</plexusVersion>
47-
<pluginTestingVersion>3.0.2</pluginTestingVersion>
47+
<pluginTestingVersion>3.0.4</pluginTestingVersion>
4848

49-
<takari.lifecycleVersion>2.1.5</takari.lifecycleVersion>
49+
<takari.lifecycleVersion>2.1.6</takari.lifecycleVersion>
5050
</properties>
5151

5252
<build>

takari-lifecycle-plugin/pom.xml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -172,12 +172,12 @@
172172
<dependency>
173173
<groupId>io.takari</groupId>
174174
<artifactId>takari-archiver</artifactId>
175-
<version>0.1.31</version>
175+
<version>1.0.0</version>
176176
</dependency>
177177
<dependency>
178178
<groupId>org.apache.commons</groupId>
179179
<artifactId>commons-compress</artifactId>
180-
<version>1.26.2</version>
180+
<version>1.27.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.12</version>
204+
<version>1.0.13</version>
205205
</dependency>
206206
<!-- test-properties -->
207207
<dependency>
@@ -220,13 +220,7 @@
220220
<dependency>
221221
<groupId>org.hamcrest</groupId>
222222
<artifactId>hamcrest</artifactId>
223-
<version>2.2</version>
224-
<scope>test</scope>
225-
</dependency>
226-
<dependency>
227-
<groupId>org.hamcrest</groupId>
228-
<artifactId>hamcrest-core</artifactId>
229-
<version>2.2</version>
223+
<version>3.0</version>
230224
<scope>test</scope>
231225
</dependency>
232226
<dependency>

0 commit comments

Comments
 (0)