Skip to content

Commit 33ca607

Browse files
authored
Use ionicons-api version provided by bom (#193)
1 parent 80f7d7b commit 33ca607

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<changelist>999999-SNAPSHOT</changelist>
1616
<gitHubRepo>jenkinsci/pipeline-graph-view-plugin</gitHubRepo>
1717
<!-- Baseline Jenkins version you use to build the plugin. Users must have this version or newer to run. -->
18-
<jenkins.version>2.346.1</jenkins.version>
18+
<jenkins.version>2.346.3</jenkins.version>
1919
<node.version>16.18.0</node.version>
2020
<npm.version>8.19.3</npm.version>
2121
</properties>
@@ -28,7 +28,7 @@
2828
<!-- Pick up common dependencies for the selected LTS line: https://github.com/jenkinsci/bom#usage -->
2929
<groupId>io.jenkins.tools.bom</groupId>
3030
<artifactId>bom-2.346.x</artifactId>
31-
<version>1670.v7f165fc7a_079</version>
31+
<version>1678.vc1feb_6a_3c0f1</version>
3232
<scope>import</scope>
3333
<type>pom</type>
3434
</dependency>
@@ -39,7 +39,6 @@
3939
<dependency>
4040
<groupId>io.jenkins.plugins</groupId>
4141
<artifactId>ionicons-api</artifactId>
42-
<version>31.v4757b_6987003</version>
4342
</dependency>
4443
<dependency>
4544
<groupId>org.jenkins-ci.plugins</groupId>

0 commit comments

Comments
 (0)