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 @@ -5,7 +5,7 @@ plugins {
55 id ' signing'
66 id ' pmd' // code check, working on source code
77 id ' com.diffplug.spotless' version ' 6.22.0' // code format
8- id ' com.github.spotbugs' version ' 5.1.3 ' // code check, working on byte code
8+ id ' com.github.spotbugs' version ' 5.2.1 ' // code check, working on byte code
99 id ' de.undercouch.download' version ' 5.5.0'
1010 id ' kr.motd.sphinx' version ' 2.10.1' // documentation generation
1111 id ' jacoco' // java code coverage plugin
@@ -80,7 +80,7 @@ dependencies {
8080 testImplementation " org.testcontainers:couchbase:$testcontainersVersion "
8181
8282 // logging
83- implementation platform(' org.apache.logging.log4j:log4j-bom:2.20 .0' )
83+ implementation platform(' org.apache.logging.log4j:log4j-bom:2.21 .0' )
8484 implementation ' org.apache.logging.log4j:log4j-api' // log4j
8585 implementation ' org.apache.logging.log4j:log4j-core' // log4j
8686 implementation ' org.apache.logging.log4j:log4j-slf4j-impl' // log4j -> slf4j
You can’t perform that action at this time.
0 commit comments