We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afbfaa8 commit 15ab8cfCopy full SHA for 15ab8cf
build.gradle
@@ -3,8 +3,8 @@ plugins {
3
id 'org.ajoberstar.grgit' version '5.3.0'
4
id "com.github.ben-manes.versions" version '0.52.0'
5
id 'ru.vyarus.mkdocs' version '4.0.1' apply false
6
- id "com.github.spotbugs" version "6.1.12"
7
- id 'com.diffplug.spotless' version '7.0.3'
+ id "com.github.spotbugs" version "6.1.13"
+ id 'com.diffplug.spotless' version '7.0.4'
8
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
9
}
10
@@ -14,7 +14,7 @@ ext{
14
jupiterApiVersion = '5.12.2'
15
jupiterPlatformVersion = '1.12.2'
16
assertjVersion = '3.27.3'
17
- pmdVersion = '7.13.0'
+ pmdVersion = '7.14.0'
18
jacocoVersion = '0.8.13'
19
caffeineVersion = '3.2.0'
20
nexusStagingPluginVersion = '0.22.0'
0 commit comments