@@ -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.2.0 ' // 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.1 ' )
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
@@ -90,7 +90,7 @@ dependencies {
9090 implementation ' com.couchbase.client:java-client:3.4.11'
9191 runtimeOnly ' org.postgresql:postgresql:42.6.0' // postgresql jdbc driver required during runtime
9292
93- implementation ' commons-io:commons-io:2.14 .0' // I/O functionalities
93+ implementation ' commons-io:commons-io:2.15 .0' // I/O functionalities
9494 implementation ' org.apache.commons:commons-compress:1.24.0' // I/O functionalities
9595 implementation ' org.apache.commons:commons-lang3:3.13.0'
9696}
0 commit comments