|
56 | 56 | <maven.compiler.target>1.8</maven.compiler.target>
|
57 | 57 | <maven.compiler.source>1.8</maven.compiler.source>
|
58 | 58 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
59 |
| - <jline.version>3.23.0</jline.version> |
| 59 | + <jline.version>3.26.3</jline.version> |
60 | 60 | <sonar.organization>mastercard</sonar.organization>
|
61 | 61 | <sonar.host.url>https://sonarcloud.io</sonar.host.url>
|
62 | 62 | <!-- The health of the example project is not terribly interesting, and
|
|
155 | 155 | <!-- Logging support -->
|
156 | 156 | <groupId>org.slf4j</groupId>
|
157 | 157 | <artifactId>slf4j-simple</artifactId>
|
158 |
| - <version>2.0.13</version> |
| 158 | + <version>2.0.16</version> |
159 | 159 | </dependency>
|
160 | 160 |
|
161 | 161 | </dependencies>
|
|
176 | 176 | <!-- `mvn formatter:format` to apply the format -->
|
177 | 177 | <groupId>net.revelc.code.formatter</groupId>
|
178 | 178 | <artifactId>formatter-maven-plugin</artifactId>
|
179 |
| - <version>2.16.0</version> |
| 179 | + <version>2.24.1</version> |
180 | 180 | <configuration>
|
181 | 181 | <!-- This plugin only executes in the child modules, so we need to
|
182 | 182 | step one dir up and then back down to the format file. If we end up with
|
|
198 | 198 | <!-- `mvn sortpom:sort` to format the pom files -->
|
199 | 199 | <groupId>com.github.ekryd.sortpom</groupId>
|
200 | 200 | <artifactId>sortpom-maven-plugin</artifactId>
|
201 |
| - <version>3.0.1</version> |
| 201 | + <version>3.4.1</version> |
202 | 202 | <configuration>
|
203 | 203 | <lineSeparator>\n</lineSeparator>
|
204 | 204 | <nrOfIndentSpace>-1</nrOfIndentSpace>
|
|
487 | 487 | <plugin>
|
488 | 488 | <groupId>org.apache.maven.plugins</groupId>
|
489 | 489 | <artifactId>maven-gpg-plugin</artifactId>
|
490 |
| - <version>3.2.4</version> |
| 490 | + <version>3.2.5</version> |
491 | 491 | <executions>
|
492 | 492 | <execution>
|
493 | 493 | <id>sign-artifacts</id>
|
|
0 commit comments