Skip to content

Commit

Permalink
Bump versions (#621)
Browse files Browse the repository at this point in the history
* Bump org.jetbrains.kotlinx:kotlinx-datetime from 0.4.1 to 0.5.0

Bumps [org.jetbrains.kotlinx:kotlinx-datetime](https://github.com/Kotlin/kotlinx-datetime) from 0.4.1 to 0.5.0.
- [Release notes](https://github.com/Kotlin/kotlinx-datetime/releases)
- [Changelog](https://github.com/Kotlin/kotlinx-datetime/blob/master/CHANGELOG.md)
- [Commits](Kotlin/kotlinx-datetime@v0.4.1...v0.5.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-datetime
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump jsonschema from 4.33.0 to 4.33.1

Bumps `jsonschema` from 4.33.0 to 4.33.1.

Updates `com.github.victools:jsonschema-generator` from 4.33.0 to 4.33.1
- [Release notes](https://github.com/victools/jsonschema-generator/releases)
- [Changelog](https://github.com/victools/jsonschema-generator/blob/main/CHANGELOG.md)
- [Commits](victools/jsonschema-generator@v4.33.0...v4.33.1)

Updates `com.github.victools:jsonschema-module-jakarta-validation` from 4.33.0 to 4.33.1
- [Release notes](https://github.com/victools/jsonschema-generator/releases)
- [Changelog](https://github.com/victools/jsonschema-generator/blob/main/CHANGELOG.md)
- [Commits](victools/jsonschema-generator@v4.33.0...v4.33.1)

---
updated-dependencies:
- dependency-name: com.github.victools:jsonschema-generator
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.github.victools:jsonschema-module-jakarta-validation
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump kotlin from 1.9.21 to 1.9.22

Bumps `kotlin` from 1.9.21 to 1.9.22.

Updates `org.jetbrains.kotlin.multiplatform` from 1.9.21 to 1.9.22
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.21...v1.9.22)

Updates `org.jetbrains.kotlin.jvm` from 1.9.21 to 1.9.22
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.21...v1.9.22)

Updates `org.jetbrains.kotlin.js` from 1.9.21 to 1.9.22
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.21...v1.9.22)

Updates `org.jetbrains.kotlin.plugin.serialization` from 1.9.21 to 1.9.22
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.21...v1.9.22)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.multiplatform
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin.js
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin.plugin.serialization
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump com.fasterxml.jackson.core:jackson-databind from 2.16.0 to 2.16.1

Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.16.0 to 2.16.1.
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump org.openapitools:openapi-generator-cli from 7.1.0 to 7.2.0

Bumps org.openapitools:openapi-generator-cli from 7.1.0 to 7.2.0.

---
updated-dependencies:
- dependency-name: org.openapitools:openapi-generator-cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
Montagon and dependabot[bot] authored Jan 2, 2024
1 parent 420efb6 commit ce8915c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
arrow = "1.2.1"
arrowGradle = "0.12.0-rc.6"
exposed = "0.45.0"
kotlin = "1.9.21"
kotlin = "1.9.22"
kotlinx-json = "1.6.2"
kotlinx-datetime = "0.4.1"
kotlinx-datetime = "0.5.0"
ktor = "2.3.7"
ktor-logging = "0.4.0"
spotless = "6.23.3"
Expand All @@ -28,8 +28,8 @@ pdfbox = "3.0.1"
mysql = "8.0.33"
semverGradle = "0.5.0-rc.6"
openai-client-version = "3.6.2"
jackson = "2.16.0"
jsonschema = "4.33.0"
jackson = "2.16.1"
jsonschema = "4.33.1"
jakarta = "3.0.2"
suspendApp = "0.4.0"
flyway = "10.4.1"
Expand Down
2 changes: 1 addition & 1 deletion openai-client/generator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

dependencies {
implementation("org.openapitools:openapi-generator-cli:7.1.0")
implementation("org.openapitools:openapi-generator-cli:7.2.0")
}

tasks.test {
Expand Down

0 comments on commit ce8915c

Please sign in to comment.