Skip to content

Commit 98e2746

Browse files
authored
Merge pull request #7 from toss/0_0_9
version up
2 parents 4f5d874 + e9e77dc commit 98e2746

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group 'com.github.toss'
9-
version '0.0.7'
9+
version '0.0.9'
1010

1111
sourceCompatibility = JavaVersion.VERSION_1_6
1212
targetCompatibility = JavaVersion.VERSION_1_6
@@ -25,8 +25,8 @@ repositories {
2525

2626
dependencies {
2727
implementation 'commons-codec:commons-codec:1.15'
28-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0-M1'
29-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0-M1'
28+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'
29+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
3030

3131
}
3232

0 commit comments

Comments
 (0)