@@ -38,22 +38,32 @@ Copyright 2016 Google LLC
3838
3939 <dependencies >
4040 <dependency >
41- <groupId >javax .servlet</groupId >
42- <artifactId >javax .servlet-api</artifactId >
43- <version >3.1.0 </version >
41+ <groupId >jakarta .servlet</groupId >
42+ <artifactId >jakarta .servlet-api</artifactId >
43+ <version >4.0.4 </version >
4444 <type >jar</type >
4545 <scope >provided</scope >
4646 </dependency >
4747
4848 <dependency >
4949 <groupId >com.google.appengine</groupId >
5050 <artifactId >appengine-api-1.0-sdk</artifactId >
51- <version >2.0.23 </version >
51+ <version >2.0.39 </version >
5252 </dependency >
5353 <dependency >
54- <groupId >javax.mail</groupId >
55- <artifactId >mail</artifactId >
56- <version >1.4.7</version >
54+ <groupId >jakarta.mail</groupId >
55+ <artifactId >jakarta.mail-api</artifactId >
56+ <version >1.6.7</version >
57+ </dependency >
58+ <dependency >
59+ <groupId >com.sun.mail</groupId >
60+ <artifactId >jakarta.mail</artifactId >
61+ <version >1.6.7</version >
62+ </dependency >
63+ <dependency >
64+ <groupId >jakarta.activation</groupId >
65+ <artifactId >jakarta.activation-api</artifactId >
66+ <version >1.2.2</version >
5767 </dependency >
5868 </dependencies >
5969 <build >
@@ -68,7 +78,7 @@ Copyright 2016 Google LLC
6878 <plugin >
6979 <groupId >com.google.cloud.tools</groupId >
7080 <artifactId >appengine-maven-plugin</artifactId >
71- <version >2.5.0 </version >
81+ <version >2.8.3 </version >
7282 <configuration >
7383 <projectId >GCLOUD_CONFIG</projectId >
7484 <version >GCLOUD_CONFIG</version >
0 commit comments