Skip to content

Commit

Permalink
#71 parent up
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 26, 2023
1 parent 0312c8d commit b5ca8f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<parent>
<groupId>com.jcabi</groupId>
<artifactId>jcabi</artifactId>
<version>1.27.0</version>
<version>1.37.1</version>
</parent>
<artifactId>jcabi-email</artifactId>
<version>2.0-SNAPSHOT</version>
Expand Down
1 change: 1 addition & 0 deletions src/test/java/com/jcabi/email/wire/SmtpsTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ void sendsEmailToTheServerThroughSmtps() throws Exception {
final int received = 1;
final int port = SmtpsTest.port();
final int timeout = 3000;
System.setProperty("mail.smtp.ssl.protocols", "TLSv1.2");
Security.setProperty(
"ssl.SocketFactory.provider",
DummySSLSocketFactory.class.getName()
Expand Down

0 comments on commit b5ca8f4

Please sign in to comment.