| 
10 | 10 |     </parent>  | 
11 | 11 | 
 
  | 
12 | 12 |     <artifactId>org-manager</artifactId>  | 
13 |  | -    <version>0.0.1-SNAPSHOT</version>  | 
 | 13 | +    <version>0.0.2-SNAPSHOT</version>  | 
14 | 14 |     <packaging>jar</packaging>  | 
15 | 15 | 
 
  | 
16 | 16 |     <name>org-manager</name>  | 
 | 
24 | 24 |         <server.rest.port>8080</server.rest.port>  | 
25 | 25 |         <management.port>8023</management.port>  | 
26 | 26 |         <exposed.ports>${server.port} ${server.rest.port} ${management.port}</exposed.ports>  | 
27 |  | -        <spring-security.version>5.6.12</spring-security.version>  | 
28 |  | -        <keycloak.version>17.0.0</keycloak.version>  | 
29 |  | -        <schedlock.version>4.34.0</schedlock.version>  | 
 | 27 | +        <spring-security.version>5.8.16</spring-security.version>  | 
 | 28 | +        <keycloak.version>17.0.1</keycloak.version>  | 
 | 29 | +        <schedlock.version>4.48.0</schedlock.version>  | 
30 | 30 |         <swag.organizations.version>1.19-8707f87-server</swag.organizations.version>  | 
31 | 31 |         <wiremock-jre8-standalone.version>2.32.0</wiremock-jre8-standalone.version>  | 
32 | 32 |     </properties>  | 
 | 
202 | 202 |         <dependency>  | 
203 | 203 |             <groupId>com.google.guava</groupId>  | 
204 | 204 |             <artifactId>guava</artifactId>  | 
205 |  | -            <version>32.0.0-jre</version>  | 
 | 205 | +            <version>32.1.3-jre</version>  | 
206 | 206 |         </dependency>  | 
207 | 207 |         <dependency>  | 
208 | 208 |             <groupId>org.openapitools</groupId>  | 
209 | 209 |             <artifactId>jackson-databind-nullable</artifactId>  | 
210 |  | -            <version>0.2.2</version>  | 
 | 210 | +            <version>0.2.6</version>  | 
211 | 211 |         </dependency>  | 
212 | 212 |         <dependency>  | 
213 | 213 |             <groupId>org.yaml</groupId>  | 
214 | 214 |             <artifactId>snakeyaml</artifactId>  | 
215 |  | -            <version>2.0</version>  | 
 | 215 | +            <version>2.3</version>  | 
216 | 216 |         </dependency>  | 
217 | 217 | 
 
  | 
218 | 218 | 
 
  | 
 | 
301 | 301 |                     <dependency>  | 
302 | 302 |                         <groupId>org.apache.maven.shared</groupId>  | 
303 | 303 |                         <artifactId>maven-filtering</artifactId>  | 
304 |  | -                        <version>3.2.0</version>  | 
 | 304 | +                        <version>3.4.0</version>  | 
305 | 305 |                     </dependency>  | 
306 | 306 |                 </dependencies>  | 
307 | 307 |                 <configuration>  | 
 | 
0 commit comments