Skip to content

Commit

Permalink
Merge branch 'master' into populationComparison
Browse files Browse the repository at this point in the history
  • Loading branch information
nkuehnel authored May 3, 2024
2 parents 020efb7 + 653382b commit ca72997
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.1.0-jre</version>
<version>33.2.0-jre</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down Expand Up @@ -200,7 +200,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.27.0</version>
<version>2.27.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -291,7 +291,7 @@
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>3.42.0</version>
<version>3.43.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit ca72997

Please sign in to comment.