Skip to content

Commit 9d13b1c

Browse files
Update all non-major dependencies
1 parent 81789ca commit 9d13b1c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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.1.0.6387'
33
id 'com.jfrog.artifactory' version '5.2.5'
44
id 'java'
55
id 'jacoco'
@@ -51,15 +51,15 @@ jacocoTestReport {
5151
test.finalizedBy jacocoTestReport
5252

5353
dependencies {
54-
testImplementation(platform('org.junit:junit-bom:5.6.2'))
54+
testImplementation(platform('org.junit:junit-bom:5.14.1'))
5555
testImplementation('org.junit.jupiter:junit-jupiter')
5656
testImplementation('org.junit.jupiter:junit-jupiter-migrationsupport')
5757
testRuntimeOnly('org.junit.platform:junit-platform-launcher')
58-
testImplementation('org.mockito:mockito-core:4.9.0')
59-
testImplementation('org.assertj:assertj-core:3.10.0')
58+
testImplementation('org.mockito:mockito-core:4.11.0')
59+
testImplementation('org.assertj:assertj-core:3.27.6')
6060
compileOnly('com.google.code.findbugs:jsr305:3.0.2')
6161
compileOnly('org.sonarsource.api.plugin:sonar-plugin-api:9.17.0.587')
62-
testImplementation('org.sonarsource.sonarqube:sonar-plugin-api-impl:9.7.1.62043')
62+
testImplementation('org.sonarsource.sonarqube:sonar-plugin-api-impl:9.9.9.104369')
6363
}
6464

6565
test {

its/build.gradle

Lines changed: 3 additions & 3 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.1'))
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')
13+
testImplementation('org.assertj:assertj-core:3.27.6')
1414
testImplementation('org.sonarsource.orchestrator:sonar-orchestrator-junit4:6.0.1.3892')
15-
testImplementation('org.sonarsource.sonarqube:sonar-ws:6.7')
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)