Skip to content

Commit d03db1b

Browse files
Update all non-major dependencies
1 parent 07d45eb commit d03db1b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

build.gradle

Lines changed: 6 additions & 6 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'
@@ -57,16 +57,16 @@ dependencies {
5757

5858
implementation('org.slf4j:slf4j-api:2.0.17')
5959

60-
testImplementation(platform('org.junit:junit-bom:5.6.2'))
60+
testImplementation(platform('org.junit:junit-bom:5.14.3'))
6161
testImplementation('org.junit.jupiter:junit-jupiter')
6262
testImplementation('org.junit.jupiter:junit-jupiter-migrationsupport')
6363
testRuntimeOnly('org.junit.platform:junit-platform-launcher')
6464

65-
testImplementation('ch.qos.logback:logback-classic:1.5.27')
66-
testImplementation('org.mockito:mockito-core:4.9.0')
67-
testImplementation('org.assertj:assertj-core:3.10.0')
65+
testImplementation('ch.qos.logback:logback-classic:1.5.32')
66+
testImplementation('org.mockito:mockito-core:4.11.0')
67+
testImplementation('org.assertj:assertj-core:3.27.7')
6868
testImplementation('org.sonarsource.api.plugin:sonar-plugin-api-test-fixtures:13.2.0.3137')
69-
testImplementation('org.sonarsource.sonarqube:sonar-plugin-api-impl:26.1.0.118079')
69+
testImplementation('org.sonarsource.sonarqube:sonar-plugin-api-impl:26.2.0.119303')
7070
}
7171

7272
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)