Skip to content

Commit

Permalink
Address dependabot alerts (#128)
Browse files Browse the repository at this point in the history
And up mildly (to proposed versions) the dependencies:
* junit 4.13.2
* logback 1.2.13
  • Loading branch information
cstamas authored May 13, 2024
1 parent 23eec03 commit 21b80a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions org.eclipse.sisu.inject/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version><!-- older version not supported by junit-vintage runner -->
<version>4.13.2</version><!-- older version not supported by junit-vintage runner -->
<scope>provided</scope>
<optional>true</optional>
</dependency>
Expand All @@ -103,7 +103,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.1.11</version>
<version>1.2.13</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 21b80a5

Please sign in to comment.