Skip to content

Commit

Permalink
Bump the dependencies group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.1.0` |
| org.apache.kafka:kafka_2.12 | `3.8.1` | `3.9.0` |
| [io.confluent:kafka-avro-serializer](https://github.com/confluentinc/schema-registry) | `7.7.1` | `7.7.2` |
| [jvm](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.1.0` |
| com.gradleup.shadow | `8.3.3` | `8.3.5` |



Updates `org.jetbrains.kotlin:kotlin-stdlib` from 2.0.21 to 2.1.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `org.apache.kafka:kafka_2.12` from 3.8.1 to 3.9.0

Updates `io.confluent:kafka-avro-serializer` from 7.7.1 to 7.7.2
- [Commits](https://github.com/confluentinc/schema-registry/commits)

Updates `jvm` from 2.0.21 to 2.1.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `com.gradleup.shadow` from 8.3.3 to 8.3.5

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.kafka:kafka_2.12
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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-minor
  dependency-group: dependencies
- dependency-name: com.gradleup.shadow
  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 Nov 27, 2024
1 parent 2131a94 commit 10e7d45
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group = "no.nav.syfo"
version = "1.0.0"

val coroutinesVersion = "1.9.0"
val kafkaVersion = "3.8.1"
val kafkaVersion = "3.9.0"
val kluentVersion = "1.73"
val ktorVersion = "3.0.1"
val logbackVersion = "1.5.12"
Expand All @@ -16,14 +16,14 @@ val jaxbVersion = "2.3.0.1"
val javaxActivationVersion = "1.1.1"
val jacksonVersion = "2.18.1"
val joarkHendelseVersion = "96ec5ebb"
val confluentVersion = "7.7.1"
val confluentVersion = "7.7.2"
val syfoXmlCodegenVersion = "2.0.1"
val commonsTextVersion = "1.12.0"
val javaxAnnotationApiVersion = "1.3.2"
val jaxbRuntimeVersion = "2.4.0-b180830.0438"
val javaTimeAdapterVersion = "1.1.3"
val ioMockVersion = "1.13.13"
val kotlinVersion = "2.0.21"
val kotlinVersion = "2.1.0"
val caffeineVersion = "3.1.8"
val ktfmtVersion = "0.44"
val avroVersion = "1.12.0"
Expand All @@ -38,8 +38,8 @@ val javaVersion = JvmTarget.JVM_21

plugins {
id("application")
kotlin("jvm") version "2.0.21"
id("com.gradleup.shadow") version "8.3.3"
kotlin("jvm") version "2.1.0"
id("com.gradleup.shadow") version "8.3.5"
id("com.diffplug.spotless") version "6.25.0"
}

Expand Down

0 comments on commit 10e7d45

Please sign in to comment.