Skip to content

Commit 30795e1

Browse files
java-util to v2.0.6
1 parent f3afaa8 commit 30795e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.softwareverde'
2-
version '3.0.2'
2+
version '3.0.3'
33

44
apply plugin: 'java'
55
apply plugin: 'java-library'
@@ -21,7 +21,7 @@ repositories {
2121
}
2222

2323
dependencies {
24-
implementation group: 'com.github.softwareverde', name: 'java-util', version: 'v2.0.3'
24+
implementation group: 'com.github.softwareverde', name: 'java-util', version: 'v2.0.6'
2525

2626
testImplementation group: 'junit', name: 'junit', version: '4.12'
2727
testImplementation group: 'com.h2database', name: 'h2', version: '1.4.192'

0 commit comments

Comments
 (0)