Skip to content

Commit

Permalink
GH-128 Update all dependencies (#128)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 25, 2023
1 parent 25663fc commit fc236ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ checkstyle {

dependencies {
// JDA
implementation("net.dv8tion:JDA:5.0.0-beta.15") {
implementation("net.dv8tion:JDA:5.0.0-beta.16") {
exclude("opus-java", "opus-java")
}

Expand All @@ -44,7 +44,7 @@ dependencies {
implementation("pw.chew:jda-chewtils-command:2.0-SNAPSHOT")

// Sentry.io integration
implementation("io.sentry:sentry:6.31.0")
implementation("io.sentry:sentry:6.32.0")

// ORMLite
implementation("com.j256.ormlite:ormlite-core:6.1")
Expand Down
2 changes: 1 addition & 1 deletion docker/java21.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /app/
COPY .. /app/
RUN gradle clean shadowJar

FROM amazoncorretto:21-alpine
FROM amazoncorretto:21.0.1-alpine
LABEL org.label-schema.name="eternalcode/discordofficer"
LABEL org.label-schema.description="EternalCode DiscordOfficer official image"
LABEL org.label-schema.url="http://eternalcode.pl/"
Expand Down

0 comments on commit fc236ee

Please sign in to comment.