Skip to content

Commit 194e98f

Browse files
Gradle Package Update
1 parent 5f9656c commit 194e98f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ plugins {
22
id 'java'
33
id 'jacoco'
44
id 'checkstyle'
5-
id 'org.owasp.dependencycheck' version '12.1.3'
6-
id 'me.champeau.jmh' version '0.7.2'
5+
id 'org.owasp.dependencycheck' version '12.1.9'
6+
id 'me.champeau.jmh' version '0.7.3'
77
}
88

99
apply from: 'gradle/commons/jacoco.gradle'
@@ -17,7 +17,7 @@ repositories {
1717
}
1818

1919
dependencies {
20-
testImplementation platform('org.junit:junit-bom:5.13.2')
20+
testImplementation platform('org.junit:junit-bom:6.0.2')
2121
testImplementation 'org.junit.jupiter:junit-jupiter'
2222

2323
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

gradle/commons/checkstyle.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
checkstyle {
22
// Static analysis tools automatically scan your code for style violations, programming errors, and bad practices
33
// without actually running it. This ensures consistency and helps catch potential bugs early.
4-
toolVersion = '10.26.1'
4+
toolVersion = '13.0.0'
55
// Explicitly tell Checkstyle where to find its configuration file.
66
configFile = file("${rootDir}/config/checkstyle/checkstyle.xml")
77
configProperties = [

0 commit comments

Comments
 (0)