From 0aa47db611478b899e7890d82f09075751aa6de0 Mon Sep 17 00:00:00 2001 From: Gilbert Kwan Date: Fri, 22 Mar 2024 12:41:49 -0400 Subject: [PATCH] Dependabot Bump (#221) * Bump org.apache.maven.plugins:maven-war-plugin in /finish Bumps [org.apache.maven.plugins:maven-war-plugin](https://github.com/apache/maven-war-plugin) from 3.3.2 to 3.4.0. - [Commits](https://github.com/apache/maven-war-plugin/compare/maven-war-plugin-3.3.2...maven-war-plugin-3.4.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-war-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Bump io.openliberty.tools:liberty-maven-plugin in /finish Bumps [io.openliberty.tools:liberty-maven-plugin](https://github.com/OpenLiberty/ci.maven) from 3.10 to 3.10.2. - [Release notes](https://github.com/OpenLiberty/ci.maven/releases) - [Commits](https://github.com/OpenLiberty/ci.maven/compare/liberty-maven-3.10...liberty-maven-3.10.2) --- updated-dependencies: - dependency-name: io.openliberty.tools:liberty-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Bump org.apache.maven.plugins:maven-war-plugin in /start Bumps [org.apache.maven.plugins:maven-war-plugin](https://github.com/apache/maven-war-plugin) from 3.3.2 to 3.4.0. - [Commits](https://github.com/apache/maven-war-plugin/compare/maven-war-plugin-3.3.2...maven-war-plugin-3.4.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-war-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Bump io.openliberty.tools:liberty-maven-plugin in /start Bumps [io.openliberty.tools:liberty-maven-plugin](https://github.com/OpenLiberty/ci.maven) from 3.10 to 3.10.2. - [Release notes](https://github.com/OpenLiberty/ci.maven/releases) - [Commits](https://github.com/OpenLiberty/ci.maven/compare/liberty-maven-3.10...liberty-maven-3.10.2) --- updated-dependencies: - dependency-name: io.openliberty.tools:liberty-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * remove no use yml --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/add-pr-to-project.yml | 18 ------------------ finish/pom.xml | 4 ++-- start/pom.xml | 4 ++-- 3 files changed, 4 insertions(+), 22 deletions(-) delete mode 100644 .github/workflows/add-pr-to-project.yml diff --git a/.github/workflows/add-pr-to-project.yml b/.github/workflows/add-pr-to-project.yml deleted file mode 100644 index 0b1643a..0000000 --- a/.github/workflows/add-pr-to-project.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Add PRs to Dependabot PRs dashboard - -on: - pull_request: - types: - - opened - - labeled - -jobs: - add-to-project: - name: Add PR to dashboard - runs-on: ubuntu-latest - steps: - - uses: actions/add-to-project@v0.5.0 - with: - project-url: https://github.com/orgs/OpenLiberty/projects/26 - github-token: ${{ secrets.ADMIN_BACKLOG }} - labeled: dependencies diff --git a/finish/pom.xml b/finish/pom.xml index fb3ce04..5bead6a 100644 --- a/finish/pom.xml +++ b/finish/pom.xml @@ -40,13 +40,13 @@ org.apache.maven.plugins maven-war-plugin - 3.3.2 + 3.4.0 io.openliberty.tools liberty-maven-plugin - 3.10 + 3.10.2 diff --git a/start/pom.xml b/start/pom.xml index 6408b34..f87d4ec 100644 --- a/start/pom.xml +++ b/start/pom.xml @@ -40,13 +40,13 @@ org.apache.maven.plugins maven-war-plugin - 3.3.2 + 3.4.0 io.openliberty.tools liberty-maven-plugin - 3.10 + 3.10.2 com.github.eirslett