Skip to content

Commit

Permalink
Correct sisu.inject dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Oct 8, 2023
1 parent 5ad18c9 commit 11f8db4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
</distributionManagement>

<properties>
<sisuVersion>0.3.5</sisuVersion>
<slf4jVersion>1.7.36</slf4jVersion>
<project.build.outputTimestamp>2023-02-28T16:42:48Z</project.build.outputTimestamp>
</properties>
Expand Down Expand Up @@ -89,7 +88,8 @@
<dependency>
<groupId>org.eclipse.sisu</groupId>
<artifactId>org.eclipse.sisu.inject</artifactId>
<version>${sisuVersion}</version>
<!-- Maven 3.2.5 - 0.3.0.M1; 3.5.4 - 0.3.3; 3.6.3 - 0.3.4 -->
<version>0.3.5</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 11f8db4

Please sign in to comment.