From 5fad8f03fc5d97eff007e00c5e5668505d4c6a89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 00:48:02 +0000 Subject: [PATCH] chore(deps): bump the prod-dependencies group across 1 directory with 8 updates Bumps the prod-dependencies group with 8 updates in the /libs/adsp-service-spring-sdk directory: | Package | From | To | | --- | --- | --- | | [com.github.victools:jsonschema-generator](https://github.com/victools/jsonschema-generator) | `4.27.0` | `4.37.0` | | [io.socket:socket.io-client](https://github.com/socketio/socket.io-client-java) | `2.1.0` | `2.1.1` | | org.apache.commons:commons-lang3 | `3.12.0` | `3.17.0` | | org.springdoc:springdoc-openapi-webflux-core | `1.6.11` | `1.8.0` | | org.springdoc:springdoc-openapi-webmvc-core | `1.6.11` | `1.8.0` | | [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) | `3.3.0` | `3.4.2` | | [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) | `3.2.1` | `3.3.1` | | [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) | `0.8.8` | `0.8.12` | Updates `com.github.victools:jsonschema-generator` from 4.27.0 to 4.37.0 - [Release notes](https://github.com/victools/jsonschema-generator/releases) - [Changelog](https://github.com/victools/jsonschema-generator/blob/main/CHANGELOG.md) - [Commits](https://github.com/victools/jsonschema-generator/compare/v4.27.0...v4.37.0) Updates `io.socket:socket.io-client` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/socketio/socket.io-client-java/releases) - [Changelog](https://github.com/socketio/socket.io-client-java/blob/main/History.md) - [Commits](https://github.com/socketio/socket.io-client-java/compare/socket.io-client-2.1.0...socket.io-client-2.1.1) Updates `org.apache.commons:commons-lang3` from 3.12.0 to 3.17.0 Updates `org.springdoc:springdoc-openapi-webflux-core` from 1.6.11 to 1.8.0 Updates `org.springdoc:springdoc-openapi-webmvc-core` from 1.6.11 to 1.8.0 Updates `org.apache.maven.plugins:maven-jar-plugin` from 3.3.0 to 3.4.2 - [Release notes](https://github.com/apache/maven-jar-plugin/releases) - [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.3.0...maven-jar-plugin-3.4.2) Updates `org.apache.maven.plugins:maven-source-plugin` from 3.2.1 to 3.3.1 - [Release notes](https://github.com/apache/maven-source-plugin/releases) - [Commits](https://github.com/apache/maven-source-plugin/compare/maven-source-plugin-3.2.1...maven-source-plugin-3.3.1) Updates `org.jacoco:jacoco-maven-plugin` from 0.8.8 to 0.8.12 - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](https://github.com/jacoco/jacoco/compare/v0.8.8...v0.8.12) --- updated-dependencies: - dependency-name: com.github.victools:jsonschema-generator dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: io.socket:socket.io-client dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: org.apache.commons:commons-lang3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: org.springdoc:springdoc-openapi-webflux-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: org.springdoc:springdoc-openapi-webmvc-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: org.apache.maven.plugins:maven-jar-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: org.apache.maven.plugins:maven-source-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: org.jacoco:jacoco-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] --- libs/adsp-service-spring-sdk/pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/libs/adsp-service-spring-sdk/pom.xml b/libs/adsp-service-spring-sdk/pom.xml index 94c355a66..80e01ecb6 100644 --- a/libs/adsp-service-spring-sdk/pom.xml +++ b/libs/adsp-service-spring-sdk/pom.xml @@ -59,28 +59,28 @@ com.github.victools jsonschema-generator - 4.27.0 + 4.37.0 io.socket socket.io-client - 2.1.0 + 2.1.1 org.apache.commons commons-lang3 - 3.12.0 + 3.17.0 org.springdoc springdoc-openapi-webflux-core - 1.6.11 + 1.8.0 true org.springdoc springdoc-openapi-webmvc-core - 1.6.11 + 1.8.0 true @@ -123,7 +123,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.3.0 + 3.4.2 ../../dist/libs/adsp-service-spring-sdk @@ -131,7 +131,7 @@ org.apache.maven.plugins maven-source-plugin - 3.2.1 + 3.3.1 attach-sources @@ -152,7 +152,7 @@ org.jacoco jacoco-maven-plugin - 0.8.8 + 0.8.12