Skip to content

Commit

Permalink
Merge pull request #533 from microsoft/dependabot/gradle/components/s…
Browse files Browse the repository at this point in the history
…erialization/form/com.google.guava-guava-32.1.2-jre

Bump com.google.guava:guava from 32.1.1-jre to 32.1.2-jre in /components/serialization/form
  • Loading branch information
github-actions[bot] authored Jul 31, 2023
2 parents 64afd3c + faa29d1 commit e7adccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/serialization/form/gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'

// This dependency is used internally, and not exposed to consumers on their own compile classpath.
implementation 'com.google.guava:guava:32.1.1-jre'
implementation 'com.google.guava:guava:32.1.2-jre'

api project(':components:abstractions')
}

0 comments on commit e7adccc

Please sign in to comment.