Skip to content

Commit

Permalink
Merge pull request #1105 from atlanhq/snapshot
Browse files Browse the repository at this point in the history
Dependency bumps
  • Loading branch information
cmgrote authored Dec 10, 2024
2 parents 80f4732 + a581835 commit 6cbfef7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ dependencies {
implementation("io.freefair.gradle:lombok-plugin:8.11")
implementation("net.ltgt.gradle:gradle-errorprone-plugin:4.0.1")
implementation("com.adarshr:gradle-test-logger-plugin:4.0.0")
implementation("org.pkl-lang:org.pkl-lang.gradle.plugin:0.27.0")
implementation("org.pkl-lang:org.pkl-lang.gradle.plugin:0.27.1")
}
8 changes: 4 additions & 4 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.2"
wiremock = "3.10.0"
jnanoid = "2.0.0"
awssdk = "2.29.29"
awssdk = "2.29.30"
gcs = "26.51.0"
system-stubs = "2.1.7"
fastcsv = "3.4.0"
Expand All @@ -22,7 +22,7 @@ commons-io = "2.18.0"
sqlite = "3.47.1.0"
jakarta-mail = "2.1.3"
angus-mail = "2.0.3"
pkl = "0.27.0"
pkl = "0.27.1"
adls = "12.22.0"
azure = "1.14.2"
guava = "33.3.1-jre"
Expand Down Expand Up @@ -83,5 +83,5 @@ poi = [ "apache-poi", "apache-poi-ooxml" ]

[plugins]
shadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" }
git-publish = { id = "org.ajoberstar.git-publish", version = "4.2.2" }
pkl = { id = "org.pkl-lang", version = "0.27.0" }
git-publish = { id = "org.ajoberstar.git-publish", version = "5.0.0" }
pkl = { id = "org.pkl-lang", version = "0.27.1" }

0 comments on commit 6cbfef7

Please sign in to comment.