Skip to content

Commit bc62a27

Browse files
authored
Merge pull request #434 from jenkinsci/dependabot/npm_and_yarn/bootstrap-5.3.8
Bump bootstrap from 5.3.7 to 5.3.8
2 parents fe058cb + d4ac883 commit bc62a27

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "bootstrap5-api",
3-
"version": "5.3.7",
3+
"version": "5.3.8",
44
"description": "Bootstrap 5 Jenkins Plugin",
55
"directories": {
66
"doc": "doc"
77
},
88
"dependencies": {
9-
"bootstrap": "5.3.7",
9+
"bootstrap": "5.3.8",
1010
"@popperjs/core": "2.11.8"
1111
},
1212
"devDependencies": {

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<description>Provides Bootstrap 5 for Jenkins plugins.</description>
2020

2121
<properties>
22-
<revision>5.3.7</revision>
22+
<revision>5.3.8</revision>
2323
<changelist>999999-SNAPSHOT</changelist>
2424
<module.name>${project.groupId}.bootstrap5</module.name>
2525
<jenkins.version>2.496</jenkins.version>

0 commit comments

Comments
 (0)