Skip to content

Commit

Permalink
Bump the dependencies group with 8 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) | `1.9.21` | `1.9.22` |
| [com.fasterxml.jackson.module:jackson-module-jaxb-annotations](https://github.com/FasterXML/jackson-modules-base) | `2.16.0` | `2.16.1` |
| [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.16.0` | `2.16.1` |
| [com.fasterxml.jackson.dataformat:jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) | `2.16.0` | `2.16.1` |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.16.0` | `2.16.1` |
| [org.flywaydb:flyway-core](https://github.com/flyway/flyway) | `10.3.0` | `10.4.1` |
| org.flywaydb:flyway-database-postgresql | `10.3.0` | `10.4.1` |
| [jvm](https://github.com/JetBrains/kotlin) | `1.9.21` | `1.9.22` |


Updates `org.jetbrains.kotlin:kotlin-stdlib` 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 `com.fasterxml.jackson.module:jackson-module-jaxb-annotations` from 2.16.0 to 2.16.1
- [Commits](FasterXML/jackson-modules-base@jackson-modules-base-2.16.0...jackson-modules-base-2.16.1)

Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.16.0 to 2.16.1
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.16.0...jackson-module-kotlin-2.16.1)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.16.0 to 2.16.1
- [Commits](FasterXML/jackson-dataformat-xml@jackson-dataformat-xml-2.16.0...jackson-dataformat-xml-2.16.1)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.16.0 to 2.16.1

Updates `org.flywaydb:flyway-core` from 10.3.0 to 10.4.1
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-10.3.0...flyway-10.4.1)

Updates `org.flywaydb:flyway-database-postgresql` from 10.3.0 to 10.4.1

Updates `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)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.module:jackson-module-jaxb-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.flywaydb:flyway-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent a541aca commit 944f2b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ val coroutinesVersion = "1.7.3"
val syfoXmlCodegenVersion = "2.0.1"
val ibmMqVersion = "9.3.1.0"
val javaxActivationVersion = "1.1.1"
val jacksonVersion = "2.16.0"
val jacksonVersion = "2.16.1"
val jaxbApiVersion = "2.4.0-b180830.0359"
val kafkaVersion = "3.6.1"
val ktorVersion = "2.3.7"
Expand All @@ -20,10 +20,10 @@ val jaxwsToolsVersion = "2.3.2"
val jaxbRuntimeVersion = "2.4.0-b180830.0438"
val javaTimeAdapterVersion = "1.1.3"
val mockkVersion = "1.13.8"
val kotlinVersion = "1.9.21"
val kotlinVersion = "1.9.22"
val googleCloudStorageVersion = "2.30.1"
val junitJupiterVersion = "5.10.1"
val flywayVersion = "10.3.0"
val flywayVersion = "10.4.1"
val hikariVersion = "5.1.0"
val postgresVersion = "42.7.1"
val embeddedPostgresVersion = "2.0.6"
Expand All @@ -34,7 +34,7 @@ val jsonVersion = "20231013"

plugins {
id("application")
kotlin("jvm") version "1.9.21"
kotlin("jvm") version "1.9.22"
id("com.diffplug.spotless") version "6.23.3"
id("com.github.johnrengelman.shadow") version "8.1.1"
}
Expand Down

0 comments on commit 944f2b9

Please sign in to comment.