Skip to content

Commit 5d2853f

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

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

pom.xml

+5-5
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.26.3</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
@@ -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>
@@ -176,7 +176,7 @@
176176
<!-- `mvn formatter:format` to apply the format -->
177177
<groupId>net.revelc.code.formatter</groupId>
178178
<artifactId>formatter-maven-plugin</artifactId>
179-
<version>2.16.0</version>
179+
<version>2.24.1</version>
180180
<configuration>
181181
<!-- This plugin only executes in the child modules, so we need to
182182
step one dir up and then back down to the format file. If we end up with
@@ -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>
@@ -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.5</version>
491491
<executions>
492492
<execution>
493493
<id>sign-artifacts</id>

report/report-ng/package-lock.json

+6-6
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)