Skip to content

Commit

Permalink
build(deps): Bump the all group in /test/e2e with 2 updates
Browse files Browse the repository at this point in the history
Bumps the all group in /test/e2e with 2 updates: localstack/localstack and hashicorp/vault.


Updates `localstack/localstack` from 3.1.0 to 3.2.0

Updates `hashicorp/vault` from 1.15.5 to 1.15.6

---
updated-dependencies:
- dependency-name: localstack/localstack
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: hashicorp/vault
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and cpanato committed Mar 4, 2024
1 parent 9e31ec0 commit 3a9a33d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e/localstack.Dockerfile
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM docker.io/localstack/localstack:3.1.0
FROM docker.io/localstack/localstack:3.2.0
2 changes: 1 addition & 1 deletion test/e2e/vault.Dockerfile
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM docker.io/hashicorp/vault:1.15.5
FROM docker.io/hashicorp/vault:1.15.6

0 comments on commit 3a9a33d

Please sign in to comment.