Skip to content

Commit d22dca9

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 04c45d0 + a12475d commit d22dca9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,4 +343,3 @@ kube-linter --config api/kubernetes/.kube-linter.yaml lint api/kubernetes/csm-ar
343343
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
344344
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
345345
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
346-

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ subprojects {
204204
implementation("com.okta.spring:okta-spring-boot-starter:${oktaSpringBootVersion}")
205205

206206
testImplementation(kotlin("test"))
207-
testImplementation(platform("org.junit:junit-bom:5.9.1"))
207+
testImplementation(platform("org.junit:junit-bom:5.9.2"))
208208
testImplementation("org.junit.jupiter:junit-jupiter")
209209
testImplementation("io.mockk:mockk:1.13.3")
210210
testImplementation("org.awaitility:awaitility-kotlin:4.2.0")

0 commit comments

Comments
 (0)