We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef35956 commit 8ca0495Copy full SHA for 8ca0495
build.gradle
@@ -4,7 +4,7 @@ plugins {
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.7"
7
- id 'com.diffplug.spotless' version '7.0.2'
+ id 'com.diffplug.spotless' version '7.0.3'
8
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
9
}
10
@@ -15,10 +15,10 @@ ext{
15
jupiterPlatformVersion = '1.12.1'
16
assertjVersion = '3.27.3'
17
pmdVersion = '7.12.0'
18
- jacocoVersion = '0.8.12'
+ jacocoVersion = '0.8.13'
19
caffeineVersion = '3.2.0'
20
nexusStagingPluginVersion = '0.22.0'
21
- commonTextVersion = '1.13.0'
+ commonTextVersion = '1.13.1'
22
23
24
apply from: "$rootDir/gradle-scripts/repositories.gradle"
0 commit comments