Skip to content

Commit b758578

Browse files
authored
chore: update bom version in pom.xml (#129)
* chore: update bom verion in pom.xml to 2.440.x * chore: update bom version in pom.xml
1 parent 3a7ad39 commit b758578

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,20 @@
6161
<dependencies>
6262
<dependency>
6363
<groupId>io.jenkins.tools.bom</groupId>
64-
<artifactId>bom-2.401.x</artifactId>
65-
<version>2612.v3d6a_2128c0ef</version>
64+
<artifactId>bom-2.440.x</artifactId>
65+
<version>3105.v672692894683</version>
6666
<type>pom</type>
6767
<scope>import</scope>
6868
</dependency>
6969
</dependencies>
7070
</dependencyManagement>
7171

7272
<dependencies>
73+
<dependency>
74+
<groupId>io.jenkins.plugins</groupId>
75+
<artifactId>json-path-api</artifactId>
76+
<version>2.8.0-5.v07cb_a_1ca_738c</version>
77+
</dependency>
7378
<dependency>
7479
<groupId>org.jenkins-ci.plugins</groupId>
7580
<artifactId>token-macro</artifactId>

0 commit comments

Comments
 (0)