Skip to content

Commit

Permalink
Bump truthVersion from 1.4.0 to 1.4.2
Browse files Browse the repository at this point in the history
Bumps `truthVersion` from 1.4.0 to 1.4.2.

Updates `com.google.truth:truth` from 1.4.0 to 1.4.2
- [Release notes](https://github.com/google/truth/releases)
- [Commits](google/truth@v1.4.0...v1.4.2)

Updates `com.google.truth.extensions:truth-proto-extension` from 1.4.0 to 1.4.2

---
updated-dependencies:
- dependency-name: com.google.truth:truth
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.google.truth.extensions:truth-proto-extension
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent c7a204c commit 251d268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ group = 'com.google.cloud.solutions'
version = '0.1.1-SNAPSHOT'

def floggerVersion = "0.8"
def truthVersion = "1.4.0"
def truthVersion = "1.4.2"
def protobufVersion = "3.25.2"

configurations {
Expand Down

0 comments on commit 251d268

Please sign in to comment.