Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/maven/org.jenkins-ci.plugins-da…
Browse files Browse the repository at this point in the history
…shboard-view-2.508.va_74654f026d1
  • Loading branch information
gounthar authored Apr 11, 2024
2 parents 3783050 + 919c975 commit db83184
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v5
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6 changes: 3 additions & 3 deletions 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.78</version>
<version>4.80</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.414.x</artifactId>
<version>2815.vf5d6f093b_23e</version>
<version>2950.va_633b_f42f759</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -233,7 +233,7 @@
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8-standalone</artifactId>
<version>2.35.1</version>
<version>2.35.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit db83184

Please sign in to comment.