File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ touch Example.java
101
101
Add the example you want to test to Example.java, including the headers at the top of the file.
102
102
103
103
``` bash
104
- javac -classpath ../repo/com/sendgrid/4.4.4 /sendgrid-4.4.4 -jar.jar:. Example.java && java -classpath ../repo/com/sendgrid/4.4.4 /sendgrid-4.4.4 -jar.jar:. Example
104
+ javac -classpath ../repo/com/sendgrid/4.4.5 /sendgrid-4.4.5 -jar.jar:. Example.java && java -classpath ../repo/com/sendgrid/4.4.5 /sendgrid-4.4.5 -jar.jar:. Example
105
105
```
106
106
107
107
<a name =" understanding-the-codebase " ></a >
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ Add the following to your build.gradle file in the root of your project.
67
67
...
68
68
dependencies {
69
69
...
70
- implementation 'com.sendgrid:sendgrid-java:4.4.4 '
70
+ implementation 'com.sendgrid:sendgrid-java:4.4.5 '
71
71
}
72
72
73
73
repositories {
@@ -86,7 +86,7 @@ mvn install
86
86
87
87
You can just drop the jar file in. It's a fat jar - it has all the dependencies built in.
88
88
89
- [ sendgrid-java.jar] ( https://github.com/sendgrid/sendgrid-java/releases/download/v4.4.4 /sendgrid-java.jar )
89
+ [ sendgrid-java.jar] ( https://github.com/sendgrid/sendgrid-java/releases/download/v4.4.5 /sendgrid-java.jar )
90
90
91
91
## Dependencies
92
92
Original file line number Diff line number Diff line change 9
9
<groupId >com.sendgrid</groupId >
10
10
<artifactId >sendgrid-java</artifactId >
11
11
<name >Twilio SendGrid Java helper library</name >
12
- <version >4.4.4 </version >
12
+ <version >4.4.5 </version >
13
13
<description >This Java module allows you to quickly and easily send emails through Twilio SendGrid using Java.</description >
14
14
<url >https://github.com/sendgrid/sendgrid-java</url >
15
15
<licenses >
26
26
<url >https://github.com/sendgrid/sendgrid-java</url >
27
27
<
connection >scm:git:
[email protected] :sendgrid/sendgrid-java.git</
connection >
28
28
<
developerConnection >scm:git:
[email protected] :sendgrid/sendgrid-java.git</
developerConnection >
29
- <tag >4.4.4 </tag >
29
+ <tag >4.4.5 </tag >
30
30
</scm >
31
31
<profiles >
32
32
<profile >
304
304
<scope >test</scope >
305
305
</dependency >
306
306
</dependencies >
307
- </project >
307
+ </project >
You can’t perform that action at this time.
0 commit comments