Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#69)
Browse files Browse the repository at this point in the history
[![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

<details>
<summary>spotify-web-api-java/spotify-web-api-java (se.michaelthelin.spotify:spotify-web-api-java)</summary>

### [`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)

</details>

---

### 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).
  • Loading branch information
renovate[bot] authored Aug 3, 2024
1 parent 811ebfc commit 4076e81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<dependency>
<groupId>se.michaelthelin.spotify</groupId>
<artifactId>spotify-web-api-java</artifactId>
<version>8.4.0</version>
<version>8.4.1</version>
</dependency>
<dependency>
<groupId>com.github.sealedtx</groupId>
Expand Down

0 comments on commit 4076e81

Please sign in to comment.