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 Oct 2, 2024
1 parent 1d1619b commit 9d83230
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 42 deletions.
4 changes: 2 additions & 2 deletions example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<!-- embedded database -->
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.2.224</version>
<version>2.3.232</version>
</dependency>

</dependencies>
Expand Down Expand Up @@ -116,7 +116,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.1</version>
<configuration>
<mainClass>${main.class}</mainClass>
</configuration>
Expand Down
20 changes: 10 additions & 10 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.27.0</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 @@ -89,7 +89,7 @@
<!-- testing -->
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.10.3</version>
<version>5.11.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
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 @@ -169,7 +169,7 @@
<!-- junit5 support -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.1</version>
<version>3.5.0</version>
</plugin>

<plugin>
Expand Down Expand Up @@ -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 All @@ -216,7 +216,7 @@
a `mvn test-compile` invocation -->
<groupId>org.pitest</groupId>
<artifactId>pitest-maven</artifactId>
<version>1.16.1</version>
<version>1.17.0</version>
<configuration>
<timestampedReports>false</timestampedReports>
<exportLineCoverage>true</exportLineCoverage>
Expand Down Expand Up @@ -248,20 +248,20 @@
<!-- Building the report apps without tools installed -->
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<version>1.15.0</version>
<version>1.15.1</version>
</plugin>

<plugin>
<!-- building the report apps with installed tools -->
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.1</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.2</version>
<version>3.1.3</version>
</plugin>

</plugins>
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.7</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down
58 changes: 30 additions & 28 deletions report/report-ng/package-lock.json

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

4 changes: 2 additions & 2 deletions report/report-ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
"@types/node": "^22.1.0",
"babel-core": "^6.26.3",
"babel-loader": "^9.1.2",
"jasmine-core": "~5.2.0",
"jasmine-core": "~5.3.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"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 9d83230

Please sign in to comment.