Skip to content

Commit

Permalink
Bump org.jenkins-ci.plugins:plugin from 4.82 to 4.87 (#731)
Browse files Browse the repository at this point in the history
* Bump org.jenkins-ci.plugins:plugin from 4.82 to 4.87

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) from 4.82 to 4.87.
- [Release notes](https://github.com/jenkinsci/plugin-pom/releases)
- [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md)
- [Commits](jenkinsci/plugin-pom@plugin-4.82...plugin-4.87)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update byte-buddy version in sbom (#731)

* Fix javadoc path (#731)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Erik Rehm <112951632+ErikRehmTT@users.noreply.github.com>
Co-authored-by: Erik Rehm <erik.rehm@tracetronic.de>
  • Loading branch information
3 people authored Aug 30, 2024
1 parent 209f48c commit 428e473
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile.internal
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pipeline {
stages {
stage('Build') {
steps {
mvn 'package -DskipUTs'
mvn 'clean package -DskipUTs'
archiveArtifacts artifacts: 'target/*.hpi', fingerprint: true
}
}
Expand All @@ -65,7 +65,7 @@ pipeline {
stage('Docs') {
steps {
mvn 'javadoc:javadoc'
step([$class: 'JavadocArchiver', javadocDir: 'target/site/apidocs', keepAll: false])
step([$class: 'JavadocArchiver', javadocDir: 'target/reports/apidocs', keepAll: false])
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions config/allowed_licenses.json
Original file line number Diff line number Diff line change
Expand Up @@ -1634,10 +1634,10 @@
},
{
"moduleName": "net.bytebuddy:byte-buddy",
"moduleVersion": "1.14.12",
"moduleVersion": "1.14.15",
"moduleLicense": "Apache-2.0",
"moduleCopyright": "2014 - Present Rafael Winterhalter",
"licenseUrl": "https://github.com/raphw/byte-buddy/blob/byte-buddy-1.14.12/LICENSE",
"licenseUrl": "https://github.com/raphw/byte-buddy/blob/byte-buddy-1.14.15/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 @@ -10,7 +10,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.82</version>
<version>4.87</version>
<relativePath />
</parent>

Expand Down

0 comments on commit 428e473

Please sign in to comment.