Skip to content

Commit d9baafa

Browse files
Update all non-major dependencies
1 parent d56ff80 commit d9baafa

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ jacocoTestReport {
6666
test.finalizedBy jacocoTestReport
6767

6868
dependencies {
69-
testImplementation 'org.junit.jupiter:junit-jupiter:5.6.2'
70-
testImplementation 'org.junit.jupiter:junit-jupiter-migrationsupport:5.6.2'
71-
testImplementation 'org.mockito:mockito-core:4.9.0'
72-
testImplementation 'org.assertj:assertj-core:3.10.0'
69+
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
70+
testImplementation 'org.junit.jupiter:junit-jupiter-migrationsupport:5.13.4'
71+
testImplementation 'org.mockito:mockito-core:4.11.0'
72+
testImplementation 'org.assertj:assertj-core:3.27.6'
7373
compileOnly 'com.google.code.findbugs:jsr305:3.0.2'
7474
compileOnly 'org.sonarsource.api.plugin:sonar-plugin-api:9.13.0.360'
75-
testImplementation 'org.sonarsource.sonarqube:sonar-plugin-api-impl:9.7.1.62043'
75+
testImplementation 'org.sonarsource.sonarqube:sonar-plugin-api-impl:9.9.9.104369'
7676
}
7777

7878
test {

its/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ plugins {
55
description = 'SonarQube JaCoCo :: Integration Tests'
66

77
dependencies {
8-
testImplementation 'org.junit.jupiter:junit-jupiter:5.6.2'
9-
testImplementation 'org.junit.jupiter:junit-jupiter-migrationsupport:5.6.2'
8+
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
9+
testImplementation 'org.junit.jupiter:junit-jupiter-migrationsupport:5.13.4'
1010
testImplementation 'org.mockito:mockito-core:1.10.19'
11-
testImplementation 'org.assertj:assertj-core:3.10.0'
12-
testImplementation 'org.sonarsource.orchestrator:sonar-orchestrator-junit4:5.5.0.2535'
13-
testImplementation 'org.sonarsource.sonarqube:sonar-ws:6.7'
14-
testImplementation 'com.google.code.findbugs:jsr305:2.0.2'
11+
testImplementation 'org.assertj:assertj-core:3.27.6'
12+
testImplementation 'org.sonarsource.orchestrator:sonar-orchestrator-junit4:5.6.2.2625'
13+
testImplementation 'org.sonarsource.sonarqube:sonar-ws:6.7.7'
14+
testImplementation 'com.google.code.findbugs:jsr305:2.0.3'
1515
}
1616

1717
test {

0 commit comments

Comments
 (0)