@@ -5,11 +5,11 @@ plugins {
55 id ' signing'
66 id ' pmd' // code check, working on source code
77 id ' com.diffplug.spotless' version ' 8.0.0' // code format
8- id ' com.github.spotbugs' version ' 6.4.2 ' // code check, working on byte code
8+ id ' com.github.spotbugs' version ' 6.4.3 ' // code check, working on byte code
99 id ' de.undercouch.download' version ' 5.6.0'
1010 id ' kr.motd.sphinx' version ' 2.10.1' // documentation generation
1111 id ' jacoco' // java code coverage plugin
12- id " org.sonarqube" version " 6.3.1.5724 " // sonarqube
12+ id " org.sonarqube" version " 7.0.0.6105 " // sonarqube
1313 id ' net.thauvin.erik.gradle.semver' version ' 1.0.4' // semantic versioning
1414 id " com.github.johnrengelman.shadow" version " 8.1.1" // fat jar
1515}
2020 groovyVersion = " 4.0"
2121 groovyBinaryVersion = " 4.0.28"
2222
23- junitVersion = ' 1.12 .0'
23+ junitVersion = ' 6.0 .0'
2424 testcontainersVersion = ' 1.21.3'
2525
2626 scriptsLocation = ' gradle' + File . separator + ' scripts' + File . separator // location of script plugins
@@ -82,7 +82,7 @@ dependencies {
8282 testImplementation " org.junit.jupiter:junit-jupiter:$junitVersion "
8383 testImplementation " org.spockframework:spock-core:2.3-groovy-$groovyVersion "
8484 testImplementation ' org.objenesis:objenesis:3.4' // Mock creation with constructor parameters
85- testImplementation ' net.bytebuddy:byte-buddy:1.17.7 ' // Mocks of classes
85+ testImplementation ' net.bytebuddy:byte-buddy:1.17.8 ' // Mocks of classes
8686
8787 // testcontainers (docker framework for testing)
8888 testImplementation " org.testcontainers:testcontainers:$testcontainersVersion "
@@ -99,7 +99,7 @@ dependencies {
9999
100100 // Databases
101101 implementation ' org.influxdb:influxdb-java:2.25'
102- implementation ' com.couchbase.client:java-client:3.9.1 '
102+ implementation ' com.couchbase.client:java-client:3.9.2 '
103103 runtimeOnly ' org.postgresql:postgresql:42.7.8' // postgresql jdbc driver required during runtime
104104
105105 implementation ' commons-io:commons-io:2.20.0' // I/O functionalities
0 commit comments