Skip to content

Commit

Permalink
cleaned & updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
culmat committed Jul 9, 2024
1 parent f94271c commit 0de9f1d
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>

<junit.jupiter.version>5.1.0</junit.jupiter.version>
<junit.platform.version>1.1.0</junit.platform.version>
<junit.jupiter.version>5.10.3</junit.jupiter.version>
<junit.platform.version>1.3.2</junit.platform.version>
</properties>

<dependencies>
Expand All @@ -49,18 +49,6 @@
<version>5.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.offbytwo.jenkins</groupId>
<artifactId>jenkins-client</artifactId>
Expand Down Expand Up @@ -90,7 +78,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.9</version>
<version>2.11.0</version>
</dependency>
</dependencies>
<dependencyManagement>
Expand Down

0 comments on commit 0de9f1d

Please sign in to comment.