Skip to content

Commit 22ea954

Browse files
authored
Merge pull request #1422 from atlanhq/dependencies
Dependency bumps
2 parents 445384c + d970e9f commit 22ea954

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

buildSrc/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repositories {
1111
dependencies {
1212
implementation("org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:2.1.10")
1313
implementation("com.diffplug.spotless:spotless-plugin-gradle:7.0.2")
14-
implementation("io.freefair.gradle:lombok-plugin:8.12.2.1")
14+
implementation("io.freefair.gradle:lombok-plugin:8.13")
1515
implementation("net.ltgt.gradle:gradle-errorprone-plugin:4.0.1")
1616
implementation("com.adarshr:gradle-test-logger-plugin:4.0.0")
1717
implementation("org.pkl-lang:org.pkl-lang.gradle.plugin:0.28.1")

gradle/libs.versions.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ testng = "7.11.0"
88
log4j = "2.24.3"
99
wiremock = "3.12.1"
1010
jnanoid = "2.0.0"
11-
awssdk = "2.30.37"
11+
awssdk = "2.30.38"
1212
gcs = "26.56.0"
1313
system-stubs = "2.1.7"
1414
fastcsv = "3.6.0"
@@ -23,8 +23,8 @@ sqlite = "3.49.1.0"
2323
jakarta-mail = "2.1.3"
2424
angus-mail = "2.0.3"
2525
pkl = "0.28.1"
26-
adls = "12.22.1"
27-
azure = "1.15.3"
26+
adls = "12.23.0"
27+
azure = "1.15.4"
2828
guava = "33.4.0-jre"
2929
openlineage = "1.29.0"
3030
kotlin = "2.1.10"

0 commit comments

Comments
 (0)