From 4076e816201e63015e31cc4c40baf70f76cbeb1e Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 3 Aug 2024 17:30:22 +0000
Subject: [PATCH] chore(deps): update all non-major dependencies (#69)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Type | Update | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|---|---|
| debian | final | digest | `f528891` -> `5f7d566` | | | | |
| maven | stage | digest | `5625f89` -> `6bfb613` | | | | |
| rust | stage | minor | `1.79.0-bookworm` -> `1.80.0-bookworm` | [![age](https://developer.mend.io/api/mc/badges/age/docker/rust/1.80.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/docker/rust/1.80.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/docker/rust/1.79.0/1.80.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/docker/rust/1.79.0/1.80.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [se.michaelthelin.spotify:spotify-web-api-java](https://togithub.com/spotify-web-api-java/spotify-web-api-java) | compile | patch | `8.4.0` -> `8.4.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/se.michaelthelin.spotify:spotify-web-api-java/8.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/se.michaelthelin.spotify:spotify-web-api-java/8.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/se.michaelthelin.spotify:spotify-web-api-java/8.4.0/8.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/se.michaelthelin.spotify:spotify-web-api-java/8.4.0/8.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
spotify-web-api-java/spotify-web-api-java (se.michaelthelin.spotify:spotify-web-api-java)
### [`v8.4.1`](https://togithub.com/spotify-web-api-java/spotify-web-api-java/releases/tag/8.4.1)
[Compare Source](https://togithub.com/spotify-web-api-java/spotify-web-api-java/compare/8.4.0...8.4.1)
*No significant changes*
##### [View changes on GitHub](https://togithub.com/spotify-web-api-java/spotify-web-api-java/compare/8.4.0...8.4.1)
---
### Configuration
📅 **Schedule**: Branch creation - "before 6am on saturday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.
---
- [ ] If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/SvenKirschbaum/musikbot-client).
---
Dockerfile | 4 ++--
pom.xml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Dockerfile b/Dockerfile
index bfaf013..2836f2d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
#BUILD APP
-FROM maven:3.9.8-amazoncorretto-21@sha256:5625f89880deb3bac2d7122339fc106684effd0c8ad683152ff9e0431290c53a AS build_app
+FROM maven:3.9.8-amazoncorretto-21@sha256:6bfb613ad72c84e8055566c3c908235b1218520b8d7a9ead710640419c7b22a5 AS build_app
WORKDIR /usr/src/app
COPY pom.xml .
COPY lib lib
@@ -17,7 +17,7 @@ RUN git apply < /token_auth.diff
RUN cargo build --release --no-default-features --features pulseaudio_backend
#PACKAGE
-FROM debian:12.6-slim@sha256:f528891ab1aa484bf7233dbcc84f3c806c3e427571d75510a9d74bb5ec535b33
+FROM debian:12.6-slim@sha256:5f7d5664eae4a192c2d2d6cb67fc3f3c7891a8722cd2903cc35aa649a12b0c8d
RUN \
apt-get update \
&& apt-get install -y wget gnupg2 software-properties-common \
diff --git a/pom.xml b/pom.xml
index b989f64..1935fa3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,7 +83,7 @@
se.michaelthelin.spotify
spotify-web-api-java
- 8.4.0
+ 8.4.1
com.github.sealedtx