Skip to content

Commit 18c5929

Browse files
Merge branch 'dev' into ms/#642-find-and-add-standard-asset-types
2 parents 5ece64e + 8b39631 commit 18c5929

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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.13.0'//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
@@ -73,10 +73,10 @@ dependencies {
7373
implementation 'org.jgrapht:jgrapht-core:1.5.1'
7474

7575
// testing
76-
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.1'
76+
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.2'
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.19' // Mocks of classes
79+
testImplementation 'net.bytebuddy:byte-buddy:1.12.22' // Mocks of classes
8080

8181
// testcontainers (docker framework for testing)
8282
testImplementation "org.testcontainers:testcontainers:$testcontainersVersion"
@@ -93,7 +93,7 @@ dependencies {
9393

9494
// Databases
9595
implementation 'org.influxdb:influxdb-java:2.23'
96-
implementation 'com.couchbase.client:java-client:3.4.1'
96+
implementation 'com.couchbase.client:java-client:3.4.2'
9797
runtimeOnly 'org.postgresql:postgresql:42.5.1' // postgresql jdbc driver required during runtime
9898

9999
implementation 'commons-io:commons-io:2.11.0' // I/O functionalities

0 commit comments

Comments
 (0)