@@ -4,9 +4,9 @@ plugins {
44 id ' maven-publish'
55 id ' signing'
66 id ' pmd' // code check, working on source code
7- id ' com.diffplug.spotless' version ' 6.14 .0' // code format
7+ id ' com.diffplug.spotless' version ' 6.15 .0' // code format
88 id ' com.github.spotbugs' version ' 5.0.13' // code check, working on byte code
9- id ' de.undercouch.download' version ' 5.3.0 '
9+ id ' de.undercouch.download' version ' 5.3.1 '
1010 id ' kr.motd.sphinx' version ' 2.10.1' // documentation generation
1111 id ' jacoco' // java code coverage plugin
1212 id " org.sonarqube" version " 3.5.0.2730" // sonarqube
@@ -76,7 +76,7 @@ dependencies {
7676 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.22 ' // Mocks of classes
79+ testImplementation ' net.bytebuddy:byte-buddy:1.13.0 ' // Mocks of classes
8080
8181 // testcontainers (docker framework for testing)
8282 testImplementation " org.testcontainers:testcontainers:$testcontainersVersion "
@@ -93,8 +93,8 @@ dependencies {
9393
9494 // Databases
9595 implementation ' org.influxdb:influxdb-java:2.23'
96- implementation ' com.couchbase.client:java-client:3.4.2 '
97- runtimeOnly ' org.postgresql:postgresql:42.5.2 ' // postgresql jdbc driver required during runtime
96+ implementation ' com.couchbase.client:java-client:3.4.3 '
97+ runtimeOnly ' org.postgresql:postgresql:42.5.3 ' // postgresql jdbc driver required during runtime
9898
9999 implementation ' commons-io:commons-io:2.11.0' // I/O functionalities
100100 implementation ' org.apache.commons:commons-compress:1.22' // I/O functionalities
0 commit comments