Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #687 from BBN-Holding/greg-dev
Browse files Browse the repository at this point in the history
v2.0.3
  • Loading branch information
greg6775 authored Jul 23, 2021
2 parents 28e4a4d + 0acad73 commit d677c99
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
- package-ecosystem: maven
directory: "/"
schedule:
interval: daily
interval: monthly
time: "13:00"
open-pull-requests-limit: 99
target-branch: greg-dev
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>Hadder</groupId>
<artifactId>Hadder</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
<name>Hadder</name>
<inceptionYear>2019</inceptionYear>
<description>Hadder is a multi-purpose Discord bot.</description>
Expand Down Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>4.2.0_247</version>
<version>4.3.0_298</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
Expand All @@ -84,27 +84,27 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.30</version>
<version>1.7.32</version>
</dependency>
<dependency>
<groupId>club.minnced</groupId>
<artifactId>discord-webhooks</artifactId>
<version>0.5.6</version>
<version>0.5.7</version>
</dependency>
<dependency>
<groupId>org.kohsuke</groupId>
<artifactId>github-api</artifactId>
<version>1.128</version>
<version>1.132</version>
</dependency>
<dependency>
<groupId>com.sedmelluq</groupId>
<artifactId>lavaplayer</artifactId>
<version>1.3.76</version>
<version>1.3.78</version>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-sync</artifactId>
<version>4.2.3</version>
<version>4.3.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit d677c99

Please sign in to comment.