Skip to content

Commit

Permalink
Fix misspelled property name in the BOM
Browse files Browse the repository at this point in the history
* Change property 'caffine.version' to 'caffeine.version'
  • Loading branch information
sleberknight committed Apr 10, 2022
1 parent a2dcfdb commit 0808053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<archaius-core.version>0.7.7</archaius-core.version>
<assertj-guava.version>3.4.0</assertj-guava.version>
<byte-buddy.version>1.12.9</byte-buddy.version>
<caffine.version>3.0.6</caffine.version>
<caffeine.version>3.0.6</caffeine.version>
<checker-qual.version>3.21.4</checker-qual.version>
<classmate.version>1.5.1</classmate.version>
<commons-configuration.version>1.10</commons-configuration.version>
Expand Down Expand Up @@ -141,7 +141,7 @@
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>${caffine.version}</version>
<version>${caffeine.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 0808053

Please sign in to comment.