We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3afaa8 commit 30795e1Copy full SHA for 30795e1
build.gradle
@@ -1,5 +1,5 @@
1
group 'com.softwareverde'
2
-version '3.0.2'
+version '3.0.3'
3
4
apply plugin: 'java'
5
apply plugin: 'java-library'
@@ -21,7 +21,7 @@ repositories {
21
}
22
23
dependencies {
24
- implementation group: 'com.github.softwareverde', name: 'java-util', version: 'v2.0.3'
+ implementation group: 'com.github.softwareverde', name: 'java-util', version: 'v2.0.6'
25
26
testImplementation group: 'junit', name: 'junit', version: '4.12'
27
testImplementation group: 'com.h2database', name: 'h2', version: '1.4.192'
0 commit comments