[axis-axis2-java-core] branch master updated (24c1937d67 -> 30fe74ecdf)
This is an automated email from the ASF dual-hosted git repository. veithen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git from 24c1937d67 Bump gmavenplus-plugin from 2.0.0 to 2.1.0 add 30fe74ecdf Bump xmlunit-legacy from 2.9.0 to 2.9.1 No new revisions were added by this update. Summary of changes: pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
[axis-axis2-java-core] branch master updated: Add dependabot for Github Actions
This is an automated email from the ASF dual-hosted git repository. veithen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new 55d1fad1f2 Add dependabot for Github Actions 55d1fad1f2 is described below commit 55d1fad1f2dfa5dcc033214f38784bebbedf41e6 Author: Andreas Veithen AuthorDate: Sun Jan 29 23:04:01 2023 + Add dependabot for Github Actions --- .github/dependabot.yml | 4 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 07770f4872..4d51c32684 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -81,3 +81,7 @@ updates: versions: - ">= 6.0.0" open-pull-requests-limit: 15 + - package-ecosystem: "github-actions" +directory: "/" +schedule: + interval: "daily"
[axis-axis2-java-core] branch dependabot/github_actions/actions/checkout-3 created (now 413d4496f8)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/github_actions/actions/checkout-3 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git at 413d4496f8 Bump actions/checkout from 2 to 3 No new revisions were added by this update.
[axis-axis2-java-core] branch dependabot/github_actions/actions/setup-java-3 created (now 91fd8dd504)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/github_actions/actions/setup-java-3 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git at 91fd8dd504 Bump actions/setup-java from 2 to 3 No new revisions were added by this update.
[axis-axis2-java-core] branch dependabot/github_actions/actions/cache-3 created (now f15f139eba)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/github_actions/actions/cache-3 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git at f15f139eba Bump actions/cache from 2 to 3 No new revisions were added by this update.
[axis-axis2-java-core] branch dependabot/maven/org.mockito-mockito-core-5.1.0 created (now b08a23d759)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.mockito-mockito-core-5.1.0 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git at b08a23d759 Bump mockito-core from 4.11.0 to 5.1.0 No new revisions were added by this update.
[axis-axis2-java-core] branch master updated (55d1fad1f2 -> da173ca0f7)
This is an automated email from the ASF dual-hosted git repository. veithen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git from 55d1fad1f2 Add dependabot for Github Actions add da173ca0f7 Bump actions/setup-java from 2 to 3 No new revisions were added by this update. Summary of changes: .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
[axis-axis2-java-core] branch master updated (da173ca0f7 -> 97bb1e6984)
This is an automated email from the ASF dual-hosted git repository. veithen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git from da173ca0f7 Bump actions/setup-java from 2 to 3 add 97bb1e6984 Bump actions/cache from 2 to 3 No new revisions were added by this update. Summary of changes: .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
[axis-axis2-java-core] branch master updated: Bump actions/checkout from 2 to 3
This is an automated email from the ASF dual-hosted git repository. veithen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git The following commit(s) were added to refs/heads/master by this push: new bdee43f651 Bump actions/checkout from 2 to 3 bdee43f651 is described below commit bdee43f6512e05a100cb4485f64b6d350698d929 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Sun Jan 29 23:24:56 2023 + Bump actions/checkout from 2 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a1109928d..78c9483a64 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Cache Maven Repository uses: actions/cache@v3 with: @@ -57,7 +57,7 @@ jobs: needs: build steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Cache Maven Repository uses: actions/cache@v3 with: