Skip to content

Commit

Permalink
Bump the dependencies group with 7 updates (#253)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 7 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` |
| [io.confluent:kafka-avro-serializer](https://github.com/confluentinc/schema-registry) | `7.5.2` | `7.5.3` |
| jvm | `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 `io.confluent:kafka-avro-serializer` from 7.5.2 to 7.5.3
- [Commits](https://github.com/confluentinc/schema-registry/commits)

Updates `jvm` from 1.9.21 to 1.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: io.confluent:kafka-avro-serializer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 2, 2024
1 parent f2244ef commit 88bfe8d
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 @@ -12,9 +12,9 @@ val kotestVersion = "5.8.0"
val jaxbApiVersion = "2.1"
val jaxbVersion = "2.3.0.1"
val javaxActivationVersion = "1.1.1"
val jacksonVersion = "2.16.0"
val jacksonVersion = "2.16.1"
val joarkHendelseVersion = "96ec5ebb"
val confluentVersion = "7.5.2"
val confluentVersion = "7.5.3"
val jettyVersion = "11.0.6"
val syfoXmlCodegenVersion = "2.0.1"
val commonsTextVersion = "1.11.0"
Expand All @@ -24,7 +24,7 @@ val jaxbRuntimeVersion = "2.4.0-b180830.0438"
val smCommonVersion = "2.0.8"
val javaTimeAdapterVersion = "1.1.3"
val ioMockVersion = "1.13.8"
val kotlinVersion = "1.9.21"
val kotlinVersion = "1.9.22"
val okhttp3Version = "4.11.0"
val commonsCodecVersion = "1.16.0"
val caffeineVersion = "3.1.8"
Expand All @@ -34,7 +34,7 @@ val avroVersion = "1.11.3"

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

0 comments on commit 88bfe8d

Please sign in to comment.