Skip to content

Commit

Permalink
Merge pull request #46 from kostasdrakonakis/dependabot/gradle/com.go…
Browse files Browse the repository at this point in the history
…ogle.truth-truth-1.4.1

Bump com.google.truth:truth from 1.4.0 to 1.4.1
  • Loading branch information
kostasdrakonakis authored Feb 21, 2024
2 parents fb0cce6 + 0c38c7b commit 244c75c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion randomizer-annotations/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
implementation 'com.google.guava:guava:33.0.0-jre'
testImplementation 'com.google.guava:guava:33.0.0-jre'
testImplementation 'com.google.truth:truth:1.4.0'
testImplementation 'com.google.truth:truth:1.4.1'
}

java {
Expand Down
2 changes: 1 addition & 1 deletion randomizer-compiler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
compileOnly 'net.ltgt.gradle.incap:incap:1.0.0'
kapt 'net.ltgt.gradle.incap:incap-processor:1.0.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'com.google.truth:truth:1.4.0'
testImplementation 'com.google.truth:truth:1.4.1'
testImplementation 'com.google.testing.compile:compile-testing:0.21.0'
}

Expand Down

0 comments on commit 244c75c

Please sign in to comment.