Skip to content

Commit 9bf2277

Browse files
fix(deps): update all non-major dependencies (#35)
1 parent febb650 commit 9bf2277

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ plugins {
33
id "idea"
44
id "application"
55
id "jacoco"
6-
id "io.freefair.lombok" version "8.1.0"
6+
id "io.freefair.lombok" version "8.3"
77
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"
99
id "maven-publish"
1010
id "signing"
1111
id "io.github.gradle-nexus.publish-plugin" version "1.3.0"
@@ -24,13 +24,13 @@ dependencies {
2424
implementation "com.google.guava:guava:32.1.2-jre"
2525
//implementation "com.diffplug.durian:durian:3.4.0"
2626

27-
compileOnly "io.reactivex.rxjava3:rxjava:3.1.6"
27+
compileOnly "io.reactivex.rxjava3:rxjava:3.1.7"
2828

29-
testImplementation "org.mockito:mockito-core:5.4.0"
29+
testImplementation "org.mockito:mockito-core:5.5.0"
3030
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.0"
3131
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.0"
3232
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"
3434
}
3535

3636
test {

0 commit comments

Comments
 (0)