From a24d89c77155062717e05acada6a0a383eeb929b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 18:11:16 +0000 Subject: [PATCH] chore(deps): bump the minorandpatch group in /backend with 6 updates Bumps the minorandpatch group in /backend with 6 updates: | Package | From | To | | --- | --- | --- | | [org.apache.commons:commons-csv](https://github.com/apache/commons-csv) | `1.10.0` | `1.11.0` | | [org.jetbrains.exposed:exposed-spring-boot-starter](https://github.com/JetBrains/Exposed) | `0.49.0` | `0.50.0` | | [org.jetbrains.exposed:exposed-jdbc](https://github.com/JetBrains/Exposed) | `0.49.0` | `0.50.0` | | [org.jetbrains.exposed:exposed-json](https://github.com/JetBrains/Exposed) | `0.49.0` | `0.50.0` | | [org.jetbrains.exposed:exposed-kotlin-datetime](https://github.com/JetBrains/Exposed) | `0.49.0` | `0.50.0` | | [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) | `1.1.4` | `1.1.5` | Updates `org.apache.commons:commons-csv` from 1.10.0 to 1.11.0 - [Changelog](https://github.com/apache/commons-csv/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-csv/compare/rel/commons-csv-1.10.0...rel/commons-csv-1.11.0) Updates `org.jetbrains.exposed:exposed-spring-boot-starter` from 0.49.0 to 0.50.0 - [Release notes](https://github.com/JetBrains/Exposed/releases) - [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md) - [Commits](https://github.com/JetBrains/Exposed/compare/0.49.0...0.50.0) Updates `org.jetbrains.exposed:exposed-jdbc` from 0.49.0 to 0.50.0 - [Release notes](https://github.com/JetBrains/Exposed/releases) - [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md) - [Commits](https://github.com/JetBrains/Exposed/compare/0.49.0...0.50.0) Updates `org.jetbrains.exposed:exposed-json` from 0.49.0 to 0.50.0 - [Release notes](https://github.com/JetBrains/Exposed/releases) - [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md) - [Commits](https://github.com/JetBrains/Exposed/compare/0.49.0...0.50.0) Updates `org.jetbrains.exposed:exposed-kotlin-datetime` from 0.49.0 to 0.50.0 - [Release notes](https://github.com/JetBrains/Exposed/releases) - [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md) - [Commits](https://github.com/JetBrains/Exposed/compare/0.49.0...0.50.0) Updates `io.spring.dependency-management` from 1.1.4 to 1.1.5 - [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases) - [Commits](https://github.com/spring-gradle-plugins/dependency-management-plugin/compare/v1.1.4...v1.1.5) --- updated-dependencies: - dependency-name: org.apache.commons:commons-csv dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: org.jetbrains.exposed:exposed-spring-boot-starter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: org.jetbrains.exposed:exposed-jdbc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: org.jetbrains.exposed:exposed-json dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: org.jetbrains.exposed:exposed-kotlin-datetime dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: io.spring.dependency-management dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] --- backend/build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/backend/build.gradle b/backend/build.gradle index 009b07551..421f03590 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -3,7 +3,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent plugins { id 'org.springframework.boot' version '3.2.5' - id 'io.spring.dependency-management' version '1.1.4' + id 'io.spring.dependency-management' version '1.1.5' id 'org.jetbrains.kotlin.jvm' version '1.9.23' id 'org.jetbrains.kotlin.plugin.spring' version '1.9.23' id 'org.jlleitschuh.gradle.ktlint' version '12.1.0' @@ -33,13 +33,13 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-reflect" implementation "io.github.microutils:kotlin-logging-jvm:3.0.5" implementation "org.postgresql:postgresql:42.7.3" - implementation "org.apache.commons:commons-csv:1.10.0" + implementation "org.apache.commons:commons-csv:1.11.0" implementation "org.springdoc:springdoc-openapi-starter-webmvc-ui:2.5.0" implementation "org.flywaydb:flyway-core" - implementation "org.jetbrains.exposed:exposed-spring-boot-starter:0.49.0" - implementation "org.jetbrains.exposed:exposed-jdbc:0.49.0" - implementation "org.jetbrains.exposed:exposed-json:0.49.0" - implementation "org.jetbrains.exposed:exposed-kotlin-datetime:0.49.0" + implementation "org.jetbrains.exposed:exposed-spring-boot-starter:0.50.0" + implementation "org.jetbrains.exposed:exposed-jdbc:0.50.0" + implementation "org.jetbrains.exposed:exposed-json:0.50.0" + implementation "org.jetbrains.exposed:exposed-kotlin-datetime:0.50.0" implementation "org.jetbrains.kotlinx:kotlinx-datetime:0.5.0" implementation "org.hibernate.validator:hibernate-validator:8.0.1.Final" implementation "org.keycloak:keycloak-admin-client:23.0.7"