Skip to content

Commit 4412320

Browse files
committed
Updates, parent and deps
1 parent e1f7c63 commit 4412320

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

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>54</version>
17+
<version>55</version>
1818
</parent>
1919

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

3838
<properties>
39-
<mavenVersion>3.9.6</mavenVersion>
40-
<aetherVersion>1.9.18</aetherVersion>
41-
<sisuVersion>0.9.0.M2</sisuVersion>
39+
<mavenVersion>3.9.8</mavenVersion>
40+
<aetherVersion>1.9.20</aetherVersion>
41+
<sisuVersion>0.9.0.M3</sisuVersion>
4242
<incrementalbuild.version>1.0.2</incrementalbuild.version>
43-
<guava.version>33.2.0-jre</guava.version>
44-
<mavenPluginPluginVersion>3.13.0</mavenPluginPluginVersion>
43+
<guava.version>33.2.1-jre</guava.version>
44+
<mavenPluginPluginVersion>3.13.1</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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
<dependency>
178178
<groupId>org.apache.commons</groupId>
179179
<artifactId>commons-compress</artifactId>
180-
<version>1.26.1</version>
180+
<version>1.26.2</version>
181181
</dependency>
182182
<!-- Dependency -->
183183
<dependency>
@@ -238,7 +238,7 @@
238238
<dependency>
239239
<groupId>org.assertj</groupId>
240240
<artifactId>assertj-core</artifactId>
241-
<version>3.25.3</version>
241+
<version>3.26.0</version>
242242
<scope>test</scope>
243243
</dependency>
244244
<dependency>

0 commit comments

Comments
 (0)