Skip to content

Commit

Permalink
Bump the dependencies group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| org.openjfx:javafx-controls | `21` | `21.0.1` |
| org.openjfx:javafx-fxml | `21` | `21.0.1` |
| org.openjfx:javafx-graphics | `21` | `21.0.1` |
| [io.github.git-commit-id:git-commit-id-maven-plugin](https://github.com/git-commit-id/git-commit-id-maven-plugin) | `6.0.0` | `7.0.0` |
| [org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck) | `8.4.0` | `8.4.2` |
| [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) | `0.8.10` | `0.8.11` |


Updates `org.openjfx:javafx-controls` from 21 to 21.0.1

Updates `org.openjfx:javafx-fxml` from 21 to 21.0.1

Updates `org.openjfx:javafx-graphics` from 21 to 21.0.1

Updates `io.github.git-commit-id:git-commit-id-maven-plugin` from 6.0.0 to 7.0.0
- [Release notes](https://github.com/git-commit-id/git-commit-id-maven-plugin/releases)
- [Commits](git-commit-id/git-commit-id-maven-plugin@v6.0.0...v7.0.0)

Updates `org.owasp:dependency-check-maven` from 8.4.0 to 8.4.2
- [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
- [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md)
- [Commits](jeremylong/DependencyCheck@v8.4.0...v8.4.2)

Updates `org.jacoco:jacoco-maven-plugin` from 0.8.10 to 0.8.11
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](jacoco/jacoco@v0.8.10...v0.8.11)

---
updated-dependencies:
- dependency-name: org.openjfx:javafx-controls
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.openjfx:javafx-fxml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.openjfx:javafx-graphics
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.github.git-commit-id:git-commit-id-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.owasp:dependency-check-maven
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.jacoco:jacoco-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent bf0272b commit d790ff2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,12 @@
<version.maven.plugin.build-helper>3.4.0</version.maven.plugin.build-helper>
<version.maven.plugin.compiler>3.11.0</version.maven.plugin.compiler>
<version.maven.plugin.dependency>3.6.0</version.maven.plugin.dependency>
<version.maven.plugin.dependency-check>8.4.0</version.maven.plugin.dependency-check>
<version.maven.plugin.dependency-check>8.4.2</version.maven.plugin.dependency-check>
<version.maven.plugin.download>1.7.1</version.maven.plugin.download>
<version.maven.plugin.exec>3.1.0</version.maven.plugin.exec>
<version.maven.plugin.git-commit-id>6.0.0</version.maven.plugin.git-commit-id>
<version.maven.plugin.git-commit-id>7.0.0</version.maven.plugin.git-commit-id>
<version.maven.plugin.gpg>3.1.0</version.maven.plugin.gpg>
<version.maven.plugin.jacoco>0.8.10</version.maven.plugin.jacoco>
<version.maven.plugin.jacoco>0.8.11</version.maven.plugin.jacoco>
<version.maven.plugin.jar>3.3.0</version.maven.plugin.jar>
<version.maven.plugin.javadoc>3.6.0</version.maven.plugin.javadoc>
<version.maven.plugin.nexus-staging>1.6.13</version.maven.plugin.nexus-staging>
Expand All @@ -140,7 +140,7 @@
<version.maven.plugin.surefire>3.1.2</version.maven.plugin.surefire>
<version.maven.plugin.war>3.4.0</version.maven.plugin.war>

<version.openjfx>21</version.openjfx>
<version.openjfx>21.0.1</version.openjfx>
<version.org.json>20231013</version.org.json>
<version.paho>1.2.5</version.paho>
<version.postgis>2.5.1</version.postgis>
Expand Down

0 comments on commit d790ff2

Please sign in to comment.