Skip to content

Commit

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

Bumps the minorandpatch group in /backend with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [org.jetbrains.exposed:exposed-spring-boot-starter](https://github.com/JetBrains/Exposed) | `0.49.0` | `0.50.1` |
| [org.jetbrains.exposed:exposed-jdbc](https://github.com/JetBrains/Exposed) | `0.49.0` | `0.50.1` |
| [org.jetbrains.exposed:exposed-json](https://github.com/JetBrains/Exposed) | `0.49.0` | `0.50.1` |
| [org.jetbrains.exposed:exposed-kotlin-datetime](https://github.com/JetBrains/Exposed) | `0.49.0` | `0.50.1` |
| [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.19.7` | `1.19.8` |
| [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) | `1.9.23` | `1.9.24` |
| [org.jetbrains.kotlin.plugin.spring](https://github.com/JetBrains/kotlin) | `1.9.23` | `1.9.24` |
| org.jlleitschuh.gradle.ktlint | `12.1.0` | `12.1.1` |


Updates `org.jetbrains.exposed:exposed-spring-boot-starter` from 0.49.0 to 0.50.1
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@0.49.0...0.50.1)

Updates `org.jetbrains.exposed:exposed-jdbc` from 0.49.0 to 0.50.1
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@0.49.0...0.50.1)

Updates `org.jetbrains.exposed:exposed-json` from 0.49.0 to 0.50.1
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@0.49.0...0.50.1)

Updates `org.jetbrains.exposed:exposed-kotlin-datetime` from 0.49.0 to 0.50.1
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@0.49.0...0.50.1)

Updates `org.testcontainers:postgresql` from 1.19.7 to 1.19.8
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.19.7...1.19.8)

Updates `org.jetbrains.kotlin.jvm` from 1.9.23 to 1.9.24
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.23...v1.9.24)

Updates `org.jetbrains.kotlin.plugin.spring` from 1.9.23 to 1.9.24
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.23...v1.9.24)

Updates `org.jlleitschuh.gradle.ktlint` from 12.1.0 to 12.1.1

---
updated-dependencies:
- 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: org.testcontainers:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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
- dependency-name: org.jlleitschuh.gradle.ktlint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 10, 2024
1 parent 48b3bda commit c271749
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ 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.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'
id 'org.jetbrains.kotlin.jvm' version '1.9.24'
id 'org.jetbrains.kotlin.plugin.spring' version '1.9.24'
id 'org.jlleitschuh.gradle.ktlint' version '12.1.1'
id 'org.springdoc.openapi-gradle-plugin' version '1.8.0'
}

Expand Down Expand Up @@ -36,10 +36,10 @@ dependencies {
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.1"
implementation "org.jetbrains.exposed:exposed-jdbc:0.50.1"
implementation "org.jetbrains.exposed:exposed-json:0.50.1"
implementation "org.jetbrains.exposed:exposed-kotlin-datetime:0.50.1"
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"
Expand All @@ -61,7 +61,7 @@ dependencies {
testImplementation "io.jsonwebtoken:jjwt-impl:0.12.5"
testImplementation "io.jsonwebtoken:jjwt-jackson:0.12.5"
testImplementation "com.ninja-squad:springmockk:4.0.2"
testImplementation "org.testcontainers:postgresql:1.19.7"
testImplementation "org.testcontainers:postgresql:1.19.8"
testImplementation "org.junit.platform:junit-platform-launcher:1.10.2"
}

Expand Down

0 comments on commit c271749

Please sign in to comment.