This is an automated email from the ASF dual-hosted git repository.

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new b70e32f53a build(deps): bump dorny/test-reporter from 2.3.0 to 2.5.0 
(#2409)
b70e32f53a is described below

commit b70e32f53aed93534d82005a91dcc02db6911df7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 5 10:03:35 2026 +0100

    build(deps): bump dorny/test-reporter from 2.3.0 to 2.5.0 (#2409)
    
    Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 
2.3.0 to 2.5.0.
    - [Release notes](https://github.com/dorny/test-reporter/releases)
    - [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md)
    - 
[Commits](https://github.com/dorny/test-reporter/compare/fe45e9537387dac839af0d33ba56eed8e24189e8...b082adf0eced0765477756c2a610396589b8c637)
    
    ---
    updated-dependencies:
    - dependency-name: dorny/test-reporter
      dependency-version: 2.5.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/go-platform-test-report.yml   | 2 +-
 .github/workflows/java-platform-test-report.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/go-platform-test-report.yml 
b/.github/workflows/go-platform-test-report.yml
index d506c3b912..b662a4dd3e 100644
--- a/.github/workflows/go-platform-test-report.yml
+++ b/.github/workflows/go-platform-test-report.yml
@@ -36,7 +36,7 @@ jobs:
       fail-fast: false
     runs-on: ${{ matrix.os }}
     steps:
-      - uses: dorny/test-reporter@fe45e9537387dac839af0d33ba56eed8e24189e8  # 
v2.3.0
+      - uses: dorny/test-reporter@b082adf0eced0765477756c2a610396589b8c637  # 
v2.5.0
         with:
           artifact: "golang-test-report-${{ matrix.os }}"
           name: "Golang Tests (OS: ${{ matrix.os }})"
diff --git a/.github/workflows/java-platform-test-report.yml 
b/.github/workflows/java-platform-test-report.yml
index 24e87a4e18..c42a9b4a15 100644
--- a/.github/workflows/java-platform-test-report.yml
+++ b/.github/workflows/java-platform-test-report.yml
@@ -38,7 +38,7 @@ jobs:
       fail-fast: false
     runs-on: ${{ matrix.os }}
     steps:
-      - uses: dorny/test-reporter@fe45e9537387dac839af0d33ba56eed8e24189e8  # 
v2.3.0
+      - uses: dorny/test-reporter@b082adf0eced0765477756c2a610396589b8c637  # 
v2.5.0
         with:
           artifact: "java-test-report-${{ matrix.os }}-java-${{ matrix.java }}"
           name: "Java Tests (OS: ${{ matrix.os }}, Java: ${{ matrix.java }})"

Reply via email to