|
82 | 82 | <dependency> |
83 | 83 | <groupId>com.fasterxml.jackson.core</groupId> |
84 | 84 | <artifactId>jackson-core</artifactId> |
85 | | - <version>2.21.2</version> |
| 85 | + <version>2.21.3</version> |
86 | 86 | <type>jar</type> |
87 | 87 | </dependency> |
88 | 88 | <dependency> |
89 | 89 | <groupId>com.fasterxml.jackson.core</groupId> |
90 | 90 | <artifactId>jackson-databind</artifactId> |
91 | | - <version>2.21.2</version> |
| 91 | + <version>2.21.3</version> |
92 | 92 | <type>jar</type> |
93 | 93 | </dependency> |
94 | 94 | <dependency> |
95 | 95 | <groupId>com.fasterxml.jackson.datatype</groupId> |
96 | 96 | <artifactId>jackson-datatype-guava</artifactId> |
97 | | - <version>2.21.2</version> |
| 97 | + <version>2.21.3</version> |
98 | 98 | <type>jar</type> |
99 | 99 | </dependency> |
100 | 100 | <dependency> |
101 | 101 | <groupId>com.fasterxml.jackson.module</groupId> |
102 | 102 | <artifactId>jackson-module-jaxb-annotations</artifactId> |
103 | | - <version>2.21.2</version> |
| 103 | + <version>2.21.3</version> |
104 | 104 | <type>jar</type> |
105 | 105 | </dependency> |
106 | 106 | <dependency> |
107 | 107 | <groupId>com.fasterxml.jackson.module</groupId> |
108 | 108 | <artifactId>jackson-module-jakarta-xmlbind-annotations</artifactId> |
109 | | - <version>2.21.2</version> |
| 109 | + <version>2.21.3</version> |
110 | 110 | <type>jar</type> |
111 | 111 | </dependency> |
112 | 112 | <dependency> |
|
173 | 173 | <dependency> |
174 | 174 | <groupId>org.glassfish.hk2</groupId> |
175 | 175 | <artifactId>hk2-api</artifactId> |
176 | | - <version>4.0.0</version> |
| 176 | + <version>4.0.1</version> |
177 | 177 | <type>jar</type> |
178 | 178 | </dependency> |
179 | 179 | <dependency> |
180 | 180 | <groupId>org.glassfish.hk2</groupId> |
181 | 181 | <artifactId>hk2-locator</artifactId> |
182 | | - <version>4.0.0</version> |
| 182 | + <version>4.0.1</version> |
183 | 183 | <type>jar</type> |
184 | 184 | </dependency> |
185 | 185 | <dependency> |
186 | 186 | <groupId>org.glassfish.hk2</groupId> |
187 | 187 | <artifactId>hk2-utils</artifactId> |
188 | | - <version>4.0.0</version> |
| 188 | + <version>4.0.1</version> |
189 | 189 | <type>jar</type> |
190 | 190 | </dependency> |
191 | 191 | <dependency> |
|
0 commit comments