Skip to content

Commit e1be5e3

Browse files
authored
Bump postgres and other dependencies (#240)
1 parent 60afc0d commit e1be5e3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

build.gradle.kts

+8-8
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ object Versions {
1010
const val dialogmeldingVersion = "1.5d21db9"
1111
const val fellesformat2Version = "1.0329dd1"
1212
const val flywayVersion = "9.22.3"
13-
const val hikariVersion = "5.0.1"
13+
const val hikariVersion = "5.1.0"
1414
const val ibmMqVersion = "9.3.4.1"
1515
const val jacksonVersion = "2.16.0"
1616
const val javaTimeAdapterVersion = "1.1.3"
17-
const val kafkaEmbeddedVersion = "3.2.1"
18-
const val kafkaVersion = "3.6.0"
17+
const val kafkaEmbeddedVersion = "3.2.3"
18+
const val kafkaVersion = "3.6.1"
1919
const val kithApprecVersion = "2019.07.30-04-23-2a0d1388209441ec05d2e92a821eed4f796a3ae2"
2020
const val kithHodemeldingVersion = "2019.07.30-12-26-5c924ef4f04022bbb850aaf299eb8e4464c1ca6a"
2121
const val kluentVersion = "1.73"
22-
const val ktorVersion = "2.3.7"
22+
const val ktorVersion = "2.3.8"
2323
const val logbackVersion = "1.4.14"
2424
const val logstashEncoderVersion = "7.4"
2525
const val javaxAnnotationApiVersion = "1.3.2"
@@ -29,19 +29,19 @@ object Versions {
2929
const val jaxwsApiVersion = "2.3.1"
3030
const val jaxwsToolsVersion = "2.3.7"
3131
const val junitJupiterVersion = "5.8.2"
32-
const val micrometerRegistry = "1.12.0"
32+
const val micrometerRegistry = "1.12.2"
3333
const val mockkVersion = "1.13.8"
3434
const val nimbusJoseJwt = "9.37.2"
3535
const val pdfboxVersion = "2.0.24"
3636
val postgresEmbedded = if (Os.isFamily(Os.FAMILY_MAC)) "1.0.0" else "0.13.4"
37-
const val postgresVersion = "42.6.0"
37+
const val postgresVersion = "42.7.2"
3838
const val scala = "2.13.9"
3939
const val spek = "2.0.19"
4040
}
4141

4242
plugins {
4343
java
44-
kotlin("jvm") version "1.9.21"
44+
kotlin("jvm") version "1.9.22"
4545
id("com.github.johnrengelman.shadow") version "8.1.1"
4646
id("org.jlleitschuh.gradle.ktlint") version "11.4.2"
4747
}
@@ -139,7 +139,7 @@ dependencies {
139139
implementation("org.eclipse.jetty.http2:http2-server") {
140140
because("no.nav:kafka-embedded-env:${Versions.kafkaEmbeddedVersion} -> https://advisory.checkmarx.net/advisory/vulnerability/CVE-2022-2048/")
141141
version {
142-
require("9.4.48.v20220622")
142+
require("9.4.54.v20240208")
143143
}
144144
}
145145
implementation("com.google.protobuf:protobuf-java") {

0 commit comments

Comments
 (0)