Skip to content

Commit f40f2dc

Browse files
Update all non-major dependencies
1 parent a12901d commit f40f2dc

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.sonarqube' version '7.0.0.6105'
2+
id 'org.sonarqube' version '7.2.2.6593'
33
id 'com.jfrog.artifactory' version '5.2.5'
44
id 'java'
55
id 'jacoco'
@@ -52,15 +52,15 @@ jacocoTestReport {
5252
test.finalizedBy jacocoTestReport
5353

5454
dependencies {
55-
testImplementation(platform('org.junit:junit-bom:5.6.2'))
55+
testImplementation(platform('org.junit:junit-bom:5.14.3'))
5656
testImplementation('org.junit.jupiter:junit-jupiter')
5757
testImplementation('org.junit.jupiter:junit-jupiter-migrationsupport')
5858
testRuntimeOnly('org.junit.platform:junit-platform-launcher')
59-
testImplementation('org.mockito:mockito-core:4.9.0')
60-
testImplementation('org.assertj:assertj-core:3.10.0')
59+
testImplementation('org.mockito:mockito-core:4.11.0')
60+
testImplementation('org.assertj:assertj-core:3.27.7')
6161
compileOnly('com.google.code.findbugs:jsr305:3.0.2')
6262
compileOnly('org.sonarsource.api.plugin:sonar-plugin-api:9.17.0.587')
63-
testImplementation('org.sonarsource.sonarqube:sonar-plugin-api-impl:9.7.1.62043')
63+
testImplementation('org.sonarsource.sonarqube:sonar-plugin-api-impl:9.9.9.104369')
6464
}
6565

6666
test {

its/build.gradle

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

77
dependencies {
8-
testImplementation(platform('org.junit:junit-bom:5.6.2'))
8+
testImplementation(platform('org.junit:junit-bom:5.14.3'))
99
testImplementation('org.junit.jupiter:junit-jupiter')
1010
testImplementation('org.junit.jupiter:junit-jupiter-migrationsupport')
1111
testRuntimeOnly('org.junit.platform:junit-platform-launcher')
1212
testImplementation('org.mockito:mockito-core:1.10.19')
13-
testImplementation('org.assertj:assertj-core:3.10.0')
14-
testImplementation('org.sonarsource.orchestrator:sonar-orchestrator-junit4:6.0.1.3892')
15-
testImplementation('org.sonarsource.sonarqube:sonar-ws:6.7')
13+
testImplementation('org.assertj:assertj-core:3.27.7')
14+
testImplementation('org.sonarsource.orchestrator:sonar-orchestrator-junit4:6.1.0.3962')
15+
testImplementation('org.sonarsource.sonarqube:sonar-ws:6.7.7')
1616
testImplementation('com.google.code.findbugs:jsr305:3.0.2')
1717
}
1818

0 commit comments

Comments
 (0)