Skip to content

Commit

Permalink
Merge pull request #6 from RADAR-base/security/upgrade
Browse files Browse the repository at this point in the history
[Security] Vulnerability fixes
  • Loading branch information
pvannierop authored Oct 9, 2024
2 parents 863377b + ecb987e commit 4aa1d7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ object Versions {
const val kotlin = "1.9.10"

const val radarCommons = "1.1.2"
const val radarJersey = "0.10.0"
const val postgresql = "42.6.0"
const val radarJersey = "0.11.1"
const val postgresql = "42.6.1"
const val ktor = "2.3.5"
const val jedis = "5.0.2"

Expand Down

0 comments on commit 4aa1d7d

Please sign in to comment.