Skip to content

Commit

Permalink
Use gson-path api plugin (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesbusy committed Dec 10, 2023
1 parent 5600ac6 commit e6ed4ad
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

<properties>
<changelist>999999-SNAPSHOT</changelist>
<jenkins.version>2.361.4</jenkins.version>
<jenkins.version>2.401.3</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<concurrency>2</concurrency>
<!-- disable SpotBugs temporarily since there are 62 bugs -->
Expand All @@ -80,8 +80,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.361.x</artifactId>
<version>2102.v854b_fec19c92</version>
<artifactId>bom-2.401.x</artifactId>
<version>2641.v88e707466454</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -95,9 +95,8 @@
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.10.1</version>
<groupId>io.jenkins.plugins</groupId>
<artifactId>gson-api</artifactId>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
Expand Down

0 comments on commit e6ed4ad

Please sign in to comment.