From e1725f5608c51c58bd42012ee1758df3bdff18bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 18:52:13 +0000 Subject: [PATCH] chore(deps): bump the minorandpatch group in /backend with 2 updates Bumps the minorandpatch group in /backend with 2 updates: org.flywaydb:flyway-database-postgresql and [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5). Updates `org.flywaydb:flyway-database-postgresql` from 10.17.0 to 10.17.1 Updates `org.junit.platform:junit-platform-launcher` from 1.10.3 to 1.11.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-database-postgresql dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch - dependency-name: org.junit.platform:junit-platform-launcher dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] --- backend/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/build.gradle b/backend/build.gradle index 64a8374a8..b64b880c4 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -35,7 +35,7 @@ dependencies { implementation "org.postgresql:postgresql:42.7.3" implementation "org.apache.commons:commons-csv:1.11.0" implementation "org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0" - implementation "org.flywaydb:flyway-database-postgresql:10.17.0" + implementation "org.flywaydb:flyway-database-postgresql:10.17.1" implementation "org.jetbrains.exposed:exposed-spring-boot-starter:0.53.0" implementation "org.jetbrains.exposed:exposed-jdbc:0.53.0" implementation "org.jetbrains.exposed:exposed-json:0.53.0" @@ -62,7 +62,7 @@ dependencies { testImplementation "io.jsonwebtoken:jjwt-jackson:0.12.6" testImplementation "com.ninja-squad:springmockk:4.0.2" testImplementation "org.testcontainers:postgresql:1.20.1" - testImplementation "org.junit.platform:junit-platform-launcher:1.10.3" + testImplementation "org.junit.platform:junit-platform-launcher:1.11.0" ktlint("com.pinterest.ktlint:ktlint-cli:1.3.1") { attributes { attribute(Bundling.BUNDLING_ATTRIBUTE, getObjects().named(Bundling, Bundling.EXTERNAL))