Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into fix/include_aws_provisioner_dependency
  • Loading branch information
bmg13 committed Feb 10, 2025
2 parents 41a017b + ff29f37 commit e753cef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/secrets-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: TruffleHog OSS
id: trufflehog
uses: trufflesecurity/trufflehog@853e1e8d249fd1e29d0fcc7280d29b03df3d643d
uses: trufflesecurity/trufflehog@f19d6e5d2bef8a8ceca2b7d77ec447fc304f8078
continue-on-error: true
with:
path: ./ # Scan the entire repository
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ format.version = "1.1"
edc = "0.11.1"
assertj = "3.27.3"
awaitility = "4.2.2"
aws = "2.30.14"
aws = "2.30.16"
azure-storage-blob = "12.29.0"
bouncyCastle-jdk18on = "1.80"
flyway = "11.3.1"
Expand All @@ -19,7 +19,7 @@ postgres = "42.7.5"
restAssured = "5.5.0"
rsApi = "4.0.0"
testcontainers = "1.20.4"
titanium = "1.4.1"
titanium = "1.5.0"

[libraries]
edc-spi-catalog = { module = "org.eclipse.edc:catalog-spi", version.ref = "edc" }
Expand Down

0 comments on commit e753cef

Please sign in to comment.