Skip to content

Commit

Permalink
Updates (#64)
Browse files Browse the repository at this point in the history
Update most key dependencies.
  • Loading branch information
cstamas committed Feb 27, 2024
1 parent 21dec31 commit c552dd9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
23 changes: 11 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
</modules>

<properties>
<mavenVersion>3.6.3</mavenVersion>
<sisuVersion>0.3.5</sisuVersion>
<sisuGuiceVersion>4.2.0</sisuGuiceVersion>
<aetherVersion>1.6.3</aetherVersion>
<mavenVersion>3.9.6</mavenVersion>
<sisuVersion>0.9.0.M2</sisuVersion>
<sisuGuiceVersion>6.0.0</sisuGuiceVersion>
<aetherVersion>1.9.18</aetherVersion>
<slf4jVersion>1.7.36</slf4jVersion>
</properties>

Expand All @@ -46,14 +46,14 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.9.1</version>
<version>5.10.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
</dependency>

<!-- unit testing -->
Expand Down Expand Up @@ -108,22 +108,21 @@
<version>${sisuVersion}</version>
</dependency>
<dependency>
<groupId>org.sonatype.sisu</groupId>
<artifactId>sisu-guice</artifactId>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>${sisuGuiceVersion}</version>
<classifier>no_aop</classifier>
</dependency>

<!-- integration testing -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-exec</artifactId>
<version>1.3</version>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-classworlds</artifactId>
<version>2.6.0</version>
<version>2.8.0</version>
</dependency>
<dependency>
<groupId>io.takari.m2e.workspace</groupId>
Expand All @@ -135,7 +134,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.22</version>
<version>1.26.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
5 changes: 2 additions & 3 deletions takari-plugin-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,8 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.sonatype.sisu</groupId>
<artifactId>sisu-guice</artifactId>
<classifier>no_aop</classifier>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit c552dd9

Please sign in to comment.