|
84 | 84 | <dependency>
|
85 | 85 | <groupId>com.fasterxml.jackson.core</groupId>
|
86 | 86 | <artifactId>jackson-annotations</artifactId>
|
87 |
| - <version>2.18.3</version> |
| 87 | + <version>2.19.0</version> |
88 | 88 | <type>jar</type>
|
89 | 89 | </dependency>
|
90 | 90 | <dependency>
|
91 | 91 | <groupId>com.fasterxml.jackson.core</groupId>
|
92 | 92 | <artifactId>jackson-core</artifactId>
|
93 |
| - <version>2.18.3</version> |
| 93 | + <version>2.19.0</version> |
94 | 94 | <type>jar</type>
|
95 | 95 | </dependency>
|
96 | 96 | <dependency>
|
97 | 97 | <groupId>com.fasterxml.jackson.core</groupId>
|
98 | 98 | <artifactId>jackson-databind</artifactId>
|
99 |
| - <version>2.18.3</version> |
| 99 | + <version>2.19.0</version> |
100 | 100 | <type>jar</type>
|
101 | 101 | </dependency>
|
102 | 102 | <dependency>
|
103 | 103 | <groupId>com.fasterxml.jackson.datatype</groupId>
|
104 | 104 | <artifactId>jackson-datatype-guava</artifactId>
|
105 |
| - <version>2.18.3</version> |
| 105 | + <version>2.19.0</version> |
106 | 106 | <type>jar</type>
|
107 | 107 | </dependency>
|
108 | 108 | <dependency>
|
109 | 109 | <groupId>com.fasterxml.jackson.module</groupId>
|
110 | 110 | <artifactId>jackson-module-jaxb-annotations</artifactId>
|
111 |
| - <version>2.18.3</version> |
| 111 | + <version>2.19.0</version> |
112 | 112 | <type>jar</type>
|
113 | 113 | </dependency>
|
114 | 114 | <dependency>
|
115 | 115 | <groupId>com.fasterxml.jackson.module</groupId>
|
116 | 116 | <artifactId>jackson-module-jakarta-xmlbind-annotations</artifactId>
|
117 |
| - <version>2.18.3</version> |
| 117 | + <version>2.19.0</version> |
118 | 118 | <type>jar</type>
|
119 | 119 | </dependency>
|
120 | 120 | <dependency>
|
|
205 | 205 | <dependency>
|
206 | 206 | <groupId>org.glassfish.hk2</groupId>
|
207 | 207 | <artifactId>osgi-resource-locator</artifactId>
|
208 |
| - <version>1.0.4</version> |
| 208 | + <version>3.0.0</version> |
209 | 209 | <type>jar</type>
|
210 | 210 | </dependency>
|
211 | 211 | <dependency>
|
212 | 212 | <groupId>jakarta.ws.rs</groupId>
|
213 | 213 | <artifactId>jakarta.ws.rs-api</artifactId>
|
214 |
| - <version>3.1.0</version> |
| 214 | + <version>4.0.0</version> |
215 | 215 | <type>jar</type>
|
216 | 216 | </dependency>
|
217 | 217 | <dependency>
|
|
0 commit comments