Skip to content

Commit

Permalink
Merge pull request #237 from jenkinsci/dependabot/npm_and_yarn/fortaw…
Browse files Browse the repository at this point in the history
…esome/fontawesome-free-6.5.1

Bump @fortawesome/fontawesome-free from 6.4.2 to 6.5.1
  • Loading branch information
uhafner authored Dec 4, 2023
2 parents abe8147 + a942383 commit 85a0f22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "font-awesome-api",
"version": "6.4.2",
"version": "6.5.1",
"description": "Font Awesome Jenkins Plugin",
"directories": {
"doc": "doc"
},
"dependencies": {
"@fortawesome/fontawesome-free": "6.4.2"
"@fortawesome/fontawesome-free": "6.5.1"
},
"devDependencies": {
"remark-cli": "12.0.0",
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jvnet.hudson.plugins</groupId>
<artifactId>analysis-pom</artifactId>
<version>6.16.0</version>
<version>6.17.0</version>
<relativePath />
</parent>

Expand All @@ -18,7 +18,7 @@
<url>https://github.com/jenkinsci/font-awesome-api-plugin</url>

<properties>
<revision>6.4.2-2</revision>
<revision>6.5.1-1</revision>
<changelist>-SNAPSHOT</changelist>

<module.name>${project.groupId}.font-awesome-api</module.name>
Expand Down

0 comments on commit 85a0f22

Please sign in to comment.