|
63 | 63 | <dependency> |
64 | 64 | <groupId>org.apache.commons</groupId> |
65 | 65 | <artifactId>commons-compress</artifactId> |
66 | | - <version>1.27.1</version> |
| 66 | + <version>1.28.0</version> |
67 | 67 | </dependency> |
68 | 68 | <dependency> |
69 | 69 | <groupId>com.maxmind.geoip2</groupId> |
|
73 | 73 | <dependency> |
74 | 74 | <groupId>com.nimbusds</groupId> |
75 | 75 | <artifactId>oauth2-oidc-sdk</artifactId> |
76 | | - <version>11.26</version> |
| 76 | + <version>11.27.1</version> |
77 | 77 | <scope>runtime</scope> |
78 | 78 | </dependency> |
79 | 79 | <dependency> |
|
136 | 136 | <dependency> |
137 | 137 | <groupId>com.fasterxml.jackson.datatype</groupId> |
138 | 138 | <artifactId>jackson-datatype-jdk8</artifactId> |
139 | | - <version>2.19.1</version> |
| 139 | + <version>2.19.2</version> |
140 | 140 | </dependency> |
141 | 141 | <dependency> |
142 | 142 | <groupId>com.fasterxml.jackson.datatype</groupId> |
143 | 143 | <artifactId>jackson-datatype-jsr310</artifactId> |
144 | | - <version>2.19.1</version> |
| 144 | + <version>2.19.2</version> |
145 | 145 | </dependency> |
146 | 146 | <dependency> |
147 | 147 | <groupId>com.yubico</groupId> |
|
187 | 187 | <dependency> |
188 | 188 | <groupId>com.fasterxml.jackson.core</groupId> |
189 | 189 | <artifactId>jackson-databind</artifactId> |
190 | | - <version>2.19.1</version> |
| 190 | + <version>2.19.2</version> |
191 | 191 | </dependency> |
192 | 192 | <dependency> |
193 | 193 | <groupId>org.springdoc</groupId> |
|
232 | 232 | <dependency> |
233 | 233 | <groupId>org.wiremock.integrations</groupId> |
234 | 234 | <artifactId>wiremock-spring-boot</artifactId> |
235 | | - <version>3.10.0</version> |
| 235 | + <version>3.10.6</version> |
236 | 236 | </dependency> |
237 | 237 | <dependency> |
238 | 238 | <groupId>org.awaitility</groupId> |
|
0 commit comments