File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44 id ' maven-publish'
55 id ' signing'
66 id ' pmd' // code check, working on source code
7- id ' com.diffplug.spotless' version ' 6.12.0 ' // code format
7+ id ' com.diffplug.spotless' version ' 6.12.1 ' // code format
88 id ' com.github.spotbugs' version ' 5.0.13' // code check, working on byte code
99 id ' de.undercouch.download' version ' 5.3.0'
1010 id ' kr.motd.sphinx' version ' 2.10.1' // documentation generation
@@ -76,7 +76,7 @@ dependencies {
7676 testImplementation ' org.junit.jupiter:junit-jupiter:5.9.1'
7777 testImplementation ' org.spockframework:spock-core:2.3-groovy-3.0'
7878 testImplementation ' org.objenesis:objenesis:3.3' // Mock creation with constructor parameters
79- testImplementation ' net.bytebuddy:byte-buddy:1.12.20 ' // Mocks of classes
79+ testImplementation ' net.bytebuddy:byte-buddy:1.12.21 ' // Mocks of classes
8080
8181 // testcontainers (docker framework for testing)
8282 testImplementation " org.testcontainers:testcontainers:$testcontainersVersion "
You can’t perform that action at this time.
0 commit comments