From deb36c4b2556f01765c2fb73696aec0587856939 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 18:38:17 +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.tukaani:xz](https://github.com/tukaani-project/xz-java). Updates `org.flywaydb:flyway-database-postgresql` from 10.16.0 to 10.17.0 Updates `org.tukaani:xz` from 1.9 to 1.10 - [Release notes](https://github.com/tukaani-project/xz-java/releases) - [Changelog](https://github.com/tukaani-project/xz-java/blob/master/NEWS.md) - [Commits](https://github.com/tukaani-project/xz-java/compare/v1.9...v1.10) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-database-postgresql dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: org.tukaani:xz 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 9b3869d55..57642a45a 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.16.0" + implementation "org.flywaydb:flyway-database-postgresql:10.17.0" implementation "org.jetbrains.exposed:exposed-spring-boot-starter:0.52.0" implementation "org.jetbrains.exposed:exposed-jdbc:0.52.0" implementation "org.jetbrains.exposed:exposed-json:0.52.0" @@ -49,7 +49,7 @@ dependencies { implementation 'org.apache.commons:commons-compress:1.26.2' implementation 'com.github.luben:zstd-jni:1.5.6-4' - implementation 'org.tukaani:xz:1.9' + implementation 'org.tukaani:xz:1.10' implementation("org.redundent:kotlin-xml-builder:1.9.1") implementation("org.jsoup:jsoup:1.18.1")