Skip to content

Commit e154290

Browse files
committed
Bump dependencies to latest versions.
1 parent a7c6552 commit e154290

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jvnet.hudson.plugins</groupId>
66
<artifactId>analysis-pom</artifactId>
7-
<version>5.4.0</version>
7+
<version>5.6.0</version>
88
<relativePath />
99
</parent>
1010

@@ -25,8 +25,7 @@
2525

2626
<module.name>${project.groupId}.bootstrap5</module.name>
2727

28-
<popper-api.version>1.16.1-2</popper-api.version>
29-
<!-- FIXME: replace with popper 2 once released <popper-api.version>1.16.1-2</popper-api.version>-->
28+
<popper2-api.version>2.5.4-1</popper2-api.version>
3029
<font-awesome-api.version>5.15.2-2</font-awesome-api.version>
3130
<plugin-util-api.version>2.1.0</plugin-util-api.version>
3231

@@ -67,8 +66,8 @@
6766
<!-- WebJars Dependencies - bundled as API plugins -->
6867
<dependency>
6968
<groupId>io.jenkins.plugins</groupId>
70-
<artifactId>popper-api</artifactId>
71-
<version>${popper-api.version}</version>
69+
<artifactId>popper2-api</artifactId>
70+
<version>${popper2-api.version}</version>
7271
</dependency>
7372
<dependency>
7473
<groupId>io.jenkins.plugins</groupId>

0 commit comments

Comments
 (0)