Skip to content

Commit

Permalink
Bump io.jenkins.plugins:warnings-ng from 11.3.0 to 11.4.1 (#734)
Browse files Browse the repository at this point in the history
* Bump io.jenkins.plugins:warnings-ng from 11.3.0 to 11.4.1

Bumps [io.jenkins.plugins:warnings-ng](https://github.com/jenkinsci/warnings-ng-plugin) from 11.3.0 to 11.4.1.
- [Release notes](https://github.com/jenkinsci/warnings-ng-plugin/releases)
- [Changelog](https://github.com/jenkinsci/warnings-ng-plugin/blob/main/CHANGELOG.md)
- [Commits](jenkinsci/warnings-ng-plugin@v11.3.0...v11.4.1)

---
updated-dependencies:
- dependency-name: io.jenkins.plugins:warnings-ng
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update sbom (#734)

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Erik Rehm <[email protected]>
  • Loading branch information
dependabot[bot] and ErikRehmTT authored Sep 3, 2024
1 parent 9084019 commit 4ad8cd5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions config/allowed_licenses.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,10 @@
},
{
"moduleName": "org.jsoup:jsoup",
"moduleVersion": "1.17.2",
"moduleVersion": "1.18.1",
"moduleLicense": "MIT",
"moduleCopyright": "2009-2023 Jonathan Hedley <https://jsoup.org/>",
"licenseUrl": "https://github.com/jhy/jsoup/blob/jsoup-1.17.2/LICENSE",
"moduleCopyright": "2009-2024 Jonathan Hedley",
"licenseUrl": "https://github.com/jhy/jsoup/blob/jsoup-1.18.1/LICENSE",
"actualLicense": "$moduleLicense"
},
{
Expand Down Expand Up @@ -482,10 +482,10 @@
},
{
"moduleName": "io.jenkins.plugins:warnings-ng",
"moduleVersion": "11.3.0",
"moduleVersion": "11.4.1",
"moduleLicense": "MIT",
"moduleCopyright": "2007-2023 Dr. Ullrich Hafner",
"licenseUrl": "https://github.com/jenkinsci/warnings-ng-plugin/blob/v11.3.0/LICENSE",
"licenseUrl": "https://github.com/jenkinsci/warnings-ng-plugin/blob/v11.4.1/LICENSE",
"actualLicense": "$moduleLicense"
},
{
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@

<!-- Jenkins plugins -->
<job-dsl.version>1.87</job-dsl.version>
<warnings-ng.version>11.3.0</warnings-ng.version>
<warnings-ng.version>11.4.1</warnings-ng.version>

<!-- Direct dependencies -->
<jacob.version>1.20</jacob.version>
Expand Down

0 comments on commit 4ad8cd5

Please sign in to comment.