Skip to content

Commit

Permalink
[JN-1457]: Bump org.springframework.boot:spring-boot-starter-test fro…
Browse files Browse the repository at this point in the history
…m 3.3.2 to 3.4.0 (#1272)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent e6e1bd3 commit b995a1c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api-admin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
//'org.bouncycastle:bcprov-jdk15on:1.70',
'io.jsonwebtoken:jjwt-jackson:0.11.5' // or 'io.jsonwebtoken:jjwt-gson:0.11.5' for gson
testImplementation 'org.junit.jupiter:junit-jupiter-api'
testImplementation('org.springframework.boot:spring-boot-starter-test:3.3.2') {
testImplementation('org.springframework.boot:spring-boot-starter-test:3.4.0') {
// Fixes warning about multiple occurrences of JSONObject on the classpath
exclude group: 'com.vaadin.external.google', module: 'android-json'
}
Expand Down
2 changes: 1 addition & 1 deletion api-participant/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
'io.jsonwebtoken:jjwt-jackson:0.11.5' // or 'io.jsonwebtoken:jjwt-gson:0.11.5' for gson

testImplementation 'org.junit.jupiter:junit-jupiter-api'
testImplementation('org.springframework.boot:spring-boot-starter-test:3.3.2') {
testImplementation('org.springframework.boot:spring-boot-starter-test:3.4.0') {
// Fixes warning about multiple occurrences of JSONObject on the classpath
exclude group: 'com.vaadin.external.google', module: 'android-json'
}
Expand Down
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ dependencies {
liquibaseRuntime 'ch.qos.logback:logback-classic'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.1'
testImplementation 'org.springframework.boot:spring-boot-starter-test:3.3.2'
testImplementation 'org.springframework.boot:spring-boot-starter-test:3.4.0'
testImplementation 'com.squareup.okhttp3:mockwebserver:4.11.0'
testImplementation 'com.github.seregamorph:hamcrest-more-matchers:0.1'

testFixturesImplementation 'org.springframework.boot:spring-boot-starter-test:3.3.2'
testFixturesImplementation 'org.springframework.boot:spring-boot-starter-test:3.4.0'
testFixturesImplementation 'org.apache.commons:commons-text:1.12.0'
testFixturesImplementation 'com.fasterxml.jackson.core:jackson-databind:2.18.1'
}
Expand Down
2 changes: 1 addition & 1 deletion pepper-import/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
implementation group: 'org.jdbi', name: 'jdbi3-postgres', version: '3.34.0'
implementation 'org.apache.commons:commons-text:1.12.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.1'
testImplementation 'org.springframework.boot:spring-boot-starter-test:3.3.2'
testImplementation 'org.springframework.boot:spring-boot-starter-test:3.4.0'
implementation 'org.springframework.boot:spring-boot-starter-data-jdbc:3.3.2'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.1'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.2'
Expand Down
2 changes: 1 addition & 1 deletion populate/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
implementation group: 'org.jdbi', name: 'jdbi3-postgres', version: '3.34.0'
implementation 'org.apache.commons:commons-text:1.12.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.1'
testImplementation 'org.springframework.boot:spring-boot-starter-test:3.3.2'
testImplementation 'org.springframework.boot:spring-boot-starter-test:3.4.0'
implementation 'org.springframework.boot:spring-boot-starter-data-jdbc:3.3.2'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.1'
implementation 'org.yaml:snakeyaml:2.3'
Expand Down

0 comments on commit b995a1c

Please sign in to comment.