Skip to content

Commit

Permalink
Version 1.7.1 - Update Jackson for security
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-xo committed Apr 22, 2020
1 parent 5a1efce commit 595c430
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CDJ Scrobbler v1.7
------------------
CDJ Scrobbler v1.7.1
--------------------

CDJ Scrobbler is a Last.fm Scrobbler for Pioneer CDJ / XDJ (e.g. CDJ 2000) based on beat-link.

Expand Down Expand Up @@ -33,13 +33,13 @@ Run
* Finally, run it in Terminal or Command Prompt:


java -jar cdjscrobbler-1.7.jar --twitter --lfm
java -jar cdjscrobbler-1.7.1.jar --twitter --lfm

* If this is the first time you have run CDJ Scrobbler, you will be prompted to authorize Last.fm and Twitter in turn. The authorization secrets will be saved into the file `cdjscrobbler.properties` in your home directory. (If you want to use a different file, use the `--conf` option)
* For more information on the options,


java -jar cdjscrobbler-1.7.jar --help
java -jar cdjscrobbler-1.7.1.jar --help


Options
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>am.xo.cdjscrobbler</groupId>
<artifactId>cdjscrobbler</artifactId>
<packaging>jar</packaging>
<version>1.7</version>
<version>1.7.1</version>
<repositories>
<repository>
<!-- Used for lastfm-java because there is no official release withn HTTPS support, even though it's on github -->
Expand Down Expand Up @@ -119,7 +119,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.9.3</version>
<version>2.9.10.3</version>
</dependency>
<dependency>
<groupId>org.twitter4j</groupId>
Expand Down

0 comments on commit 595c430

Please sign in to comment.