File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ plugins {
3
3
id " idea"
4
4
id " application"
5
5
id " jacoco"
6
- id " io.freefair.lombok" version " 8.1.0 "
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.20 .0"
8
+ id " com.diffplug.spotless" version " 6.21 .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.6 "
27
+ compileOnly " io.reactivex.rxjava3:rxjava:3.1.7 "
28
28
29
- testImplementation " org.mockito:mockito-core:5.4 .0"
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
32
testImplementation " commons-io:commons-io:2.13.0"
33
- testImplementation " io.reactivex.rxjava3:rxjava:3.1.6 "
33
+ testImplementation " io.reactivex.rxjava3:rxjava:3.1.7 "
34
34
}
35
35
36
36
test {
You can’t perform that action at this time.
0 commit comments