| 
70 | 70 |       <dependency>  | 
71 | 71 |         <groupId>org.apache.commons</groupId>  | 
72 | 72 |         <artifactId>commons-text</artifactId>  | 
73 |  | -        <version>1.11.0</version>  | 
 | 73 | +        <version>1.12.0</version>  | 
74 | 74 |       </dependency>  | 
75 | 75 | 
 
  | 
76 | 76 |       <dependency>  | 
 | 
89 | 89 |       <dependency>  | 
90 | 90 |         <groupId>org.slf4j</groupId>  | 
91 | 91 |         <artifactId>slf4j-api</artifactId>  | 
92 |  | -        <version>2.0.12</version>  | 
 | 92 | +        <version>2.0.13</version>  | 
93 | 93 |       </dependency>  | 
94 | 94 | 
 
  | 
95 | 95 |       <!-- Servlet API -->  | 
 | 
111 | 111 |       <dependency>  | 
112 | 112 |         <groupId>ch.qos.logback</groupId>  | 
113 | 113 |         <artifactId>logback-classic</artifactId>  | 
114 |  | -        <version>1.5.3</version>  | 
 | 114 | +        <version>1.5.6</version>  | 
115 | 115 |       </dependency>  | 
116 | 116 | 
 
  | 
117 | 117 |       <dependency>  | 
 | 
161 | 161 | 
 
  | 
162 | 162 |       <plugin>  | 
163 | 163 |         <artifactId>maven-jar-plugin</artifactId>  | 
164 |  | -        <version>3.3.0</version>  | 
 | 164 | +        <version>3.4.1</version>  | 
165 | 165 |       </plugin>  | 
166 | 166 | 
 
  | 
167 | 167 |       <!-- Javadoc -->  | 
 | 
378 | 378 |           <plugin>  | 
379 | 379 |             <groupId>org.apache.maven.plugins</groupId>  | 
380 | 380 |             <artifactId>maven-source-plugin</artifactId>  | 
381 |  | -            <version>3.3.0</version>  | 
 | 381 | +            <version>3.3.1</version>  | 
382 | 382 |             <executions>  | 
383 | 383 |               <execution>  | 
384 | 384 |                 <id>attach-sources</id>  | 
 | 
393 | 393 |           <plugin>  | 
394 | 394 |             <groupId>org.apache.maven.plugins</groupId>  | 
395 | 395 |             <artifactId>maven-gpg-plugin</artifactId>  | 
396 |  | -            <version>3.2.1</version>  | 
 | 396 | +            <version>3.2.4</version>  | 
397 | 397 |             <executions>  | 
398 | 398 |               <execution>  | 
399 | 399 |                 <id>sign-artifacts</id>  | 
 | 
464 | 464 |           <plugin>  | 
465 | 465 |             <groupId>org.moditect</groupId>  | 
466 | 466 |             <artifactId>moditect-maven-plugin</artifactId>  | 
467 |  | -            <version>1.2.0.Final</version>  | 
 | 467 | +            <version>1.2.1.Final</version>  | 
468 | 468 |             <executions>  | 
469 | 469 |               <execution>  | 
470 | 470 |                 <id>add-module-infos</id>  | 
 | 
495 | 495 |     <!-- Encoding UTF-8 -->  | 
496 | 496 |     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>  | 
497 | 497 |     <jackson2-version>2.17.0</jackson2-version>  | 
498 |  | -    <spring.version>6.1.5</spring.version>  | 
499 |  | -    <jacoco.version>0.8.11</jacoco.version>  | 
 | 498 | +    <spring.version>6.1.6</spring.version>  | 
 | 499 | +    <jacoco.version>0.8.12</jacoco.version>  | 
500 | 500 |     <antlr-version>4.13.1</antlr-version>  | 
501 | 501 |     <mockito.version>5.11.0</mockito.version>  | 
502 | 502 |     <maven.build.timestamp.format>yyyy-MM-dd HH:mm:ssa</maven.build.timestamp.format>  | 
 | 
0 commit comments