|
52 | 52 | <dependency> |
53 | 53 | <groupId>com.google.appengine</groupId> |
54 | 54 | <artifactId>appengine-api-1.0-sdk</artifactId> |
55 | | - <version>2.0.23</version> |
| 55 | + <version>2.0.39</version> |
56 | 56 | </dependency> |
57 | 57 |
|
58 | 58 | <dependency> |
59 | | - <groupId>javax.servlet</groupId> |
60 | | - <artifactId>javax.servlet-api</artifactId> |
61 | | - <version>3.1.0</version> |
| 59 | + <groupId>jakarta.servlet</groupId> |
| 60 | + <artifactId>jakarta.servlet-api</artifactId> |
| 61 | + <version>4.0.4</version> |
62 | 62 | <type>jar</type> |
63 | 63 | <scope>provided</scope> |
64 | 64 | </dependency> |
|
69 | 69 | <version>1.1.2</version> |
70 | 70 | </dependency> |
71 | 71 | <dependency> |
72 | | - <groupId>javax.servlet</groupId> |
73 | | - <artifactId>jstl</artifactId> |
74 | | - <version>1.2</version> |
| 72 | + <groupId>jakarta.servlet.jsp.jstl</groupId> |
| 73 | + <artifactId>jakarta.servlet.jsp.jstl-api</artifactId> |
| 74 | + <version>1.2.7</version> |
75 | 75 | </dependency> |
76 | 76 |
|
77 | 77 | <dependency> |
78 | 78 | <groupId>com.google.auto.value</groupId> |
79 | 79 | <artifactId>auto-value</artifactId> |
80 | | - <version>1.10.4</version> |
| 80 | + <version>1.11.0</version> |
81 | 81 | <scope>provided</scope> |
82 | 82 | </dependency> |
83 | 83 |
|
|
114 | 114 | <dependency> |
115 | 115 | <groupId>com.google.appengine</groupId> |
116 | 116 | <artifactId>appengine-testing</artifactId> |
117 | | - <version>2.0.23</version> |
| 117 | + <version>2.0.39</version> |
118 | 118 | <scope>test</scope> |
119 | 119 | </dependency> |
120 | 120 | <dependency> |
121 | 121 | <groupId>com.google.appengine</groupId> |
122 | 122 | <artifactId>appengine-api-stubs</artifactId> |
123 | | - <version>2.0.23</version> |
| 123 | + <version>2.0.39</version> |
124 | 124 | <scope>test</scope> |
125 | 125 | </dependency> |
126 | 126 | <dependency> |
127 | 127 | <groupId>com.google.appengine</groupId> |
128 | 128 | <artifactId>appengine-tools-sdk</artifactId> |
129 | | - <version>2.0.23</version> |
| 129 | + <version>2.0.39</version> |
130 | 130 | <scope>test</scope> |
131 | 131 | </dependency> |
132 | 132 | <dependency> |
133 | 133 | <groupId>com.google.truth</groupId> |
134 | 134 | <artifactId>truth</artifactId> |
135 | | - <version>1.1.5</version> |
| 135 | + <version>1.4.4</version> |
136 | 136 | <scope>test</scope> |
137 | 137 | </dependency> |
138 | 138 | </dependencies> |
|
0 commit comments