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
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ aspectj = "1.9.25.1"
assertj = "3.27.7"
aws-dynamodblocal = "2.6.1"
awsSDK1 = "1.12.797"
awsSDK2 = "2.42.41"
awsSDK2 = "2.44.0"
c3p0 = "0.13.0"
caffine = "3.2.3"
caffine = "3.2.4"
commons-codec = "1.22.0"
commons-io = "2.22.0"
dagger = "2.59.2"
dropwizard4 = "5.0.1"
hsqldb = "2.7.4"
immutables = "2.12.1"
jackson = "2.21.2"
jackson = "2.21.3"
jackson_annotations = "2.21"
jdbi = "3.52.1"
jdbi = "3.53.0"
jetcd = "0.8.6"
jsr305 = "3.0.2"
junit-jupiter = "6.0.3"
Expand All @@ -25,7 +25,7 @@ logback = "1.5.32"
metrics = "4.2.38"
micrometer = "1.16.5"
mokito = "5.23.0"
pgjdbc = "42.7.10"
pgjdbc = "42.7.11"
slf4j = "2.0.17"
testcontainers = "1.21.4"

Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 3 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip
networkTimeout=10000
retries=0
retryBackOffMs=500
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

175 changes: 82 additions & 93 deletions gradlew.bat
100755 → 100644

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion metrics-declarative-test/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("buildlogic.java-library-conventions")
id("io.freefair.aspectj.post-compile-weaving") version "9.4.0"
id("io.freefair.aspectj.post-compile-weaving") version "9.5.0"
}
dependencies {
implementation(project(":metrics"))
Expand Down
2 changes: 1 addition & 1 deletion metrics-declarative/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id("buildlogic.java-library-conventions")
id("buildlogic.publish-conventions")
id("io.freefair.aspectj.post-compile-weaving") version "9.4.0"
id("io.freefair.aspectj.post-compile-weaving") version "9.5.0"
}
dependencies {
implementation(project(":metrics"))
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
// Apply the foojay-resolver plugin to allow automatic download of JDKs
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
// Nmcp plugin for publishing to Maven Central via Central Portal
id("com.gradleup.nmcp.settings") version "1.4.4"
id("com.gradleup.nmcp.settings") version "1.5.0"
}

rootProject.name = "libraries"
Expand Down
Loading