Skip to content

Commit 87b5d92

Browse files
Version bump and dependency upgrade.
1 parent d51a4ea commit 87b5d92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.softwareverde'
2-
version '3.3.0'
2+
version '3.3.1'
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.7.0'
24+
implementation group: 'com.github.softwareverde', name: 'java-util', version: 'v2.7.8'
2525

2626
testImplementation group: 'junit', name: 'junit', version: '4.12'
2727
testImplementation group: 'com.h2database', name: 'h2', version: '1.4.192'
@@ -70,4 +70,4 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
7070
artifacts {
7171
archives sourcesJar
7272
archives javadocJar
73-
}
73+
}

0 commit comments

Comments
 (0)