Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi committed Oct 16, 2024
1 parent 00ccaee commit 74eacb6
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.53</version>
<version>4.88</version>
</parent>

<properties>
<jenkins.version>2.361.4</jenkins.version>
<jenkins.version>2.462.3</jenkins.version>
<skipITs>true</skipITs>
<buildinfo.version>2.37.2</buildinfo.version>
<buildinfo.version>2.41.23</buildinfo.version>
</properties>
<groupId>io.jenkins.plugins</groupId>
<artifactId>jfrog</artifactId>
Expand Down Expand Up @@ -188,7 +188,7 @@
<dependency>
<groupId>org.jfrog.filespecs</groupId>
<artifactId>file-specs-java</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</dependency>
<dependency>
<groupId>org.jfrog.artifactory.client</groupId>
Expand All @@ -202,12 +202,6 @@
<version>2.13.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs</artifactId>
<version>4.5.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
Expand All @@ -225,8 +219,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.361.x</artifactId>
<version>2102.v854b_fec19c92</version>
<artifactId>bom-2.462.x </artifactId>
<version>3387.v0f2773fa_3200</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down Expand Up @@ -269,14 +263,13 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.5.3.0</version>
<configuration>
<excludeFilterFile>spotbugs-security-exclude.xml</excludeFilterFile>
<plugins>
<plugin>
<groupId>com.h3xstream.findsecbugs</groupId>
<artifactId>findsecbugs-plugin</artifactId>
<version>1.12.0</version>
<version>1.13.0</version>
</plugin>
</plugins>
</configuration>
Expand Down

0 comments on commit 74eacb6

Please sign in to comment.