Skip to content

Commit

Permalink
Merge branch 'refs/heads/master' into dev/v4
Browse files Browse the repository at this point in the history
  • Loading branch information
DxsSucuk committed Aug 8, 2024
2 parents 9998ce2 + 3db3606 commit 339564f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
images: ree6/bot

- name: Build and push Docker image
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v6.6.1
with:
context: .
push: true
Expand Down
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</dependency>
<!-- Fix for the failed Lookup until they release a version -->
<dependency>
Expand All @@ -73,7 +73,7 @@
<dependency>
<groupId>dev.lavalink.youtube</groupId>
<artifactId>v2</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>
</dependency>
<dependency>
<groupId>com.sedmelluq</groupId>
Expand Down Expand Up @@ -114,7 +114,7 @@
<dependency>
<groupId>com.github.twitch4j</groupId>
<artifactId>twitch4j</artifactId>
<version>1.20.0</version>
<version>1.21.0</version>
</dependency>
<dependency>
<groupId>io.github.redouane59.twitter</groupId>
Expand All @@ -141,7 +141,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>de.ree6</groupId>
Expand All @@ -158,7 +158,7 @@
<dependency>
<groupId>com.apptasticsoftware</groupId>
<artifactId>rssreader</artifactId>
<version>3.6.0</version>
<version>3.7.0</version>
</dependency>
<dependency>
<groupId>me.presti</groupId>
Expand Down Expand Up @@ -189,7 +189,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.13</version>
<version>2.0.14</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand All @@ -201,7 +201,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.32</version>
<version>1.18.34</version>
<scope>provided</scope>
</dependency>

Expand Down Expand Up @@ -252,12 +252,12 @@
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-json-jackson</artifactId>
<version>3.1.7</version>
<version>3.1.8</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
<version>3.1.7</version>
<version>3.1.8</version>
</dependency>


Expand Down Expand Up @@ -335,7 +335,7 @@
<plugin>
<groupId>io.github.git-commit-id</groupId>
<artifactId>git-commit-id-maven-plugin</artifactId>
<version>8.0.2</version>
<version>9.0.1</version>
<executions>
<execution>
<id>get-the-git-infos</id>
Expand Down

0 comments on commit 339564f

Please sign in to comment.