Skip to content

Commit d4ac883

Browse files
dependabot[bot]uhafner
authored andcommitted
Bump bootstrap from 5.3.7 to 5.3.8
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.3.7 to 5.3.8. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](twbs/bootstrap@v5.3.7...v5.3.8) --- updated-dependencies: - dependency-name: bootstrap dependency-version: 5.3.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ad7ee3b commit d4ac883

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)