Skip to content

Commit

Permalink
Exclude just released and supported Lettuce 6 (#1308)
Browse files Browse the repository at this point in the history
  • Loading branch information
iNikem committed Oct 2, 2020
1 parent 86961d4 commit a654262
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 @@ -211,7 +211,7 @@ provide the path to a JAR file including an SPI implementation using the system
| [Kafka](https://kafka.apache.org/20/javadoc/overview-summary.html) | 0.11+ |
| [khttp](https://khttp.readthedocs.io) | 0.1+ |
| [Kubernetes Client](https://github.com/kubernetes-client/java) | 7.0+ |
| [Lettuce](https://github.com/lettuce-io/lettuce-core) | 4.0+ |
| [Lettuce](https://github.com/lettuce-io/lettuce-core) | 4.0+ (not including 6.x yet) |
| [Log4j 2](https://logging.apache.org/log4j/2.x/) | 2.7+ |
| [Logback](http:https://logback.qos.ch/) | 1.0+ |
| [MongoDB Drivers](https://mongodb.github.io/mongo-java-driver/) | 3.3+ |
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/lettuce/lettuce-5.1/lettuce-5.1.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ muzzle {
pass {
group = "io.lettuce"
module = "lettuce-core"
versions = "[5.1.0.RELEASE,)"
versions = "[5.1.0.RELEASE,6.0.0.RELEASE)"
assertInverse = true
}
}
Expand Down

0 comments on commit a654262

Please sign in to comment.