Skip to content

Commit

Permalink
Security updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Bdegraaf1234 committed Jul 23, 2024
1 parent 4c31e4a commit 8f6c498
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions java-sdk/buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
object Versions {
const val project = "0.8.10-SNAPSHOT"

const val kotlin = "1.9.10"
const val kotlin = "1.9.20"
const val java = 17
const val avroGenerator = "1.9.1"

Expand All @@ -10,14 +10,14 @@ object Versions {
const val jackson = "2.16.1"
const val argparse = "0.9.0"
const val radarJersey = "0.11.1"
const val junit = "5.10.1"
const val confluent = "7.6.0"
const val junit = "5.10.3"
const val confluent = "7.6.2"
const val kafka = "$confluent-ce"
const val okHttp = "4.12.0"
const val ktor = "2.3.4"
const val slf4j = "2.0.9"
const val jakartaValidation = "3.0.2"
const val log4j2 = "2.20.0"
const val slf4j = "2.0.13"
const val jakartaValidation = "3.1.0"
const val log4j2 = "2.23.1"

const val gradle = "8.3"
}

0 comments on commit 8f6c498

Please sign in to comment.