File tree Expand file tree Collapse file tree 3 files changed +20
-10
lines changed Expand file tree Collapse file tree 3 files changed +20
-10
lines changed Original file line number Diff line number Diff line change 77 },
88 "dependencies" : {
99 "@popperjs/core" : " ^2.11.6" ,
10- "bootstrap" : " ^5.2.2 " ,
10+ "bootstrap" : " ^5.2.3 " ,
1111 "autoprefixer" : " ^10.4.13" ,
1212 "cross-env" : " ^7.0.3" ,
1313 "rtlcss" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.jvnet.hudson.plugins</groupId >
66 <artifactId >analysis-pom</artifactId >
7- <version >5.35 .0</version >
7+ <version >6.2 .0</version >
88 <relativePath />
99 </parent >
1010
2222 <revision >5.2.2-1</revision >
2323 <changelist >-SNAPSHOT</changelist >
2424 <module .name>${project.groupId} .bootstrap5</module .name>
25+
26+ <plugin-util-api .version>3.0.0-rc693.c098b_871ea_49</plugin-util-api .version>
27+ <font-awesome-api .version>6.3.0-1-rc517.f6b_6e5a_dd4ef</font-awesome-api .version>
28+
2529 </properties >
2630
2731 <licenses >
3943 </developer >
4044 </developers >
4145
46+ <dependencyManagement >
47+ <dependencies >
48+ <dependency >
49+ <groupId >io.jenkins.plugins</groupId >
50+ <artifactId >plugin-util-api</artifactId >
51+ <version >${plugin-util-api.version} </version >
52+ </dependency >
53+ </dependencies >
54+ </dependencyManagement >
55+
4256 <dependencies >
43- <dependency >
44- <groupId >io.jenkins.plugins</groupId >
45- <artifactId >popper2-api</artifactId >
46- </dependency >
4757 <dependency >
4858 <groupId >io.jenkins.plugins</groupId >
4959 <artifactId >font-awesome-api</artifactId >
50- <version >6.2.0-3 </version >
60+ <version >${font-awesome-api.version} </version >
5161 </dependency >
5262 </dependencies >
5363
You can’t perform that action at this time.
0 commit comments