Skip to content

Commit d560a1d

Browse files
committed
fix: fix junit; update version
1 parent 0aa67bb commit d560a1d

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

124124
Using Gradle:
125125

126-
implementation 'com.mailersend:java-sdk:1.2.1'
126+
implementation 'com.mailersend:java-sdk:1.3.0'
127127

128128
# Usage
129129

pom.xml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>
@@ -39,14 +39,14 @@
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>
@@ -132,6 +132,12 @@
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>

0 commit comments

Comments
 (0)