Skip to content

Commit

Permalink
rebase to master
Browse files Browse the repository at this point in the history
  • Loading branch information
borcsokj committed Jun 22, 2021
1 parent d265c6b commit 36f79e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
compile(group: "com.sun.mail", name: "mailapi", version: "1.6.2");
compile(group: "joda-time", name: "joda-time", version: "2.10.5");
compile(group: "com.googlecode.libphonenumber", name: "libphonenumber", version: "8.11.1");
compile(group: "com.google.code.findbugs", name: "jsr305", version: "3.0.2");
compileOnly(group: "com.google.code.findbugs", name: "jsr305", version: "3.0.2");
compile(group: "net.sf.jopt-simple", name: "jopt-simple", version: "5.0.4");
testCompile(group: "org.testng", name: "testng", version: "7.1.0") {
exclude(group: "junit", module: "junit");
Expand Down

0 comments on commit 36f79e1

Please sign in to comment.