Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion versions-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

// Define dependency versions for dependency groups
val junitVersion = "5.13.3"
val junitVersion = "5.13.4"
val junitPlatformVersion = "1.13.4"

dependencies {
Expand Down
4 changes: 2 additions & 2 deletions versions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
constraints {

// https://mvnrepository.com/artifact/org.apache.commons/commons-lang3
api("org.apache.commons:commons-lang3:3.17.0")
api("org.apache.commons:commons-lang3:3.18.0")
api("org.apache.commons:commons-csv:1.14.1")

api("com.fasterxml.jackson.core:jackson-core:${fasterXMLVersion}")
Expand All @@ -24,7 +24,7 @@ dependencies {
api("com.azure:azure-identity:1.16.2")
api("com.azure:azure-storage-blob:12.30.1")
api("com.azure:azure-data-tables:12.5.4")
api("com.azure:azure-storage-file-share:12.26.1")
api("com.azure:azure-storage-file-share:12.27.2")

// Prometheus metrics
api("io.micrometer:micrometer-registry-prometheus:1.14.3")
Expand Down