From 4a65df04a01d7980c5cd98e07da2ba54baebc1ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 21:17:49 +0000 Subject: [PATCH] chore(deps): bump the java-minor-patch group with 5 updates Bumps the java-minor-patch group with 5 updates: | Package | From | To | | --- | --- | --- | | [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) | `5.3.1` | `5.4` | | [org.springframework.boot:spring-boot-starter-data-jpa](https://github.com/spring-projects/spring-boot) | `3.3.3` | `3.3.4` | | [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot) | `3.3.3` | `3.3.4` | | [org.springframework.boot:spring-boot-starter-web-services](https://github.com/spring-projects/spring-boot) | `3.3.3` | `3.3.4` | | [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.3.3` | `3.3.4` | Updates `org.apache.httpcomponents.client5:httpclient5` from 5.3.1 to 5.4 - [Changelog](https://github.com/apache/httpcomponents-client/blob/master/RELEASE_NOTES.txt) - [Commits](https://github.com/apache/httpcomponents-client/compare/rel/v5.3.1...rel/v5.4) Updates `org.springframework.boot:spring-boot-starter-data-jpa` from 3.3.3 to 3.3.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.3...v3.3.4) Updates `org.springframework.boot:spring-boot-starter-test` from 3.3.3 to 3.3.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.3...v3.3.4) Updates `org.springframework.boot:spring-boot-starter-web-services` from 3.3.3 to 3.3.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.3...v3.3.4) Updates `org.springframework.boot` from 3.3.3 to 3.3.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.3...v3.3.4) Updates `org.springframework.boot:spring-boot-starter-test` from 3.3.3 to 3.3.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.3...v3.3.4) Updates `org.springframework.boot:spring-boot-starter-web-services` from 3.3.3 to 3.3.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.3...v3.3.4) Updates `org.springframework.boot` from 3.3.3 to 3.3.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.3...v3.3.4) --- updated-dependencies: - dependency-name: org.apache.httpcomponents.client5:httpclient5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java-minor-patch - dependency-name: org.springframework.boot:spring-boot-starter-data-jpa dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java-minor-patch - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java-minor-patch - dependency-name: org.springframework.boot:spring-boot-starter-web-services dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java-minor-patch - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java-minor-patch - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java-minor-patch - dependency-name: org.springframework.boot:spring-boot-starter-web-services dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java-minor-patch - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java-minor-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b67b2264..c0c3c3fb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ cxf = "4.0.5" guava = "33.3.0-jre" h2 = "2.3.232" hierynomusLicense = "0.16.1" -httpclient = "5.3.1" +httpclient = "5.4" jackson = "2.17.2" jakartaRsApi = "4.0.0" jakartaAnnotationApi = "3.0.0" @@ -21,7 +21,7 @@ mockito = "5.13.0" postgresql = "42.7.4" plexusUtils="4.0.1" sonarqube = "5.1.0.4882" -springBoot = "3.3.3" +springBoot = "3.3.4" springDoc = "2.6.0" springWebMvc = "6.1.13" wsdl4j = "1.6.3"