@@ -19,10 +19,10 @@ import sbt._
19
19
object Version {
20
20
val geotools = " 25.4"
21
21
val spire = " 0.17.0"
22
- val accumulo = " 1.10.3 "
23
- val cassandra = " 4.15 .0"
24
- val hbase = " 2.5.4 "
25
- val hadoop = " 3.3.5 "
22
+ val accumulo = " 1.10.4 "
23
+ val cassandra = " 4.17 .0"
24
+ val hbase = " 2.5.7 "
25
+ val hadoop = " 3.3.6 "
26
26
val gdal = " 3.1.0"
27
27
val gdalWarp = " 1.2.0"
28
28
@@ -45,46 +45,47 @@ object Dependencies {
45
45
46
46
def cats (module : String ) = Def .setting {
47
47
module match {
48
- case " effect" => " org.typelevel" %% s " cats- $module" % " 3.5.0 "
49
- case _ => " org.typelevel" %% s " cats- $module" % " 2.9 .0"
48
+ case " effect" => " org.typelevel" %% s " cats- $module" % " 3.5.2 "
49
+ case _ => " org.typelevel" %% s " cats- $module" % " 2.10 .0"
50
50
}
51
51
}
52
52
53
53
def circe (module : String ) = Def .setting {
54
54
module match {
55
- case " json-schema" => " io.circe" %% s " circe- $module" % " 0.2.0"
56
- case _ => " io.circe" %% s " circe- $module" % " 0.14.3"
55
+ case " json-schema" => " io.circe" %% s " circe- $module" % " 0.2.0"
56
+ case " generic-extras" => " io.circe" %% s " circe- $module" % " 0.14.3"
57
+ case _ => " io.circe" %% s " circe- $module" % " 0.14.6"
57
58
}
58
59
}
59
60
60
61
def fs2 (module : String ) = Def .setting {
61
- " co.fs2" %% s " fs2- $module" % " 3.7.0 "
62
+ " co.fs2" %% s " fs2- $module" % " 3.9.3 "
62
63
}
63
64
64
65
def apacheSpark (module : String ) = Def .setting {
65
- " org.apache.spark" %% s " spark- $module" % " 3.4 .0"
66
+ " org.apache.spark" %% s " spark- $module" % " 3.5 .0"
66
67
}
67
68
68
69
def scalaReflect (version : String ) = " org.scala-lang" % " scala-reflect" % version
69
70
70
71
val pureconfig = " com.github.pureconfig" %% " pureconfig" % " 0.17.4"
71
72
val log4s = " org.log4s" %% " log4s" % " 1.10.0"
72
- val scalatest = " org.scalatest" %% " scalatest" % " 3.2.16 "
73
+ val scalatest = " org.scalatest" %% " scalatest" % " 3.2.17 "
73
74
val scalacheck = " org.scalacheck" %% " scalacheck" % " 1.17.0"
74
- val scalaXml = " org.scala-lang.modules" %% " scala-xml" % " 2.1 .0"
75
+ val scalaXml = " org.scala-lang.modules" %% " scala-xml" % " 2.2 .0"
75
76
val jts = " org.locationtech.jts" % " jts-core" % " 1.19.0"
76
77
val proj4j = " org.locationtech.proj4j" % " proj4j" % " 1.3.0"
77
78
val proj4jEPSG = " org.locationtech.proj4j" % " proj4j-epsg" % " 1.3.0"
78
- val openCSV = " com.opencsv" % " opencsv" % " 5.7.1 "
79
+ val openCSV = " com.opencsv" % " opencsv" % " 5.9 "
79
80
val spire = " org.typelevel" %% " spire" % Version .spire
80
81
val spireMacro = " org.typelevel" %% " spire-macros" % Version .spire
81
- val apacheIO = " commons-io" % " commons-io" % " 2.12.0 "
82
- val apacheLang3 = " org.apache.commons" % " commons-lang3" % " 3.12 .0"
82
+ val apacheIO = " commons-io" % " commons-io" % " 2.15.1 "
83
+ val apacheLang3 = " org.apache.commons" % " commons-lang3" % " 3.14 .0"
83
84
val apacheMath = " org.apache.commons" % " commons-math3" % " 3.6.1"
84
85
val chronoscala = " jp.ne.opt" %% " chronoscala" % " 1.0.0"
85
- val awsSdkS3 = " software.amazon.awssdk" % " s3" % " 2.20.77 "
86
+ val awsSdkS3 = " software.amazon.awssdk" % " s3" % " 2.22.12 "
86
87
val hadoopClient = " org.apache.hadoop" % " hadoop-client" % Version .hadoop
87
- val avro = " org.apache.avro" % " avro" % " 1.11.1 " // aligned with the Spark version
88
+ val avro = " org.apache.avro" % " avro" % " 1.11.2 " // aligned with the Spark version
88
89
val parserCombinators = " org.scala-lang.modules" %% " scala-parser-combinators" % " 2.3.0"
89
90
val jsonSchemaValidator = " com.networknt" % " json-schema-validator" % " 0.1.23"
90
91
val accumuloCore = " org.apache.accumulo" % " accumulo-core" % Version .accumulo
@@ -115,7 +116,7 @@ object Dependencies {
115
116
val hbaseMapReduce = " org.apache.hbase" % " hbase-mapreduce" % Version .hbase
116
117
117
118
val woodstoxCore = " com.fasterxml.woodstox" % " woodstox-core" % " 6.5.1"
118
- val stax2Api = " org.codehaus.woodstox" % " stax2-api" % " 4.2.1 "
119
+ val stax2Api = " org.codehaus.woodstox" % " stax2-api" % " 4.2.2 "
119
120
val commonsConfiguration2 = " org.apache.commons" % " commons-configuration2" % " 2.9.0"
120
121
val re2j = " com.google.re2j" % " re2j" % " 1.7"
121
122
@@ -127,10 +128,10 @@ object Dependencies {
127
128
128
129
val scalapbRuntime = " com.thesamet.scalapb" %% " scalapb-runtime" % scalapb.compiler.Version .scalapbVersion
129
130
val scalapbLenses = " com.thesamet.scalapb" %% " lenses" % scalapb.compiler.Version .scalapbVersion
130
- val protobufJava = " com.google.protobuf" % " protobuf-java" % " 3.23.2 "
131
+ val protobufJava = " com.google.protobuf" % " protobuf-java" % " 3.25.1 "
131
132
132
133
val squants = " org.typelevel" %% " squants" % " 1.8.3"
133
- val scalactic = " org.scalactic" %% " scalactic" % " 3.2.16 "
134
+ val scalactic = " org.scalactic" %% " scalactic" % " 3.2.17 "
134
135
135
136
val gdalBindings = " org.gdal" % " gdal" % Version .gdal
136
137
val gdalWarp = " com.azavea.geotrellis" % " gdal-warp-bindings" % Version .gdalWarp
0 commit comments