Skip to content

Commit be776e5

Browse files
Update all non-major dependencies
1 parent 7b2b9de commit be776e5

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77
}
88
plugins {
9-
id 'org.sonarqube' version '7.0.0.6105'
9+
id 'org.sonarqube' version '7.0.1.6134'
1010
id 'com.jfrog.artifactory' version '5.2.5'
1111
id 'java'
1212
id 'jacoco'
@@ -67,13 +67,13 @@ jacocoTestReport {
6767
test.finalizedBy jacocoTestReport
6868

6969
dependencies {
70-
testImplementation 'org.junit.jupiter:junit-jupiter:5.6.2'
71-
testImplementation 'org.junit.jupiter:junit-jupiter-migrationsupport:5.6.2'
72-
testImplementation 'org.mockito:mockito-core:4.9.0'
73-
testImplementation 'org.assertj:assertj-core:3.10.0'
70+
testImplementation 'org.junit.jupiter:junit-jupiter:5.14.0'
71+
testImplementation 'org.junit.jupiter:junit-jupiter-migrationsupport:5.14.0'
72+
testImplementation 'org.mockito:mockito-core:4.11.0'
73+
testImplementation 'org.assertj:assertj-core:3.27.6'
7474
compileOnly 'com.google.code.findbugs:jsr305:3.0.2'
7575
compileOnly 'org.sonarsource.api.plugin:sonar-plugin-api:9.13.0.360'
76-
testImplementation 'org.sonarsource.sonarqube:sonar-plugin-api-impl:9.7.1.62043'
76+
testImplementation 'org.sonarsource.sonarqube:sonar-plugin-api-impl:9.9.9.104369'
7777
}
7878

7979
test {

its/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ 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.14.0'
9+
testImplementation 'org.junit.jupiter:junit-jupiter-migrationsupport:5.14.0'
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'
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'
1414
testImplementation 'com.google.code.findbugs:jsr305:3.0.2'
1515
}
1616

0 commit comments

Comments
 (0)