Skip to content

Commit

Permalink
fixup! property for failureaccess.version
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon committed Mar 11, 2024
1 parent ebff571 commit 0478b46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion guava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>failureaccess</artifactId>
<version>1.0.2</version>
<version>${failureaccess.version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<checker.version>3.42.0</checker.version>
<errorprone.version>2.26.0</errorprone.version>
<j2objc.version>3.0.0</j2objc.version>
<failureaccess.version>1.0.2</failureaccess.version>
<javac.version>9+181-r4173-1</javac.version>
<!-- Javadoc is pinned to the latest LTS, otherwise there are doc redirect warnings. -->
<javadoc.specification.version>21</javadoc.specification.version>
Expand Down

0 comments on commit 0478b46

Please sign in to comment.