Skip to content

Commit

Permalink
chore(deps): bump the minorandpatch group across 1 directory with 4 u…
Browse files Browse the repository at this point in the history
…pdates (#1786)

* chore(deps): bump the minorandpatch group across 1 directory with 2 updates

Bumps the minorandpatch group with 2 updates in the /backend directory: [org.apache.commons:commons-csv](https://github.com/apache/commons-csv) and [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin).

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](apache/commons-csv@rel/commons-csv-1.10.0...rel/commons-csv-1.11.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](spring-gradle-plugins/dependency-management-plugin@v1.1.4...v1.1.5)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chaoran Chen <[email protected]>
  • Loading branch information
dependabot[bot] and chaoran-chen authored May 6, 2024
1 parent 9995d70 commit e7fc3c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -33,7 +33,7 @@ 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"
Expand Down

0 comments on commit e7fc3c6

Please sign in to comment.