Skip to content

Commit

Permalink
Explicitly set version of jackson api dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Jun 14, 2021
1 parent 985e1fc commit c71ca8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repositories {
}
dependencies {
implementation "de.smartsquare.socket-io-redis-emitter:0.11.1"
implementation "de.smartsquare.socket-io-redis-emitter:0.11.2"
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ repositories {

dependencies {
api "redis.clients:jedis:$jedisVersion"
api "com.fasterxml.jackson.core:jackson-core"
api "com.fasterxml.jackson.core:jackson-core:$jacksonVersion"

implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion"

Expand Down

0 comments on commit c71ca8a

Please sign in to comment.