Skip to content

Commit

Permalink
Update Mend: high confidence minor and patch dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mend-for-github-com[bot] authored Aug 16, 2024
1 parent 1d1619b commit 0d69858
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jline.version>3.23.0</jline.version>
<jline.version>3.26.3</jline.version>
<sonar.organization>mastercard</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<!-- The health of the example project is not terribly interesting, and
Expand Down Expand Up @@ -155,7 +155,7 @@
<!-- Logging support -->
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.13</version>
<version>2.0.16</version>
</dependency>

</dependencies>
Expand All @@ -176,7 +176,7 @@
<!-- `mvn formatter:format` to apply the format -->
<groupId>net.revelc.code.formatter</groupId>
<artifactId>formatter-maven-plugin</artifactId>
<version>2.16.0</version>
<version>2.24.1</version>
<configuration>
<!-- This plugin only executes in the child modules, so we need to
step one dir up and then back down to the format file. If we end up with
Expand All @@ -198,7 +198,7 @@
<!-- `mvn sortpom:sort` to format the pom files -->
<groupId>com.github.ekryd.sortpom</groupId>
<artifactId>sortpom-maven-plugin</artifactId>
<version>3.0.1</version>
<version>3.4.1</version>
<configuration>
<lineSeparator>\n</lineSeparator>
<nrOfIndentSpace>-1</nrOfIndentSpace>
Expand Down Expand Up @@ -487,7 +487,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down
12 changes: 6 additions & 6 deletions report/report-ng/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion report/report-ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~4.8.4"
"typescript": "~4.9.0"
}
}

0 comments on commit 0d69858

Please sign in to comment.