Skip to content

Commit

Permalink
Cleanup dependencies in tests
Browse files Browse the repository at this point in the history
- reported by GitHub vulnerability alerts
  • Loading branch information
slawekjaranowski committed Sep 29, 2022
1 parent 5d49618 commit c2f0cf6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.0.15</version>
<version>3.4.2</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
Expand All @@ -133,9 +133,9 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.19.0</version>
<type>bundle</type>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.0.15</version>
<version>3.4.2</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
Expand Down Expand Up @@ -202,9 +202,9 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.19.0</version>
<type>bundle</type>
</dependency>
</dependencies>
Expand Down

0 comments on commit c2f0cf6

Please sign in to comment.