Skip to content

Commit

Permalink
chore(deps): update dependency com.google.truth:truth to v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 2, 2024
1 parent 7943a1b commit eaca0e8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ dependencies {
implementation 'com.google.flogger:flogger-system-backend:0.6'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.7.2'
testImplementation "com.google.truth:truth:1.1.3"
testImplementation "com.google.truth:truth:1.4.2"
annotationProcessor 'com.google.auto.service:auto-service:1.0'
implementation group: 'com.google.auto.service', name: 'auto-service', version: '1.0'
implementation 'com.google.guava:guava:30.1-jre'
implementation 'com.google.code.gson:gson:2.8.8'
errorprone("com.google.errorprone:error_prone_core:2.9.0")
testImplementation "com.google.truth:truth:1.1.2"
testImplementation "com.google.truth:truth:1.4.2"
}

group = 'edu.kit.kastel.sdq.case4lang.refactorlizar'
Expand Down

0 comments on commit eaca0e8

Please sign in to comment.