Skip to content

Commit

Permalink
Merge pull request #237 from jenkinsci/dependabot/npm_and_yarn/bootst…
Browse files Browse the repository at this point in the history
…rap-5.3.2

Bump bootstrap from 5.3.0 to 5.3.2
  • Loading branch information
uhafner authored Sep 15, 2023
2 parents a7c6702 + 7bdfb81 commit 3e7d40c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "bootstrap5-api",
"version": "5.3.0",
"version": "5.3.2",
"description": "Bootstrap 5 Jenkins Plugin",
"directories": {
"doc": "doc"
},
"dependencies": {
"bootstrap": "5.3.0",
"bootstrap": "5.3.2",
"@popperjs/core": "2.11.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<description>Provides Bootstrap 5 for Jenkins plugins.</description>

<properties>
<revision>5.3.0-2</revision>
<revision>5.3.2-1</revision>
<changelist>-SNAPSHOT</changelist>
<module.name>${project.groupId}.bootstrap5</module.name>

Expand Down

0 comments on commit 3e7d40c

Please sign in to comment.