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 4670d3e46e build(deps): bump github.com/stretchr/testify in /plc4go 
(#2228)
4670d3e46e is described below

commit 4670d3e46eee9fb8d1fb15f12e1843a7f5b65915
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 25 14:07:56 2025 +0200

    build(deps): bump github.com/stretchr/testify in /plc4go (#2228)
    
    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) 
from 1.10.0 to 1.11.0.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](https://github.com/stretchr/testify/compare/v1.10.0...v1.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-version: 1.11.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>
---
 plc4go/go.mod | 2 +-
 plc4go/go.sum | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/plc4go/go.mod b/plc4go/go.mod
index 5cde2d96b2..2d572c563f 100644
--- a/plc4go/go.mod
+++ b/plc4go/go.mod
@@ -34,7 +34,7 @@ require (
        github.com/pkg/errors v0.9.1
        github.com/rs/zerolog v1.34.0
        github.com/snksoft/crc v1.1.0
-       github.com/stretchr/testify v1.10.0
+       github.com/stretchr/testify v1.11.0
        github.com/subchen/go-xmldom v1.1.2
        github.com/viney-shih/go-lock v1.1.2
        golang.org/x/net v0.43.0
diff --git a/plc4go/go.sum b/plc4go/go.sum
index d67755e43a..5b4babd165 100644
--- a/plc4go/go.sum
+++ b/plc4go/go.sum
@@ -114,8 +114,8 @@ github.com/stretchr/objx v0.5.2 
h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY=
 github.com/stretchr/objx v0.5.2/go.mod 
h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA=
 github.com/stretchr/testify v1.2.1/go.mod 
h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
 github.com/stretchr/testify v1.5.1/go.mod 
h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA=
-github.com/stretchr/testify v1.10.0 
h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
-github.com/stretchr/testify v1.10.0/go.mod 
h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
+github.com/stretchr/testify v1.11.0 
h1:ib4sjIrwZKxE5u/Japgo/7SJV3PvgjGiRNAvTVGqQl8=
+github.com/stretchr/testify v1.11.0/go.mod 
h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
 github.com/subchen/go-xmldom v1.1.2 
h1:7evI2YqfYYOnuj+PBwyaOZZYjl3iWq35P6KfBUw9jeU=
 github.com/subchen/go-xmldom v1.1.2/go.mod 
h1:6Pg/HuX5/T4Jlj0IPJF1sRxKVoI/rrKP6LIMge9d5/8=
 github.com/subosito/gotenv v1.6.0 
h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8=

Reply via email to