Skip to content

Commit 36bcb91

Browse files
[Java]: Bump the all-modules group across 4 directories with 4 updates
Bumps the all-modules group with 1 update in the /e2eTests directory: [com.rabbitmq:amqp-client](https://github.com/rabbitmq/rabbitmq-java-client). Bumps the all-modules group with 2 updates in the /lib/crypt4gh directory: [com.gradleup.shadow](https://github.com/GradleUp/shadow) and org.jreleaser. Bumps the all-modules group with 1 update in the /services/localega-tsd-proxy directory: [org.springframework.boot](https://github.com/spring-projects/spring-boot). Bumps the all-modules group with 1 update in the /services/tsd-api-mock directory: [org.springframework.boot](https://github.com/spring-projects/spring-boot). Updates `com.rabbitmq:amqp-client` from 5.28.0 to 5.29.0 - [Release notes](https://github.com/rabbitmq/rabbitmq-java-client/releases) - [Commits](rabbitmq/rabbitmq-java-client@v5.28.0...v5.29.0) Updates `com.gradleup.shadow` from 9.3.1 to 9.3.2 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](GradleUp/shadow@9.3.1...9.3.2) Updates `org.jreleaser` from 1.21.0 to 1.23.0 Updates `org.springframework.boot` from 4.0.2 to 4.0.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.2...v4.0.3) Updates `org.springframework.boot` from 4.0.2 to 4.0.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.2...v4.0.3) --- updated-dependencies: - dependency-name: com.rabbitmq:amqp-client dependency-version: 5.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-modules - dependency-name: com.gradleup.shadow dependency-version: 9.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-modules - dependency-name: org.jreleaser dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-modules - dependency-name: org.springframework.boot dependency-version: 4.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-modules - dependency-name: org.springframework.boot dependency-version: 4.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-modules ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1094253 commit 36bcb91

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

e2eTests/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.3")
1616
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.3")
1717
testRuntimeOnly("org.junit.platform:junit-platform-console-standalone:6.0.3")
18-
testImplementation("com.rabbitmq:amqp-client:5.28.0")
18+
testImplementation("com.rabbitmq:amqp-client:5.29.0")
1919
testImplementation("com.konghq:unirest-java:3.14.5")
2020
testImplementation("org.postgresql:postgresql:42.7.10")
2121
testImplementation("io.jsonwebtoken:jjwt-api:0.13.0")

lib/crypt4gh/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ plugins {
77
id("formatting-conventions")
88
id("maven-publish")
99
id("signing")
10-
id("com.gradleup.shadow") version "9.3.1"
11-
id("org.jreleaser") version "1.21.0"
10+
id("com.gradleup.shadow") version "9.3.2"
11+
id("org.jreleaser") version "1.23.0"
1212
}
1313

1414
group = "no.elixir"

services/localega-tsd-proxy/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("java")
3-
id("org.springframework.boot") version "4.0.2"
3+
id("org.springframework.boot") version "4.0.3"
44
id("io.spring.dependency-management") version "1.1.7"
55
id("formatting-conventions")
66
}

services/tsd-api-mock/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("java")
3-
id("org.springframework.boot") version "4.0.2"
3+
id("org.springframework.boot") version "4.0.3"
44
id("io.spring.dependency-management") version "1.1.7"
55
id("formatting-conventions")
66
}

0 commit comments

Comments
 (0)