Skip to content

Commit

Permalink
chore(deps): bump the patch group in /backend with 4 updates (#3586)
Browse files Browse the repository at this point in the history
Bumps the patch group in /backend with 4 updates: [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi), [org.springframework.boot](https://github.com/spring-projects/spring-boot), [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) and [org.jetbrains.kotlin.plugin.spring](https://github.com/JetBrains/kotlin).


Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.3 to 2.8.4
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md)
- [Commits](springdoc/springdoc-openapi@v2.8.3...v2.8.4)

Updates `org.springframework.boot` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.1...v3.4.2)

Updates `org.jetbrains.kotlin.jvm` from 2.1.0 to 2.1.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.1.0...v2.1.10)

Updates `org.jetbrains.kotlin.plugin.spring` from 2.1.0 to 2.1.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.1.0...v2.1.10)

---
updated-dependencies:
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: org.jetbrains.kotlin.plugin.spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 4, 2025
1 parent 2b24ab1 commit f1ab70b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat
import org.gradle.api.tasks.testing.logging.TestLogEvent

plugins {
id 'org.springframework.boot' version '3.4.1'
id 'org.springframework.boot' version '3.4.2'
id 'io.spring.dependency-management' version '1.1.7'
// If kotlin version bumped, check if gradle version can be bumped as well
// Check here: https://kotlinlang.org/docs/gradle-configure-project.html#apply-the-plugin
id 'org.jetbrains.kotlin.jvm' version '2.1.0'
id 'org.jetbrains.kotlin.plugin.spring' version '2.1.0'
id 'org.jetbrains.kotlin.jvm' version '2.1.10'
id 'org.jetbrains.kotlin.plugin.spring' version '2.1.10'
id 'org.jlleitschuh.gradle.ktlint' version '12.1.2'
id 'org.springdoc.openapi-gradle-plugin' version '1.9.0'
}
Expand Down Expand Up @@ -36,7 +36,7 @@ dependencies {
implementation "io.github.microutils:kotlin-logging-jvm:3.0.5"
implementation "org.postgresql:postgresql:42.7.5"
implementation "org.apache.commons:commons-csv:1.13.0"
implementation "org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.3"
implementation "org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.4"
implementation "org.flywaydb:flyway-database-postgresql:11.2.0"
implementation "org.jetbrains.exposed:exposed-spring-boot-starter:0.58.0"
implementation "org.jetbrains.exposed:exposed-jdbc:0.58.0"
Expand Down

0 comments on commit f1ab70b

Please sign in to comment.