Skip to content

Commit

Permalink
chore(deps): bump the minorandpatch group in /backend with 3 updates (#…
Browse files Browse the repository at this point in the history
…2418)

Bumps the minorandpatch group in /backend with 3 updates: org.apache.commons:commons-compress, [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) and [org.jetbrains.kotlin.plugin.spring](https://github.com/JetBrains/kotlin).


Updates `org.apache.commons:commons-compress` from 1.26.2 to 1.27.0

Updates `org.jetbrains.kotlin.jvm` from 2.0.0 to 2.0.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.0...v2.0.10)

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

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-compress
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: org.jetbrains.kotlin.plugin.spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
...

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 Aug 12, 2024
1 parent 92b4102 commit f08fbeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent
plugins {
id 'org.springframework.boot' version '3.3.2'
id 'io.spring.dependency-management' version '1.1.6'
id 'org.jetbrains.kotlin.jvm' version '2.0.0'
id 'org.jetbrains.kotlin.plugin.spring' version '2.0.0'
id 'org.jetbrains.kotlin.jvm' version '2.0.10'
id 'org.jetbrains.kotlin.plugin.spring' version '2.0.10'
id 'org.jlleitschuh.gradle.ktlint' version '12.1.1'
id 'org.springdoc.openapi-gradle-plugin' version '1.9.0'
}
Expand Down Expand Up @@ -47,7 +47,7 @@ dependencies {
implementation "org.springframework.boot:spring-boot-starter-oauth2-resource-server"
implementation "org.springframework.boot:spring-boot-starter-security"

implementation 'org.apache.commons:commons-compress:1.26.2'
implementation 'org.apache.commons:commons-compress:1.27.0'
implementation 'com.github.luben:zstd-jni:1.5.6-4'
implementation 'org.tukaani:xz:1.10'

Expand Down

0 comments on commit f08fbeb

Please sign in to comment.