Skip to content

Commit

Permalink
deps: upgrade some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cleydyr committed Feb 24, 2024
1 parent aac4abe commit 72f8929
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,9 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.2.0</version>
<version>5.10.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand All @@ -85,7 +79,7 @@
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5-fluent</artifactId>
<version>5.2.1</version>
<version>5.3.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand All @@ -95,7 +89,7 @@
<dependency>
<groupId>org.kohsuke</groupId>
<artifactId>github-api</artifactId>
<version>1.315</version>
<version>1.318</version>
</dependency>
</dependencies>
<reporting>
Expand Down

0 comments on commit 72f8929

Please sign in to comment.