Skip to content

Commit fd12e5f

Browse files
Merge branch 'dev' into df/#891_gradle8x
# Conflicts: # build.gradle
2 parents ede9631 + 09c7e60 commit fd12e5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)