From d82a163d3a9915ca7ce2f35397d095ccc2966a63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 13:34:51 +0100 Subject: [PATCH] Bump org.testcontainers:oracle-xe from 1.19.1 to 1.19.4 (#445) Bumps [org.testcontainers:oracle-xe](https://github.com/testcontainers/testcontainers-java) from 1.19.1 to 1.19.4. - [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.19.1...1.19.4) --- updated-dependencies: - dependency-name: org.testcontainers:oracle-xe dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 458c1b80..463524cb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -98,7 +98,7 @@ dependencies { implementation("com.oracle.database.jdbc:ojdbc8:21.9.0.0") annotationProcessor("org.springframework.boot:spring-boot-configuration-processor") testImplementation("org.springframework.boot:spring-boot-starter-test") - testImplementation("org.testcontainers:oracle-xe:1.19.1") + testImplementation("org.testcontainers:oracle-xe:1.19.4") testImplementation("io.mockk:mockk-jvm:$mockkVersion") testImplementation("com.h2database:h2") testImplementation("com.opencsv:opencsv:5.7.1")