diff --git a/common-dev-assets b/common-dev-assets index ab234366..bc9b7c5e 160000 --- a/common-dev-assets +++ b/common-dev-assets @@ -1 +1 @@ -Subproject commit ab234366c1ee1b787add80c779aada2d1c3c1f3e +Subproject commit bc9b7c5e451e16ae035a4116f4a26bbd790b6bac diff --git a/tests/go.mod b/tests/go.mod index ff4f3131..79e30dd6 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -7,7 +7,7 @@ toolchain go1.24.5 require ( github.com/gruntwork-io/terratest v0.50.0 github.com/stretchr/testify v1.10.0 - github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.58.2 + github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.58.3 ) require ( diff --git a/tests/go.sum b/tests/go.sum index 3701b0c1..1a2a84f4 100644 --- a/tests/go.sum +++ b/tests/go.sum @@ -295,8 +295,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= 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/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.58.2 h1:XtP5FBYG6wQyRGQyj0EN8Pt/hbgpcUrltD3p5uKVcZ4= -github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.58.2/go.mod h1:2d7vW9ehuOaVZl38OO/aXPPO42EijYfgMe29HPJbI+I= +github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.58.3 h1:v2xe02/m/aVmX1mTYB3Lf9rMez3wxoS7Omteu8+QsH4= +github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.58.3/go.mod h1:2d7vW9ehuOaVZl38OO/aXPPO42EijYfgMe29HPJbI+I= github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk= github.com/tmccombs/hcl2json v0.6.4 h1:/FWnzS9JCuyZ4MNwrG4vMrFrzRgsWEOVi+1AyYUVLGw= github.com/tmccombs/hcl2json v0.6.4/go.mod h1:+ppKlIW3H5nsAsZddXPy2iMyvld3SHxyjswOZhavRDk=