From 55fa81315952779da4cbfdd933fd32f5202e511f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 07:10:10 +0000 Subject: [PATCH] Bump org.testcontainers:oracle-xe from 1.20.1 to 1.20.2 Bumps [org.testcontainers:oracle-xe](https://github.com/testcontainers/testcontainers-java) from 1.20.1 to 1.20.2. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.20.1...1.20.2) --- updated-dependencies: - dependency-name: org.testcontainers:oracle-xe dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index ed71df0c..999c9e17 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -110,7 +110,7 @@ dependencies { testImplementation("org.junit.platform:junit-platform-suite") testImplementation("org.junit.jupiter:junit-jupiter") testImplementation("org.springframework.boot:spring-boot-starter-test") - testImplementation("org.testcontainers:oracle-xe:1.20.1") + testImplementation("org.testcontainers:oracle-xe:1.20.2") testImplementation("io.mockk:mockk-jvm:$mockkVersion") testImplementation("com.h2database:h2") testImplementation("com.opencsv:opencsv:5.9")