We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e97e42 + a8d939f commit 7adbef1Copy full SHA for 7adbef1
build.gradle
@@ -11,7 +11,7 @@ plugins {
11
//---------------------------------------------------------------------------//
12
13
group = 'org.radarcns'
14
-version = '0.2.2'
+version = '0.2.3'
15
ext.description = 'Kafka backend for processing device data.'
16
17
mainClassName = 'org.radarcns.RadarBackend'
@@ -34,7 +34,7 @@ ext.mathVersion = '3.0'
34
ext.findbugVersion = '3.0.1'
35
ext.commonsCliVersion = '1.2'
36
ext.mockitoVersion = '2.2.29'
37
-ext.radarCommonsVersion = '0.8.1'
+ext.radarCommonsVersion = '0.8.2'
38
ext.radarSchemasVersion = '0.3.2'
39
ext.subethamailVersion = '3.1.7'
40
ext.jsoupVersion = '1.10.2'
0 commit comments