|
1 |
| -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 1 | +<project xmlns="http://maven.apache.org/POM/4.0.0" |
| 2 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
2 | 4 | <modelVersion>4.0.0</modelVersion>
|
3 | 5 | <groupId>aws-java-sdk-v2-utils</groupId>
|
4 | 6 | <artifactId>aws-java-sdk-v2-utils</artifactId>
|
|
9 | 11 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
10 | 12 | <maven.compiler.source>1.8</maven.compiler.source>
|
11 | 13 | <maven.compiler.target>1.8</maven.compiler.target>
|
12 |
| - <aws.version>2.10.45</aws.version> |
| 14 | + <aws.version>2.15.7</aws.version> |
13 | 15 | </properties>
|
14 | 16 |
|
15 | 17 | <dependencies>
|
16 | 18 | <!-- Java JSON-P core dependency -->
|
17 | 19 | <dependency>
|
18 |
| - <groupId>org.apache.geronimo.specs</groupId> |
19 |
| - <artifactId>geronimo-json_1.1_spec</artifactId> |
20 |
| - <version>1.3</version> |
| 20 | + <groupId>jakarta.json</groupId> |
| 21 | + <artifactId>jakarta.json-api</artifactId> |
| 22 | + <version>1.1.6</version> |
21 | 23 | <scope>provided</scope>
|
22 | 24 | </dependency>
|
23 | 25 |
|
|
60 | 62 | <dependency>
|
61 | 63 | <groupId>org.apache.johnzon</groupId>
|
62 | 64 | <artifactId>johnzon-jaxrs</artifactId>
|
63 |
| - <version>1.2.2</version> |
| 65 | + <version>1.2.8</version> |
64 | 66 | <scope>test</scope>
|
65 | 67 | </dependency>
|
66 | 68 |
|
|
69 | 71 | <dependency>
|
70 | 72 | <groupId>org.apache.cxf</groupId>
|
71 | 73 | <artifactId>cxf-rt-frontend-jaxrs</artifactId>
|
72 |
| - <version>3.3.4</version> |
| 74 | + <version>3.4.0</version> |
73 | 75 | <scope>test</scope>
|
74 | 76 | </dependency>
|
75 | 77 |
|
76 | 78 | <dependency>
|
77 | 79 | <groupId>org.apache.cxf</groupId>
|
78 | 80 | <artifactId>cxf-rt-rs-client</artifactId>
|
79 |
| - <version>3.3.4</version> |
| 81 | + <version>3.4.0</version> |
80 | 82 | <scope>test</scope>
|
81 | 83 | </dependency>
|
82 | 84 |
|
|
94 | 96 | <dependency>
|
95 | 97 | <groupId>org.slf4j</groupId>
|
96 | 98 | <artifactId>slf4j-simple</artifactId>
|
97 |
| - <version>1.7.21</version> |
| 99 | + <version>1.7.30</version> |
98 | 100 | <scope>test</scope>
|
99 | 101 | </dependency>
|
100 | 102 |
|
|
104 | 106 | <dependency>
|
105 | 107 | <groupId>org.junit.jupiter</groupId>
|
106 | 108 | <artifactId>junit-jupiter-engine</artifactId>
|
107 |
| - <version>5.5.1</version> |
| 109 | + <version>5.7.0</version> |
108 | 110 | <scope>test</scope>
|
109 | 111 | </dependency>
|
110 | 112 |
|
|
0 commit comments