File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
5
5
id " jacoco"
6
6
id " io.freefair.lombok" version " 8.3"
7
7
id " org.danilopianini.git-sensitive-semantic-versioning-gradle-plugin" version " 1.1.10"
8
- id " com.diffplug.spotless" version " 6.21 .0"
8
+ id " com.diffplug.spotless" version " 6.22 .0"
9
9
id " maven-publish"
10
10
id " signing"
11
11
id " io.github.gradle-nexus.publish-plugin" version " 1.3.0"
@@ -24,13 +24,13 @@ dependencies {
24
24
implementation " com.google.guava:guava:32.1.2-jre"
25
25
// implementation "com.diffplug.durian:durian:3.4.0"
26
26
27
- compileOnly " io.reactivex.rxjava3:rxjava:3.1.7 "
27
+ compileOnly " io.reactivex.rxjava3:rxjava:3.1.8 "
28
28
29
29
testImplementation " org.mockito:mockito-core:5.5.0"
30
30
testImplementation " org.junit.jupiter:junit-jupiter-api:5.10.0"
31
31
testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:5.10.0"
32
- testImplementation " commons-io:commons-io:2.13 .0"
33
- testImplementation " io.reactivex.rxjava3:rxjava:3.1.7 "
32
+ testImplementation " commons-io:commons-io:2.14 .0"
33
+ testImplementation " io.reactivex.rxjava3:rxjava:3.1.8 "
34
34
}
35
35
36
36
test {
You can’t perform that action at this time.
0 commit comments