Skip to content

Commit

Permalink
Bump the dependencies group across 1 directory with 7 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [de.fraunhofer.iosb.ilt:FROST-Client-Dynamic](https://github.com/FraunhoferIOSB/FROST-Client) | `2.19` | `2.22` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.8` | `1.5.15` |
| commons-io:commons-io | `2.17.0` | `2.18.0` |
| org.openjfx:javafx-fxml | `23` | `24-ea+19` |
| org.openjfx:javafx-controls | `23` | `24-ea+19` |
| org.openjfx:javafx-graphics | `23` | `24-ea+19` |
| [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.10.1` | `3.11.2` |



Updates `de.fraunhofer.iosb.ilt:FROST-Client-Dynamic` from 2.19 to 2.22
- [Changelog](https://github.com/FraunhoferIOSB/FROST-Client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FraunhoferIOSB/FROST-Client/commits)

Updates `ch.qos.logback:logback-classic` from 1.5.8 to 1.5.15
- [Commits](qos-ch/logback@v_1.5.8...v_1.5.15)

Updates `commons-io:commons-io` from 2.17.0 to 2.18.0

Updates `org.openjfx:javafx-fxml` from 23 to 24-ea+19

Updates `org.openjfx:javafx-controls` from 23 to 24-ea+19

Updates `org.openjfx:javafx-graphics` from 23 to 24-ea+19

Updates `org.openjfx:javafx-controls` from 23 to 24-ea+19

Updates `org.openjfx:javafx-graphics` from 23 to 24-ea+19

Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.10.1 to 3.11.2
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.10.1...maven-javadoc-plugin-3.11.2)

---
updated-dependencies:
- dependency-name: de.fraunhofer.iosb.ilt:FROST-Client-Dynamic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.openjfx:javafx-fxml
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: org.openjfx:javafx-controls
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: org.openjfx:javafx-graphics
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: org.openjfx:javafx-controls
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: org.openjfx:javafx-graphics
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 0a58db1 commit bab7a29
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
<version.maven-plugin-compiler>3.13.0</version.maven-plugin-compiler>
<version.maven-plugin-dependency>3.1.1</version.maven-plugin-dependency>
<version.maven-plugin-gpg>3.2.7</version.maven-plugin-gpg>
<version.maven-plugin-javadoc>3.10.1</version.maven-plugin-javadoc>
<version.maven-plugin-javadoc>3.11.2</version.maven-plugin-javadoc>
<version.maven-plugin-javafx>0.0.8</version.maven-plugin-javafx>
<version.maven-plugin-nexus-staging>1.7.0</version.maven-plugin-nexus-staging>
<version.maven-plugin-release>3.1.1</version.maven-plugin-release>
<version.maven-plugin-source>3.3.1</version.maven-plugin-source>

<version.commons-io>2.17.0</version.commons-io>
<version.commons-io>2.18.0</version.commons-io>
<version.commons-lang>3.17.0</version.commons-lang>
<version.configurable>0.36</version.configurable>
<version.logback>1.5.8</version.logback>
<version.openjfx>23</version.openjfx>
<version.FROST-Client-Dynamic>2.19</version.FROST-Client-Dynamic>
<version.logback>1.5.15</version.logback>
<version.openjfx>24-ea+19</version.openjfx>
<version.FROST-Client-Dynamic>2.22</version.FROST-Client-Dynamic>
</properties>

<licenses>
Expand Down

0 comments on commit bab7a29

Please sign in to comment.