Skip to content

Commit

Permalink
Oppdaterte avhengigheter
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsmsa committed Dec 16, 2024
1 parent a2042f5 commit 5aa44b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ arbeidssokerregisteretVersion = "1.9348086045.48-1"
bekreftelseSchemaVersion = "24.10.28.13-1"
arrowVersion = "1.2.4"
arrowJacksonIntegrationVersion = "0.14.1"
comSksamuelHopliteVersion = "2.8.2"
comSksamuelHopliteVersion = "2.9.0"
graphqlClientVersion = "8.2.1"
orgApacheKafkaVersion = "3.7.1"
ioConfluentKafkaVersion = "7.7.1"
orgApacheKafkaVersion = "3.7.2"
ioConfluentKafkaVersion = "7.8.0"
orgApacheAvroVersion = "1.12.0"
comFasterxmlJacksonVersion = "2.18.2"
kotlinExposedVersion = "0.56.0"
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
kotlin("jvm") version "2.0.21" apply false
kotlin("jvm") version "2.1.0" apply false
kotlin("plugin.serialization") version "2.0.21" apply false
id("com.google.cloud.tools.jib") version "3.4.4" apply false
id("org.openapi.generator") version "7.9.0" apply false
id("org.openapi.generator") version "7.10.0" apply false
id("com.github.davidmc24.gradle.plugin.avro") version "1.9.1" apply false
id("com.expediagroup.graphql") version "8.2.1" apply false
}
Expand Down

0 comments on commit 5aa44b9

Please sign in to comment.