File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -118,12 +118,12 @@ Using Maven:
118118 <dependency>
119119 <groupId>com.mailersend</groupId>
120120 <artifactId>java-sdk</artifactId>
121- <version>1.2.1 </version>
121+ <version>1.3.0 </version>
122122 </dependency>
123123
124124Using Gradle:
125125
126- implementation 'com.mailersend:java-sdk:1.2.1 '
126+ implementation 'com.mailersend:java-sdk:1.3.0 '
127127
128128# Usage
129129
Original file line number Diff line number Diff line change 22 <modelVersion >4.0.0</modelVersion >
33 <groupId >com.mailersend</groupId >
44 <artifactId >java-sdk</artifactId >
5- <version >1.2.1 </version >
5+ <version >1.3.0 </version >
66 <name >MailerSend Java SDK</name >
77 <description >An SDK for MailerSend API</description >
88 <url >https://github.com/mailersend/mailersend-java</url >
3939 <plugins >
4040 <plugin >
4141 <artifactId >maven-surefire-plugin</artifactId >
42- <version >2.22.2 </version >
42+ <version >3.0.0 </version >
4343 <configuration >
4444 <testFailureIgnore >true</testFailureIgnore >
4545 </configuration >
4646 </plugin >
4747 <plugin >
4848 <artifactId >maven-failsafe-plugin</artifactId >
49- <version >2.22.2 </version >
49+ <version >3.0.0 </version >
5050 </plugin >
5151 <plugin >
5252 <groupId >org.apache.maven.plugins</groupId >
132132 <version >5.13.3</version >
133133 <scope >test</scope >
134134 </dependency >
135+ <dependency >
136+ <groupId >org.junit.platform</groupId >
137+ <artifactId >junit-platform-launcher</artifactId >
138+ <version >1.13.3</version >
139+ <scope >test</scope >
140+ </dependency >
135141 <dependency >
136142 <groupId >com.google.code.gson</groupId >
137143 <artifactId >gson</artifactId >
You can’t perform that action at this time.
0 commit comments