Skip to content

Commit

Permalink
Merge pull request #42 from jaguaar/upgradedspotify
Browse files Browse the repository at this point in the history
Upgraded frameworks
  • Loading branch information
jaguaar authored Dec 5, 2024
2 parents c505ada + 3ae7066 commit cec77ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ repositories {
dependencies {
implementation 'org.springframework.boot:spring-boot-starter'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'se.michaelthelin.spotify:spotify-web-api-java:7.1.0'
implementation 'net.dv8tion:JDA:5.0.0-beta.6'
implementation 'org.apache.httpcomponents:httpclient:4.5.13'
implementation 'se.michaelthelin.spotify:spotify-web-api-java:8.4.1'
implementation 'net.dv8tion:JDA:5.2.1'
implementation 'org.apache.httpcomponents.client5:httpclient5:5.2.1'
implementation 'commons-io:commons-io:2.11.0'
implementation 'org.mozilla:rhino-engine:1.7.14'

Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ gif.event.parser.order=20
shortcut.event.parser.order=30
discord.volume=50

#Google youtube account refresh token, username [email protected] password = default...
refresh.token="1//03033nu7CeUjmCgYIARAAGAMSNwF-L9IrV6SuFYaJfb6W7CWOLwfy4V0MGinvVxJLIbeChdt0Hmc9HCPXBQ7O1d2bwtxk1eFQ9j4";
#Google youtube account refresh token, username [email protected] password = default..
refresh.token=1//03033nu7CeUjmCgYIARAAGAMSNwF-L9IrV6SuFYaJfb6W7CWOLwfy4V0MGinvVxJLIbeChdt0Hmc9HCPXBQ7O1d2bwtxk1eFQ9j4

0 comments on commit cec77ca

Please sign in to comment.