Skip to content

Commit

Permalink
reactor-test bruker version plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc3092 committed Jul 9, 2024
1 parent 7dea000 commit dda5ba1
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/bruker-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
runtimeOnly 'org.postgresql:postgresql'
runtimeOnly 'com.h2database:h2'

testImplementation 'io.projectreactor:reactor-test'
testImplementation 'io.projectreactor:reactor-test:$versions.reactorTest'
testImplementation 'org.springframework.cloud:spring-cloud-contract-wiremock'
testImplementation 'org.assertj:assertj-core:$versions.assertj'
testImplementation 'no.nav.testnav.libs:integration-test'
Expand Down
2 changes: 1 addition & 1 deletion apps/dolly-backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies {
testImplementation 'org.springframework.security:spring-security-test'
testImplementation 'org.springframework.cloud:spring-cloud-contract-wiremock'
testImplementation 'com.h2database:h2'
testImplementation 'io.projectreactor:reactor-test:3.6.5'
testImplementation 'io.projectreactor:reactor-test:$versions.reactorTest'
testImplementation 'org.testcontainers:junit-jupiter'
testImplementation 'org.testcontainers:postgresql'
testImplementation 'org.bitbucket.b_c:jose4j:0.9.6'
Expand Down
2 changes: 1 addition & 1 deletion apps/generer-organisasjon-populasjon-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {

implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:$versions.springdoc'
implementation 'io.swagger.core.v3:swagger-annotations-jakarta:$versions.swagger'
implementation 'org.projectreactor:reactor-spring:$versions.reactor'
implementation 'org.projectreactor:reactor-spring:$versions.reactorSpring'
implementation 'org.postgresql:postgresql'

testImplementation 'org.springframework.cloud:spring-cloud-contract-wiremock'
Expand Down
2 changes: 1 addition & 1 deletion apps/organisasjon-faste-data-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {

implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:$versions.springdoc'
implementation 'io.swagger.core.v3:swagger-annotations-jakarta:$versions.swagger'
implementation 'org.projectreactor:reactor-spring:$versions.reactor'
implementation 'org.projectreactor:reactor-spring:$versions.reactorSpring'

testImplementation 'org.springframework.cloud:spring-cloud-contract-wiremock'
}
2 changes: 1 addition & 1 deletion apps/tilbakemelding-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {

implementation 'org.reactivestreams:reactive-streams:1.0.4'

implementation 'org.projectreactor:reactor-spring:$versions.reactor'
implementation 'org.projectreactor:reactor-spring:$versions.reactorSpring'

testImplementation 'org.springframework.cloud:spring-cloud-contract-wiremock'
}
2 changes: 1 addition & 1 deletion libs/reactive-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-webflux'
implementation 'net.logstash.logback:logstash-logback-encoder:$versions.logback'

testImplementation 'io.projectreactor:reactor-test:3.6.5'
testImplementation 'io.projectreactor:reactor-test:$versions.reactorTest'
}
3 changes: 2 additions & 1 deletion plugins/java/src/main/groovy/dolly-versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ class DollyVersionCatalog {
String okhttp = "4.10.0"
String opensearch = "1.4.0"
String orika = "1.5.4"
String reactor = "1.0.1.RELEASE"
String reactorSpring = "1.0.1.RELEASE"
String reactorTest = "3.6.5"
String springdoc = "2.5.0"
String swagger = "2.2.21"
}

0 comments on commit dda5ba1

Please sign in to comment.