Skip to content

Commit

Permalink
chore(java): use property for checkerframework versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lidavidm committed Sep 10, 2024
1 parent deb0492 commit 039562d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

<properties>
<dep.arrow.version>15.0.0</dep.arrow.version>
<dep.org.checkerframework.version>3.47.0</dep.org.checkerframework.version>
<adbc.version>0.15.0-SNAPSHOT</adbc.version>
</properties>

Expand Down Expand Up @@ -139,7 +140,7 @@
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>3.46.0</version>
<version>${dep.org.checkerframework.version}</version>
</dependency>

<!-- Testing -->
Expand Down Expand Up @@ -319,7 +320,7 @@
<path>
<groupId>org.checkerframework</groupId>
<artifactId>checker</artifactId>
<version>3.46.0</version>
<version>${dep.org.checkerframework.version}</version>
</path>
</annotationProcessorPaths>
<annotationProcessors>
Expand Down

0 comments on commit 039562d

Please sign in to comment.