File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Choose your installation method - Maven w/ Gradle (recommended) or Jar file.
40
40
...
41
41
dependencies {
42
42
...
43
- compile 'com.sendgrid:smtpapi-java:1.2.4 '
43
+ compile 'com.sendgrid:smtpapi-java:1.2.5 '
44
44
}
45
45
46
46
repositories {
Original file line number Diff line number Diff line change 11
11
<packaging >jar</packaging >
12
12
<name >SMTPAPI Java</name >
13
13
<description >SMTPAPI Java helper library</description >
14
- <version >1.2.4 </version >
14
+ <version >1.2.5 </version >
15
15
<url >https://github.com/sendgrid/smtapi-java</url >
16
16
<licenses >
17
17
<license >
24
24
<
url >scm:
[email protected] :sendgrid/smtpapi-java.git</
url >
25
25
<
connection >scm:
[email protected] :sendgrid/smtpapi-java.git</
connection >
26
26
<
developerConnection >scm:
[email protected] :sendgrid/smtpapi-java.git</
developerConnection >
27
- <tag >1.2.4 </tag >
27
+ <tag >1.2.5 </tag >
28
28
</scm >
29
29
<profiles >
30
30
<profile >
131
131
<dependency >
132
132
<groupId >junit</groupId >
133
133
<artifactId >junit-dep</artifactId >
134
- <version >4.10 </version >
134
+ <version >4.11 </version >
135
135
<scope >test</scope >
136
136
</dependency >
137
137
<dependency >
148
148
<dependency >
149
149
<groupId >org.skyscreamer</groupId >
150
150
<artifactId >jsonassert</artifactId >
151
- <version >1.2.3 </version >
151
+ <version >1.5.0 </version >
152
152
<scope >test</scope >
153
153
</dependency >
154
154
</dependencies >
You can’t perform that action at this time.
0 commit comments