Skip to content

Commit 6b5d02c

Browse files
IS-2756: Update vulnerable dependencies (#553)
1 parent 9e1ba67 commit 6b5d02c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ group = "no.nav.syfo"
44
version = "1.0.0"
55

66
val altinnCorrespondenceAgencyExternalVersion = "1.2020.01.20-15.44-063ae9f84815"
7-
val cxfVersion = "3.5.7"
7+
val cxfVersion = "3.6.4"
88
val confluentVersion = "7.6.1"
99
val flywayVersion = "10.17.3"
1010
val hikariVersion = "5.1.0"
1111
val isdialogmoteSchemaVersion = "1.0.5"
1212
val jacksonDataTypeVersion = "2.17.2"
1313
val jedisVersion = "5.1.3"
1414
val jsonVersion = "20240303"
15-
val jettyVersion = "9.4.54.v20240208"
15+
val jettyVersion = "9.4.56.v20240826"
1616
val joseVersion = "0.9.4"
1717
val kafkaVersion = "3.7.0"
1818
val ktorVersion = "2.3.12"
@@ -172,7 +172,7 @@ dependencies {
172172
implementation("org.apache.avro:avro") {
173173
because("no.nav.syfo.dialogmote.avro:isdialogmote-schema:$isdialogmoteSchemaVersion -> https://nvd.nist.gov/vuln/detail/CVE-2023-39410")
174174
version {
175-
require("1.11.3")
175+
require("1.12.0")
176176
}
177177
}
178178
}

0 commit comments

Comments
 (0)