Skip to content

Commit bc59156

Browse files
authored
Bump dependencies (#525)
1 parent eccd70b commit bc59156

File tree

1 file changed

+22
-11
lines changed

1 file changed

+22
-11
lines changed

build.gradle.kts

+22-11
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,30 @@ version = "1.0.0"
66

77
val altinnCorrespondenceAgencyExternalVersion = "1.2020.01.20-15.44-063ae9f84815"
88
val cxfVersion = "3.5.7"
9-
val confluentVersion = "7.5.1"
9+
val confluentVersion = "7.6.0"
1010
val flywayVersion = "9.22.3"
11-
val hikariVersion = "5.0.1"
11+
val hikariVersion = "5.1.0"
1212
val isdialogmoteSchemaVersion = "1.0.5"
13-
val jacksonDataTypeVersion = "2.16.0"
13+
val jacksonDataTypeVersion = "2.17.1"
1414
val jedisVersion = "5.1.0"
15-
val kafkaVersion = "3.6.0"
16-
val kafkaEmbeddedVersion = "3.2.3"
17-
val ktorVersion = "2.3.8"
15+
val jsonVersion = "20240303"
16+
val jettyVersion = "9.4.54.v20240208"
17+
val joseVersion = "0.9.4"
18+
val kafkaVersion = "3.7.0"
19+
val kafkaEmbeddedVersion = "3.2.5"
20+
val ktorVersion = "2.3.11"
1821
val kluentVersion = "1.73"
1922
val jaxbApiVersion = "2.3.1"
2023
val jaxbRuntimeVersion = "2.3.6"
2124
val jaxsWsApiVersion = "2.3.1"
2225
val jaxwsToolsVersion = "2.3.5"
23-
val jettyVersion = "9.4.53.v20231009"
2426
val logbackVersion = "1.4.14"
2527
val logstashEncoderVersion = "7.4"
26-
val micrometerRegistryVersion = "1.12.0"
27-
val mockkVersion = "1.13.8"
28-
val nimbusjosejwtVersion = "9.37.2"
28+
val micrometerRegistryVersion = "1.12.6"
29+
val mockkVersion = "1.13.9"
30+
val nimbusjosejwtVersion = "9.39.1"
2931
val postgresEmbeddedVersion = "2.0.7"
30-
val postgresVersion = "42.7.2"
32+
val postgresVersion = "42.7.3"
3133
val redisEmbeddedVersion = "0.7.3"
3234
val spekVersion = "2.0.19"
3335
val tjenesteSpesifikasjonerGithubVersion = "1.2020.06.11-19.53-1cad83414166"
@@ -80,6 +82,7 @@ dependencies {
8082
// Logging
8183
implementation("ch.qos.logback:logback-classic:$logbackVersion")
8284
implementation("net.logstash.logback:logstash-logback-encoder:$logstashEncoderVersion")
85+
implementation("org.json:json:$jsonVersion")
8386

8487
// Metrics and Prometheus
8588
implementation("io.ktor:ktor-server-metrics-micrometer:$ktorVersion")
@@ -105,6 +108,14 @@ dependencies {
105108
exclude(group = "log4j")
106109
}
107110
implementation("org.apache.kafka:kafka_2.13:$kafkaVersion", excludeLog4j)
111+
constraints {
112+
implementation("org.bitbucket.b_c:jose4j") {
113+
because("org.bitbucket.b_c:jose4j:0.9.3 -> https://ossindex.sonatype.org/vulnerability/CVE-2023-51775")
114+
version {
115+
require("$joseVersion")
116+
}
117+
}
118+
}
108119
implementation("io.confluent:kafka-avro-serializer:$confluentVersion", excludeLog4j)
109120
constraints {
110121
implementation("org.apache.commons:commons-compress") {

0 commit comments

Comments
 (0)