Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 17, 2025
1 parent 3aa9c4b commit 49f1229
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Integration Tests
run: make integration
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v4
uses: SonarSource/sonarqube-scan-action@v5
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
# run on PRs and once we merge to main, as we need baseline runs for main in Sonar
Expand Down
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ module github.com/asecurityteam/component-producer

go 1.22

toolchain go1.23.6
toolchain go1.24.0

require (
github.com/Jeffail/benthos/v3 v3.65.0
github.com/Jeffail/benthos/v4 v4.47.1
github.com/asecurityteam/component-httpclient v0.6.1
github.com/asecurityteam/settings v1.0.0
github.com/asecurityteam/settings/v2 v2.0.2
github.com/golang/mock v1.6.0
github.com/stretchr/testify v1.10.0
gopkg.in/yaml.v3 v3.0.1
Expand Down Expand Up @@ -169,4 +169,4 @@ require (
replace github.com/uber/jaeger-lib v1.5.0+incompatible => github.com/uber/jaeger-lib v1.5.0

// Force version due to a vulnerbility in the versions benthos currently uses
replace github.com/nats-io/nats-server/v2 => github.com/nats-io/nats-server/v2 v2.7.4
replace github.com/nats-io/nats-server/v2 => github.com/nats-io/nats-server/v2 v2.10.25

0 comments on commit 49f1229

Please sign in to comment.