We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d51a4ea commit 87b5d92Copy full SHA for 87b5d92
build.gradle
@@ -1,5 +1,5 @@
1
group 'com.softwareverde'
2
-version '3.3.0'
+version '3.3.1'
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.7.0'
+ implementation group: 'com.github.softwareverde', name: 'java-util', version: 'v2.7.8'
25
26
testImplementation group: 'junit', name: 'junit', version: '4.12'
27
testImplementation group: 'com.h2database', name: 'h2', version: '1.4.192'
@@ -70,4 +70,4 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
70
artifacts {
71
archives sourcesJar
72
archives javadocJar
73
-}
+}
0 commit comments