Skip to content

Commit

Permalink
Merge pull request #1213 from atlanhq/snapshot
Browse files Browse the repository at this point in the history
Dependency bumps
  • Loading branch information
cmgrote authored Jan 13, 2025
2 parents ab289ea + 2de1cb5 commit 78f33be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
plugins {
id("com.atlan.java")
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
id("org.owasp.dependencycheck") version "11.1.1"
id("org.owasp.dependencycheck") version "12.0.0"
}

group = providers.gradleProperty("GROUP").get()
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ testng = "7.10.2"
log4j = "2.24.3"
wiremock = "3.10.0"
jnanoid = "2.0.0"
awssdk = "2.29.47"
awssdk = "2.29.50"
gcs = "26.51.0"
system-stubs = "2.1.7"
fastcsv = "3.4.0"
Expand All @@ -24,12 +24,12 @@ jakarta-mail = "2.1.3"
angus-mail = "2.0.3"
pkl = "0.27.1"
adls = "12.22.0"
azure = "1.14.2"
azure = "1.15.0"
guava = "33.4.0-jre"
openlineage = "1.26.0"
kotlin = "2.1.0"
kotlin-mu = "3.0.5"
rocksdb = "9.7.3"
rocksdb = "9.8.4"
jetty = "12.0.16"
netty = "4.1.116.Final"
otel = "1.42.1"
Expand Down

0 comments on commit 78f33be

Please sign in to comment.