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