out of curiousity is there a way to say `2.3` such...
# gradle
x
out of curiousity is there a way to say
2.3
such that it would resolve
2.3.1
and
2.4
but not
3.0
? for example I know a feature I use in assertj was added in 2.8 (by my request)