Skip to content

Commit 3c27137

Browse files
committed
Remove unused dependencies and update library versions
Unused `reactor-spring` dependency has been removed from multiple modules. Library versions have been updated across the project to keep dependencies up to date, ensuring compatibility and addressing potential issues. #deploy-tilbakemelding-api #deploy-organisasjon-faste-data-service #deploy-test-dolly-backend
1 parent 3a70c6d commit 3c27137

3 files changed

Lines changed: 20 additions & 23 deletions

File tree

apps/organisasjon-faste-data-service/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ dependencies {
3636

3737
implementation "org.springdoc:springdoc-openapi-starter-webmvc-ui:$versions.springdoc"
3838
implementation "io.swagger.core.v3:swagger-annotations-jakarta:$versions.swagger"
39-
implementation "org.projectreactor:reactor-spring:$versions.reactorSpring"
4039

4140
testImplementation "org.springframework.cloud:spring-cloud-contract-wiremock"
4241
}

apps/tilbakemelding-api/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ dependencies {
2121
implementation "org.springframework.boot:spring-boot-starter-security"
2222
implementation "org.springframework.boot:spring-boot-starter-web"
2323

24-
implementation "org.projectreactor:reactor-spring:$versions.reactorSpring"
2524
implementation "org.reactivestreams:reactive-streams:1.0.4"
2625
implementation "org.springdoc:springdoc-openapi-starter-webmvc-ui:$versions.springdoc"
2726

plugins/java/src/main/groovy/dolly-versions.gradle

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ class DollyVersionCatalog {
44
String navAltinnInntektsmelding = "1.2019.08.16-13.46-35cbdfd492d4"
55
String navFellesregister = "2020.08.27-09.53-183ead3d81eb"
66

7-
String springBoot = "3.4.1"
8-
String springSession = "3.4.1"
9-
String springCloud = "2024.0.0"
7+
String springBoot = "3.4.5"
8+
String springSession = "3.4.3"
9+
String springCloud = "2024.0.1"
1010

11-
String gcpSecretManager = "5.9.0"
11+
String gcpSecretManager = "5.10.0"
1212

1313
String apacheAvro = "1.12.0"
14-
String apacheKafka = "3.9.0"
15-
String apachePoi = "5.3.0"
16-
String assertj = "3.27.2"
17-
String avroSerializer = "7.8.0"
18-
String bouncyCastle = "1.79"
19-
String guava = "33.4.0-jre"
20-
String grpc = "1.69.0"
21-
String jackson = "2.18.2"
14+
String apacheKafka = "4.0.0"
15+
String apachePoi = "5.4.1"
16+
String assertj = "3.27.3"
17+
String avroSerializer = "7.9.1"
18+
String bouncyCastle = "1.80"
19+
String guava = "33.4.8-jre"
20+
String grpc = "1.70.2"
21+
String jackson = "2.19.0"
2222
String jakartaActivation = "2.1.3"
2323
String jakartaValidation = "3.1.0"
2424
String jakartaXmlBindApi = "4.0.2"
@@ -27,14 +27,13 @@ class DollyVersionCatalog {
2727
String jaxb = "4.0.5"
2828
String jaxws = "4.0.3"
2929
String jweaver = "1.9.22.1"
30-
String jwt = "4.4.0"
31-
String logback = "8.0"
32-
String mq = "3.3.5"
30+
String jwt = "4.5.0"
31+
String logback = "8.1"
32+
String mq = "3.4.3"
3333
String okhttp = "4.12.0"
34-
String opensearch = "1.6.1"
34+
String opensearch = "1.6.3" // https://github.com/opensearch-project/spring-data-opensearch/releases
3535
String orika = "1.5.4"
36-
String reactorSpring = "1.0.1.RELEASE"
37-
String reactorTest = "3.7.1"
38-
String springdoc = "2.8.0"
39-
String swagger = "2.2.27"
40-
}
36+
String reactorTest = "3.7.6"
37+
String springdoc = "2.8.8"
38+
String swagger = "2.2.30"
39+
}

0 commit comments

Comments
 (0)