netty-http/gradle.properties

31 lines
465 B
Properties
Raw Normal View History

2017-05-02 00:52:09 +02:00
group = org.xbib
2018-08-17 11:46:18 +02:00
name = netty-http
version = 4.1.38.1
2017-05-02 00:52:09 +02:00
# main packages
2019-08-06 21:00:02 +02:00
netty.version = 4.1.38.Final
2019-05-20 15:02:02 +02:00
tcnative.version = 2.0.25.Final
2019-04-30 16:35:45 +02:00
# common
2019-07-15 22:41:23 +02:00
xbib-net-url.version = 1.3.3
2018-08-17 11:46:18 +02:00
2019-04-30 16:35:45 +02:00
# server
bouncycastle.version = 1.61
2019-07-15 22:41:23 +02:00
# reactive
reactivestreams.version = 1.0.2
2019-04-30 16:35:45 +02:00
2019-07-15 22:41:23 +02:00
# rest
2019-04-30 16:35:45 +02:00
xbib-guice.version = 4.0.4
# test packages
2019-04-30 16:35:45 +02:00
junit.version = 5.4.2
junit4.version = 4.12
conscrypt.version = 2.0.0
jackson.version = 2.9.9
# doc
2018-07-12 14:47:09 +02:00
asciidoclet.version = 1.5.4
org.gradle.warning.mode = all