Skip to content

Commit

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

Bumps the minorandpatch group with 7 updates in the /backend directory:

| Package | From | To |
| --- | --- | --- |
| org.flywaydb:flyway-database-postgresql | `10.16.0` | `10.17.0` |
| [org.jetbrains.exposed:exposed-spring-boot-starter](https://github.com/JetBrains/Exposed) | `0.52.0` | `0.53.0` |
| [org.jetbrains.exposed:exposed-jdbc](https://github.com/JetBrains/Exposed) | `0.52.0` | `0.53.0` |
| [org.jetbrains.exposed:exposed-json](https://github.com/JetBrains/Exposed) | `0.52.0` | `0.53.0` |
| [org.jetbrains.exposed:exposed-kotlin-datetime](https://github.com/JetBrains/Exposed) | `0.52.0` | `0.53.0` |
| [org.tukaani:xz](https://github.com/tukaani-project/xz-java) | `1.9` | `1.10` |
| [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.20.0` | `1.20.1` |



Updates `org.flywaydb:flyway-database-postgresql` from 10.16.0 to 10.17.0

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

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

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

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

Updates `org.tukaani:xz` from 1.9 to 1.10
- [Release notes](https://github.com/tukaani-project/xz-java/releases)
- [Changelog](https://github.com/tukaani-project/xz-java/blob/master/NEWS.md)
- [Commits](tukaani-project/xz-java@v1.9...v1.10)

Updates `org.testcontainers:postgresql` from 1.20.0 to 1.20.1
- [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.20.0...1.20.1)

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-database-postgresql
  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: org.tukaani:xz
  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
...

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 2, 2024
1 parent ddafb7e commit 0f2d00f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ dependencies {
implementation "org.postgresql:postgresql:42.7.3"
implementation "org.apache.commons:commons-csv:1.11.0"
implementation "org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0"
implementation "org.flywaydb:flyway-database-postgresql:10.16.0"
implementation "org.jetbrains.exposed:exposed-spring-boot-starter:0.52.0"
implementation "org.jetbrains.exposed:exposed-jdbc:0.52.0"
implementation "org.jetbrains.exposed:exposed-json:0.52.0"
implementation "org.jetbrains.exposed:exposed-kotlin-datetime:0.52.0"
implementation "org.flywaydb:flyway-database-postgresql:10.17.0"
implementation "org.jetbrains.exposed:exposed-spring-boot-starter:0.53.0"
implementation "org.jetbrains.exposed:exposed-jdbc:0.53.0"
implementation "org.jetbrains.exposed:exposed-json:0.53.0"
implementation "org.jetbrains.exposed:exposed-kotlin-datetime:0.53.0"
implementation "org.jetbrains.kotlinx:kotlinx-datetime:0.6.0"
implementation "org.hibernate.validator:hibernate-validator:8.0.1.Final"
implementation "org.keycloak:keycloak-admin-client:23.0.7"
Expand All @@ -49,7 +49,7 @@ dependencies {

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

implementation("org.redundent:kotlin-xml-builder:1.9.1")
implementation("org.jsoup:jsoup:1.18.1")
Expand All @@ -61,7 +61,7 @@ dependencies {
testImplementation "io.jsonwebtoken:jjwt-impl:0.12.6"
testImplementation "io.jsonwebtoken:jjwt-jackson:0.12.6"
testImplementation "com.ninja-squad:springmockk:4.0.2"
testImplementation "org.testcontainers:postgresql:1.20.0"
testImplementation "org.testcontainers:postgresql:1.20.1"
testImplementation "org.junit.platform:junit-platform-launcher:1.10.3"
ktlint("com.pinterest.ktlint:ktlint-cli:1.3.1") {
attributes {
Expand Down

0 comments on commit 0f2d00f

Please sign in to comment.