Skip to content

Commit 4f4c027

Browse files
Update Mend: high confidence minor and patch dependency updates
1 parent 1d1619b commit 4f4c027

File tree

4 files changed

+41
-39
lines changed

4 files changed

+41
-39
lines changed

example/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<!-- embedded database -->
4343
<groupId>com.h2database</groupId>
4444
<artifactId>h2</artifactId>
45-
<version>2.2.224</version>
45+
<version>2.3.232</version>
4646
</dependency>
4747

4848
</dependencies>
@@ -116,7 +116,7 @@
116116
<plugin>
117117
<groupId>org.codehaus.mojo</groupId>
118118
<artifactId>exec-maven-plugin</artifactId>
119-
<version>3.3.0</version>
119+
<version>3.4.1</version>
120120
<configuration>
121121
<mainClass>${main.class}</mainClass>
122122
</configuration>

pom.xml

+11-11
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<maven.compiler.target>1.8</maven.compiler.target>
5757
<maven.compiler.source>1.8</maven.compiler.source>
5858
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
59-
<jline.version>3.23.0</jline.version>
59+
<jline.version>3.27.0</jline.version>
6060
<sonar.organization>mastercard</sonar.organization>
6161
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
6262
<!-- The health of the example project is not terribly interesting, and
@@ -89,7 +89,7 @@
8989
<!-- testing -->
9090
<groupId>org.junit</groupId>
9191
<artifactId>junit-bom</artifactId>
92-
<version>5.10.3</version>
92+
<version>5.11.1</version>
9393
<type>pom</type>
9494
<scope>import</scope>
9595
</dependency>
@@ -155,7 +155,7 @@
155155
<!-- Logging support -->
156156
<groupId>org.slf4j</groupId>
157157
<artifactId>slf4j-simple</artifactId>
158-
<version>2.0.13</version>
158+
<version>2.0.16</version>
159159
</dependency>
160160

161161
</dependencies>
@@ -169,7 +169,7 @@
169169
<!-- junit5 support -->
170170
<groupId>org.apache.maven.plugins</groupId>
171171
<artifactId>maven-surefire-plugin</artifactId>
172-
<version>3.3.1</version>
172+
<version>3.5.0</version>
173173
</plugin>
174174

175175
<plugin>
@@ -198,7 +198,7 @@
198198
<!-- `mvn sortpom:sort` to format the pom files -->
199199
<groupId>com.github.ekryd.sortpom</groupId>
200200
<artifactId>sortpom-maven-plugin</artifactId>
201-
<version>3.0.1</version>
201+
<version>3.4.1</version>
202202
<configuration>
203203
<lineSeparator>\n</lineSeparator>
204204
<nrOfIndentSpace>-1</nrOfIndentSpace>
@@ -216,7 +216,7 @@
216216
a `mvn test-compile` invocation -->
217217
<groupId>org.pitest</groupId>
218218
<artifactId>pitest-maven</artifactId>
219-
<version>1.16.1</version>
219+
<version>1.17.0</version>
220220
<configuration>
221221
<timestampedReports>false</timestampedReports>
222222
<exportLineCoverage>true</exportLineCoverage>
@@ -241,27 +241,27 @@
241241
<!-- `mvn javadoc:javadoc` to generate target/site/apidocs in each module -->
242242
<groupId>org.apache.maven.plugins</groupId>
243243
<artifactId>maven-javadoc-plugin</artifactId>
244-
<version>3.8.0</version>
244+
<version>3.10.1</version>
245245
</plugin>
246246

247247
<plugin>
248248
<!-- Building the report apps without tools installed -->
249249
<groupId>com.github.eirslett</groupId>
250250
<artifactId>frontend-maven-plugin</artifactId>
251-
<version>1.15.0</version>
251+
<version>1.15.1</version>
252252
</plugin>
253253

254254
<plugin>
255255
<!-- building the report apps with installed tools -->
256256
<groupId>org.codehaus.mojo</groupId>
257257
<artifactId>exec-maven-plugin</artifactId>
258-
<version>3.3.0</version>
258+
<version>3.4.1</version>
259259
</plugin>
260260

261261
<plugin>
262262
<groupId>org.apache.maven.plugins</groupId>
263263
<artifactId>maven-deploy-plugin</artifactId>
264-
<version>3.1.2</version>
264+
<version>3.1.3</version>
265265
</plugin>
266266

267267
</plugins>
@@ -487,7 +487,7 @@
487487
<plugin>
488488
<groupId>org.apache.maven.plugins</groupId>
489489
<artifactId>maven-gpg-plugin</artifactId>
490-
<version>3.2.4</version>
490+
<version>3.2.7</version>
491491
<executions>
492492
<execution>
493493
<id>sign-artifacts</id>

report/report-ng/package-lock.json

+27-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

report/report-ng/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
"karma-coverage": "~2.2.1",
4747
"karma-jasmine": "~5.1.0",
4848
"karma-jasmine-html-reporter": "~2.1.0",
49-
"typescript": "~4.8.4"
49+
"typescript": "~4.9.0"
5050
}
5151
}

0 commit comments

Comments
 (0)