Skip to content

Commit

Permalink
update spark dependency version to 3.5.2, guava to 33.2.1-jre, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Aug 13, 2024
1 parent 79dd1d4 commit 8b467ce
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<avro.version>1.11.3</avro.version>
<scala.version>2.12.18</scala.version>
<scala.version.prefix>2.12</scala.version.prefix>
<spark.version>3.5.0</spark.version>
<spark.version>3.5.2</spark.version>
<parquet.version>1.13.1</parquet.version>
<hadoop-bam.version>7.10.0</hadoop-bam.version>
<slf4j.version>1.7.36</slf4j.version>
Expand Down Expand Up @@ -330,17 +330,17 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.15.1</version>
<version>2.16.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.14.0</version>
<version>3.16.0</version>
</dependency>
<dependency>
<groupId>it.unimi.dsi</groupId>
<artifactId>fastutil</artifactId>
<version>8.5.12</version>
<version>8.5.14</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
Expand Down Expand Up @@ -458,7 +458,7 @@
<dependency>
<artifactId>commons-codec</artifactId>
<groupId>commons-codec</groupId>
<version>1.16.0</version>
<version>1.17.1</version>
</dependency>
<dependency>
<groupId>org.apache.parquet</groupId>
Expand Down Expand Up @@ -488,7 +488,7 @@
<dependency>
<groupId>args4j</groupId>
<artifactId>args4j</artifactId>
<version>2.33</version>
<version>2.37</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
Expand Down Expand Up @@ -529,12 +529,12 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.0.0-jre</version>
<version>33.2.1-jre</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.8.0</version>
<version>5.12.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 8b467ce

Please sign in to comment.