Skip to content

Commit 63ed6ee

Browse files
Bump the dev-dependencies group with 6 updates (#26)
Bumps the dev-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [io.freefair.aspectj.post-compile-weaving](https://github.com/freefair/gradle-plugins) | `8.13.1` | `8.14` | | software.amazon.awssdk:bom | `2.31.63` | `2.31.68` | | [com.mchange:c3p0](https://github.com/swaldman/c3p0) | `0.11.1` | `0.11.2` | | [io.dropwizard.metrics:metrics-core](https://github.com/dropwizard/metrics) | `4.2.32` | `4.2.33` | | [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) | `1.21.1` | `1.21.2` | | [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.21.1` | `1.21.2` | Updates `io.freefair.aspectj.post-compile-weaving` from 8.13.1 to 8.14 - [Release notes](https://github.com/freefair/gradle-plugins/releases) - [Commits](freefair/gradle-plugins@8.13.1...8.14) Updates `software.amazon.awssdk:bom` from 2.31.63 to 2.31.68 Updates `com.mchange:c3p0` from 0.11.1 to 0.11.2 - [Changelog](https://github.com/swaldman/c3p0/blob/0.11.x/CHANGELOG) - [Commits](swaldman/c3p0@v0.11.1...v0.11.2) Updates `io.dropwizard.metrics:metrics-core` from 4.2.32 to 4.2.33 - [Release notes](https://github.com/dropwizard/metrics/releases) - [Commits](dropwizard/metrics@v4.2.32...v4.2.33) Updates `org.testcontainers:testcontainers` from 1.21.1 to 1.21.2 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.21.1...1.21.2) Updates `org.testcontainers:postgresql` from 1.21.1 to 1.21.2 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.21.1...1.21.2) Updates `org.testcontainers:postgresql` from 1.21.1 to 1.21.2 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.21.1...1.21.2) --- updated-dependencies: - dependency-name: io.freefair.aspectj.post-compile-weaving dependency-version: '8.14' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: software.amazon.awssdk:bom dependency-version: 2.31.68 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: com.mchange:c3p0 dependency-version: 0.11.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: io.dropwizard.metrics:metrics-core dependency-version: 4.2.33 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: org.testcontainers:testcontainers dependency-version: 1.21.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: org.testcontainers:postgresql dependency-version: 1.21.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: org.testcontainers:postgresql dependency-version: 1.21.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c2e30a1 commit 63ed6ee

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ aspectj = "1.9.24"
66
assertj = "3.27.3"
77
aws-dynamodblocal = "2.6.0"
88
awsSDK1 = "1.12.787"
9-
awsSDK2 = "2.31.63"
10-
c3p0 = "0.11.1"
9+
awsSDK2 = "2.31.68"
10+
c3p0 = "0.11.2"
1111
caffine = "3.2.1"
1212
commons-codec = "1.18.0"
1313
commons-io = "2.19.0"
@@ -24,11 +24,11 @@ junit-jupiter = "5.13.1"
2424
liquibase = '4.32.0'
2525
logback = '1.5.18'
2626
micrometer = '1.15.1'
27-
metrics = '4.2.32'
27+
metrics = '4.2.33'
2828
mokito = '5.18.0'
2929
pgjdbc = '42.7.7'
3030
slf4j = '2.0.17'
31-
testcontainers = '1.21.1'
31+
testcontainers = '1.21.2'
3232

3333
[libraries]
3434
aspectjrt = { module = "org.aspectj:aspectjrt", version.ref = "aspectj" }

metrics-declarative-test/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id("buildlogic.java-library-conventions")
3-
id("io.freefair.aspectj.post-compile-weaving") version "8.13.1"
3+
id("io.freefair.aspectj.post-compile-weaving") version "8.14"
44
}
55
dependencies {
66
implementation(project(":metrics"))

metrics-declarative/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id("buildlogic.java-library-conventions")
33
id("buildlogic.java-publish-conventions")
4-
id("io.freefair.aspectj.post-compile-weaving") version "8.13.1"
4+
id("io.freefair.aspectj.post-compile-weaving") version "8.14"
55
}
66
dependencies {
77
implementation(project(":metrics"))

0 commit comments

Comments
 (0)