Skip to content

Commit 5a29709

Browse files
committed
update dependencies and version for email oauth2
1 parent e70544e commit 5a29709

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

pom.xml

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>org.apache.commons</groupId>
6868
<artifactId>commons-email</artifactId>
69-
<version>1.2</version>
69+
<version>1.5</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>commons-validator</groupId>
@@ -97,7 +97,33 @@
9797
<groupId>org.jsoup</groupId>
9898
<artifactId>jsoup</artifactId>
9999
<version>1.14.2</version>
100-
</dependency>
100+
</dependency>
101+
102+
<dependency>
103+
<groupId>com.google.api.client</groupId>
104+
<artifactId>google-api-client-googleapis-auth-oauth</artifactId>
105+
<version>1.2.3-alpha</version>
106+
</dependency>
107+
<dependency>
108+
<groupId>com.google.apis</groupId>
109+
<artifactId>google-api-services-gmail</artifactId>
110+
<version>v1-rev110-1.25.0</version>
111+
</dependency>
112+
<dependency>
113+
<groupId>com.google.api-client</groupId>
114+
<artifactId>google-api-client</artifactId>
115+
<version>1.30.4</version>
116+
</dependency>
117+
<dependency>
118+
<groupId>com.google.http-client</groupId>
119+
<artifactId>google-http-client</artifactId>
120+
<version>1.42.2</version>
121+
</dependency>
122+
<dependency>
123+
<groupId>com.sun.mail</groupId>
124+
<artifactId>javax.mail</artifactId>
125+
<version>1.5.5</version>
126+
</dependency>
101127
</dependencies>
102128
<build>
103129
<plugins>

0 commit comments

Comments
 (0)