File tree Expand file tree Collapse file tree 1 file changed +28
-2
lines changed
Expand file tree Collapse file tree 1 file changed +28
-2
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments