Skip to content

Commit

Permalink
Bump postgres (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
geir-waagboe authored Feb 28, 2024
1 parent e53d696 commit 0094bf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ object Versions {
const val mockk = "1.13.9"
const val mq = "9.3.4.1"
const val nimbusjosejwt = "9.37.3"
const val postgres = "42.7.1"
const val postgres = "42.7.2"
val postgresEmbedded = if (Os.isFamily(Os.FAMILY_MAC)) "1.0.0" else "0.13.4"
const val spek = "2.0.19"
const val syfotjenester = "1.2021.06.09-13.09-b3d30de9996e"
Expand Down Expand Up @@ -112,7 +112,7 @@ dependencies {
implementation("org.apache.commons:commons-compress") {
because("org.apache.commons:commons-compress:1.22 -> https://www.cve.org/CVERecord?id=CVE-2012-2098")
version {
require("1.24.0")
require("1.26.0")
}
}
implementation("com.google.guava:guava") {
Expand Down

0 comments on commit 0094bf0

Please sign in to comment.