Skip to content

Commit

Permalink
update dependencies (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington authored Nov 19, 2024
2 parents 0e7e87a + 8b485c1 commit 04df0ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions atlas-druid/src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ atlas {
// URI for the druid service
druid {
//uri = "http://localhost:7103/druid/v2"
uri = "http://bdp_druid-metricsext-router.cluster.us-east-1.prod.cloud.netflix.net:7103/druid/v2"

// Interval used when fetching metadata about data sources that are available
metadata-interval = 21d
Expand Down
8 changes: 4 additions & 4 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ import sbt._
object Dependencies {
object Versions {
val atlas = "1.8.0-SNAPSHOT"
val aws2 = "2.28.20"
val iep = "5.0.27"
val aws2 = "2.29.11"
val iep = "5.0.28"
val log4j = "2.24.1"
val pekko = "1.1.2"
val pekkoHttpV = "1.1.0"
val scala = "2.13.15"
val servo = "0.13.2"
val slf4j = "2.0.16"
val spectator = "1.8.0"
val spring = "6.0.7"
val spectator = "1.8.2"
val spring = "6.1.14"
val avroV = "1.12.0"

val crossScala = Seq(scala)
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.1
sbt.version=1.10.5

0 comments on commit 04df0ec

Please sign in to comment.