Skip to content

Commit f4b85de

Browse files
fix(deps): update all non-major dependencies (#39)
1 parent bafc6b7 commit f4b85de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id "jacoco"
66
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.21.0"
8+
id "com.diffplug.spotless" version "6.22.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.7"
27+
compileOnly "io.reactivex.rxjava3:rxjava:3.1.8"
2828

2929
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"
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"
3434
}
3535

3636
test {

0 commit comments

Comments
 (0)