|
1 | 1 | <?xml version="1.0" encoding="iso-8859-1"?>
|
2 | 2 | <!--
|
3 | 3 |
|
4 |
| - Copyright (c) 1997, 2023 Oracle and/or its affiliates. All rights reserved. |
| 4 | + Copyright (c) 1997, 2024 Oracle and/or its affiliates. All rights reserved. |
5 | 5 |
|
6 | 6 | This program and the accompanying materials are made available under the
|
7 | 7 | terms of the Eclipse Public License v. 2.0, which is available at
|
|
23 | 23 | <parent>
|
24 | 24 | <groupId>org.eclipse.ee4j</groupId>
|
25 | 25 | <artifactId>project</artifactId>
|
26 |
| - <version>1.0.7</version> |
| 26 | + <version>1.0.9</version> |
27 | 27 | <relativePath/>
|
28 | 28 | </parent>
|
29 | 29 |
|
|
75 | 75 | <copyright.update>false</copyright.update>
|
76 | 76 | <spotbugs.skip>true</spotbugs.skip>
|
77 | 77 | <spotbugs.threshold>High</spotbugs.threshold>
|
78 |
| - <spotbugs.plugin.version>4.7.3.4</spotbugs.plugin.version> |
| 78 | + <spotbugs.plugin.version>4.8.3.1</spotbugs.plugin.version> |
79 | 79 |
|
80 | 80 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
81 | 81 | <angus-mail.javadoc.source>11</angus-mail.javadoc.source>
|
|
86 | 86 | Copyright © 2019, ${current.year} Eclipse Foundation. All rights reserved.]]></angus-mail.javadoc.bottom>
|
87 | 87 |
|
88 | 88 | <mail.spec.version>2.1</mail.spec.version>
|
89 |
| - <mail-api.version>2.1.2</mail-api.version> |
90 |
| - <activation-api.version>2.1.2</activation-api.version> |
| 89 | + <mail-api.version>2.1.3</mail-api.version> |
| 90 | + <activation-api.version>2.1.3</activation-api.version> |
91 | 91 | <jsp-api.version>3.0.0</jsp-api.version>
|
92 | 92 | <servlet-api.version>5.0.0</servlet-api.version>
|
93 |
| - <angus.activation.version>2.0.1</angus.activation.version> |
| 93 | + <angus.activation.version>2.0.2</angus.activation.version> |
94 | 94 | <angus-mail.version>${project.version}</angus-mail.version>
|
95 |
| - <graal.sdk.version>22.3.0</graal.sdk.version> |
| 95 | + <graal.sdk.version>23.1.2</graal.sdk.version> |
96 | 96 | <!-- used in jakarta.mail/jakarta.mail.Version -->
|
97 | 97 | <mail.version>${mail-api.version}</mail.version>
|
98 | 98 | <skip9>false</skip9>
|
@@ -186,6 +186,26 @@ Copyright © 2019, ${current.year} Eclipse Foundation. All rights reserved.]
|
186 | 186 | <artifactId>graal-sdk</artifactId>
|
187 | 187 | <version>${graal.sdk.version}</version>
|
188 | 188 | </dependency>
|
| 189 | + <dependency> |
| 190 | + <groupId>org.graalvm.polyglot</groupId> |
| 191 | + <artifactId>polyglot</artifactId> |
| 192 | + <version>${graal.sdk.version}</version> |
| 193 | + </dependency> |
| 194 | + <dependency> |
| 195 | + <groupId>org.graalvm.sdk</groupId> |
| 196 | + <artifactId>nativeimage</artifactId> |
| 197 | + <version>${graal.sdk.version}</version> |
| 198 | + </dependency> |
| 199 | + <dependency> |
| 200 | + <groupId>org.graalvm.sdk</groupId> |
| 201 | + <artifactId>word</artifactId> |
| 202 | + <version>${graal.sdk.version}</version> |
| 203 | + </dependency> |
| 204 | + <dependency> |
| 205 | + <groupId>org.graalvm.sdk</groupId> |
| 206 | + <artifactId>collections</artifactId> |
| 207 | + <version>${graal.sdk.version}</version> |
| 208 | + </dependency> |
189 | 209 | <dependency>
|
190 | 210 | <groupId>org.eclipse.angus</groupId>
|
191 | 211 | <artifactId>taglib</artifactId>
|
|
0 commit comments