From 361fdda526ac3d03258a589e972046e33e908ffb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 03:49:27 +0000 Subject: [PATCH] Bump the dashboard-production-dependencies group across 1 directory with 6 updates Bumps the dashboard-production-dependencies group with 6 updates in the /dashboard directory: | Package | From | To | | --- | --- | --- | | [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) | `3.2.3` | `3.4.3` | | [redis.clients:jedis](https://github.com/redis/jedis) | `5.1.1` | `5.2.0` | | [com.google.auto.value:auto-value](https://github.com/google/auto) | `1.10.4` | `1.11.0` | | [joda-time:joda-time](https://github.com/JodaOrg/joda-time) | `2.12.7` | `2.13.1` | | [com.google.guava:guava](https://github.com/google/guava) | `33.0.0-jre` | `33.4.0-jre` | | [com.fasterxml.jackson.datatype:jackson-datatype-joda](https://github.com/FasterXML/jackson-datatype-joda) | `2.16.1` | `2.18.3` | Updates `org.springframework.boot:spring-boot-starter-parent` from 3.2.3 to 3.4.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.3...v3.4.3) Updates `redis.clients:jedis` from 5.1.1 to 5.2.0 - [Release notes](https://github.com/redis/jedis/releases) - [Commits](https://github.com/redis/jedis/compare/v5.1.1...v5.2.0) Updates `com.google.auto.value:auto-value` from 1.10.4 to 1.11.0 - [Release notes](https://github.com/google/auto/releases) - [Commits](https://github.com/google/auto/compare/auto-value-1.10.4...auto-value-1.11.0) Updates `joda-time:joda-time` from 2.12.7 to 2.13.1 - [Release notes](https://github.com/JodaOrg/joda-time/releases) - [Changelog](https://github.com/JodaOrg/joda-time/blob/main/RELEASE-NOTES.txt) - [Commits](https://github.com/JodaOrg/joda-time/compare/v2.12.7...v2.13.1) Updates `com.google.guava:guava` from 33.0.0-jre to 33.4.0-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `com.fasterxml.jackson.datatype:jackson-datatype-joda` from 2.16.1 to 2.18.3 - [Commits](https://github.com/FasterXML/jackson-datatype-joda/compare/jackson-datatype-joda-2.16.1...jackson-datatype-joda-2.18.3) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dashboard-production-dependencies - dependency-name: redis.clients:jedis dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dashboard-production-dependencies - dependency-name: com.google.auto.value:auto-value dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dashboard-production-dependencies - dependency-name: joda-time:joda-time dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dashboard-production-dependencies - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dashboard-production-dependencies - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-joda dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dashboard-production-dependencies ... Signed-off-by: dependabot[bot] --- dashboard/pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dashboard/pom.xml b/dashboard/pom.xml index 1f9711c..4d573d5 100644 --- a/dashboard/pom.xml +++ b/dashboard/pom.xml @@ -21,7 +21,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.3 + 3.4.3 com.google.cloud.example.realtimedash @@ -47,7 +47,7 @@ redis.clients jedis - 5.1.1 + 5.2.0 jar compile @@ -55,25 +55,25 @@ com.google.auto.value auto-value - 1.10.4 + 1.11.0 joda-time joda-time - 2.12.7 + 2.13.1 com.google.guava guava - 33.0.0-jre + 33.4.0-jre com.fasterxml.jackson.datatype jackson-datatype-joda - 2.16.1 + 2.18.3