Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2025

Bumps the dependencies group with 12 updates:

Package From To
de.fraunhofer.iosb.ilt:FROST-Client 0.44 0.45
de.fraunhofer.iosb.ilt:Configurable 0.34 0.37
commons-io:commons-io 2.15.1 2.21.0
org.apache.commons:commons-lang3 3.14.0 3.20.0
com.hivemq:hivemq-mqtt-client 1.3.3 1.3.10
com.hivemq:hivemq-mqtt-client-websocket 1.3.3 1.3.10
org.slf4j:slf4j-api 2.0.11 2.0.17
org.slf4j:jul-to-slf4j 2.0.11 2.0.17
ch.qos.logback:logback-classic 1.4.14 1.5.21
org.openjfx:javafx-fxml 21.0.1 23.0.2
org.openjfx:javafx-controls 21.0.1 23.0.2
io.github.git-commit-id:git-commit-id-maven-plugin 7.0.0 9.0.2

Updates de.fraunhofer.iosb.ilt:FROST-Client from 0.44 to 0.45

Changelog

Sourced from de.fraunhofer.iosb.ilt:FROST-Client's changelog.

Release Version 0.45

Updates

  • Bumped dependencies.
  • Updated minimum required Java version to 11.
  • Fixed #288: various issues with OIDC refresh tokens.
Commits
  • 3ecfe83 Release v0.45
  • f669e32 Bump the dependencies group across 1 directory with 16 updates (#290)
  • 556e810 Bump the dependencies group with 1 update (#269)
  • ebccbff Fix missing client id in token refresh (#288)
  • eba8db7 Fix NPE in token refresh (#288)
  • 693da44 Bump the dependencies group with 9 updates (#256)
  • d142b72 [CI] Use new NIST NVD API key
  • 6f49a94 Fixed JWTS API changes
  • a1825c3 Bump the dependencies group with 11 updates
  • be55c5d Bump the dependencies group with 1 update (#244)
  • Additional commits viewable in compare view

Updates de.fraunhofer.iosb.ilt:Configurable from 0.34 to 0.37

Changelog

Sourced from de.fraunhofer.iosb.ilt:Configurable's changelog.

Version 0.37

Updates

  • EditorMap no longer initialises optional items that have not been selected but explicitly uses the set default value.

Version 0.36

Updates

  • Items in List editors now have a button to move them up in the list.
  • fixed NPE if EdOptsBool#dfltIsNull is used
  • [FX] Moved list-add button to the left
  • Updated dependencies.

Version 0.35

Updates

  • Updated the minimum Java version to 17, since new JavaFX versions have this requirement.
  • Updated dependencies.
Commits
  • 720155c Release v0.37
  • 05a262a Added default implementation for getDefaultValue
  • acaffb0 Updated EditorMap to explicitly use default values for non-selected options
  • 5b6e8ef Bumped dependency versions
  • d8e7cc4 EditorMap no longer initialises optional items that have not been selected
  • 4c1de94 [CI] Fixed path
  • c821b7d Reformatted everything with spotless
  • 1785c17 [CI] Updated publishing to maven central, added spotless
  • 3e379ee [CI] Limit OpenJFX to 22, to stay OpenJDK 17 compatible
  • c01f2a0 Prepare for next development iteration
  • Additional commits viewable in compare view

Updates commons-io:commons-io from 2.15.1 to 2.21.0

Changelog

Sourced from commons-io:commons-io's changelog.

Apache Commons IO 2.21.0 Release Notes

The Apache Commons IO team is pleased to announce the release of Apache Commons IO 2.21.0.

Introduction

The Apache Commons IO library contains utility classes, stream implementations, file filters, file comparators, endian transformation classes, and much more.

Version 2.21.0: Java 8 or later is required.

New features

o FileUtils#byteCountToDisplaySize() supports Zettabyte, Yottabyte, Ronnabyte and Quettabyte #763. Thanks to strangelookingnerd, Gary Gregory. o Add org.apache.commons.io.FileUtils.ONE_RB #763. Thanks to strangelookingnerd, Gary Gregory. o Add org.apache.commons.io.FileUtils.ONE_QB #763. Thanks to strangelookingnerd, Gary Gregory. o Add org.apache.commons.io.output.ProxyOutputStream.writeRepeat(byte[], int, int, long). Thanks to Gary Gregory. o Add org.apache.commons.io.output.ProxyOutputStream.writeRepeat(byte[], long). Thanks to Gary Gregory. o Add org.apache.commons.io.output.ProxyOutputStream.writeRepeat(int, long). Thanks to Gary Gregory. o Add length unit support in FileSystem limits. Thanks to Piotr P. Karwasz. o Add IOUtils.toByteArray(InputStream, int, int) for safer chunked reading with size validation. Thanks to Piotr P. Karwasz. o Add org.apache.commons.io.file.PathUtils.getPath(String, String). Thanks to Gary Gregory. o Add org.apache.commons.io.channels.ByteArraySeekableByteChannel. Thanks to Gary Gregory. o Add IOIterable.asIterable(). Thanks to Gary Gregory. o Add NIO channel support to AbstractStreamBuilder. Thanks to Piotr P. Karwasz. o Add CloseShieldChannel to close-shielded NIO Channels #786. Thanks to Piotr P. Karwasz. o Added IOUtils.checkFromIndexSize as a Java 8 backport of Objects.checkFromIndexSize #790. Thanks to Piotr P. Karwasz.

Fixed Bugs

o When testing on Java 21 and up, enable -XX:+EnableDynamicAgentLoading. Thanks to Gary Gregory. o When testing on Java 24 and up, don't fail FileUtilsListFilesTest for a different behavior in the JRE. Thanks to Gary Gregory. o ValidatingObjectInputStream does not validate dynamic proxy interfaces. Thanks to Stanislav Fort, Gary Gregory. o BoundedInputStream.getRemaining() now reports Long.MAX_VALUE instead of 0 when no limit is set. Thanks to Piotr P. Karwasz. o BoundedInputStream.available() correctly accounts for the maximum read limit. Thanks to Piotr P. Karwasz. o Deprecate IOUtils.readFully(InputStream, int) in favor of toByteArray(InputStream, int). Thanks to Gary Gregory, Piotr P. Karwasz. o IOUtils.toByteArray(InputStream) now throws IOException on byte array overflow. Thanks to Piotr P. Karwasz. o Javadoc general improvements. Thanks to Gary Gregory, Piotr P. Karwasz. o IOUtils.toByteArray() now throws EOFException when not enough data is available #796. Thanks to Piotr P. Karwasz. o Fix IOUtils.skip() usage in concurrent scenarios. Thanks to Piotr P. Karwasz. o [javadoc] Fix XmlStreamReader Javadoc to indicate the correct class that is built #806. Thanks to J Hawkins.

Changes

o Bump org.apache.commons:commons-parent from 85 to 91 #774, #783, #808. Thanks to Gary Gregory, Dependabot.

... (truncated)

Commits

Updates org.apache.commons:commons-lang3 from 3.14.0 to 3.20.0

Updates com.hivemq:hivemq-mqtt-client from 1.3.3 to 1.3.10

Release notes

Sourced from com.hivemq:hivemq-mqtt-client's releases.

1.3.10

What's Changed

Full Changelog: hivemq/hivemq-mqtt-client@v1.3.9...1.3.10

1.3.9

What's Changed

New Contributors

Full Changelog: hivemq/hivemq-mqtt-client@v1.3.8...v1.3.9

1.3.8

What's Changed

... (truncated)

Commits
  • 2d10b81 Bump version to 1.3.10
  • d79dca5 Update dependency org.junit:junit-bom to v6
  • 5fa6d41 Merge pull request #720 from hivemq/renovate/hivemq-mqtt-client/master-all-minor
  • a18e71f Update dependency nl.jqno.equalsverifier:equalsverifier to v4.2
  • 61af2ff Fix warnings in tests
  • 7299a26 Update dependency org.junit:junit-bom to v5.14.0
  • 457023c Update dependency nl.jqno.equalsverifier:equalsverifier to v4.1.1 (#718)
  • c075457 Update plugin shadow to v9.2.2
  • dc77759 Merge pull request #716 from hivemq/renovate/hivemq-mqtt-client/master-all-minor
  • c8561f4 Update all minor dependencies
  • Additional commits viewable in compare view

Updates com.hivemq:hivemq-mqtt-client-websocket from 1.3.3 to 1.3.10

Release notes

Sourced from com.hivemq:hivemq-mqtt-client-websocket's releases.

1.3.10

What's Changed

Full Changelog: hivemq/hivemq-mqtt-client@v1.3.9...1.3.10

1.3.9

What's Changed

New Contributors

Full Changelog: hivemq/hivemq-mqtt-client@v1.3.8...v1.3.9

1.3.8

What's Changed

... (truncated)

Commits
  • 2d10b81 Bump version to 1.3.10
  • d79dca5 Update dependency org.junit:junit-bom to v6
  • 5fa6d41 Merge pull request #720 from hivemq/renovate/hivemq-mqtt-client/master-all-minor
  • a18e71f Update dependency nl.jqno.equalsverifier:equalsverifier to v4.2
  • 61af2ff Fix warnings in tests
  • 7299a26 Update dependency org.junit:junit-bom to v5.14.0
  • 457023c Update dependency nl.jqno.equalsverifier:equalsverifier to v4.1.1 (#718)
  • c075457 Update plugin shadow to v9.2.2
  • dc77759 Merge pull request #716 from hivemq/renovate/hivemq-mqtt-client/master-all-minor
  • c8561f4 Update all minor dependencies
  • Additional commits viewable in compare view

Updates com.hivemq:hivemq-mqtt-client-websocket from 1.3.3 to 1.3.10

Release notes

Sourced from com.hivemq:hivemq-mqtt-client-websocket's releases.

1.3.10

What's Changed

Full Changelog: hivemq/hivemq-mqtt-client@v1.3.9...1.3.10

1.3.9

What's Changed

New Contributors

Full Changelog: hivemq/hivemq-mqtt-client@v1.3.8...v1.3.9

1.3.8

What's Changed

... (truncated)

Commits
  • 2d10b81 Bump version to 1.3.10
  • d79dca5 Update dependency org.junit:junit-bom to v6
  • 5fa6d41 Merge pull request #720 from hivemq/renovate/hivemq-mqtt-client/master-all-minor
  • a18e71f Update dependency nl.jqno.equalsverifier:equalsverifier to v4.2
  • 61af2ff Fix warnings in tests
  • 7299a26 Update dependency org.junit:junit-bom to v5.14.0
  • 457023c Update dependency nl.jqno.equalsverifier:equalsverifier to v4.1.1 (#718)
  • c075457 Update plugin shadow to v9.2.2
  • dc77759 Merge pull request #716 from hivemq/renovate/hivemq-mqtt-client/master-all-minor
  • c8561f4 Update all minor dependencies
  • Additional commits viewable in compare view

Updates org.slf4j:slf4j-api from 2.0.11 to 2.0.17

Updates org.slf4j:jul-to-slf4j from 2.0.11 to 2.0.17

Updates org.slf4j:jul-to-slf4j from 2.0.11 to 2.0.17

Updates ch.qos.logback:logback-classic from 1.4.14 to 1.5.21

Release notes

Sourced from ch.qos.logback:logback-classic's releases.

Logback 1.5.21

2025-11-10 Release of logback version 1.5.21

• Invocations of turbo filters in isDebugEnabled, isInfoEnabled()... remain as they were, untouched. However, any installed instances of TurboFilter are now invoked also from within the log(LoggingEvent) method of Logger with the contents of the LoggingEvent, typically via the fluent API. This fixes issues/871.

• Removed reentry-guard in most subclasses of UnsynchronizedAppenderBase where it was not needed.

Initialization procedure has been simplified by removing the step instantiating a SerializedModelConfigurator. However, it is still possible to set up SerializedModelConfigurator as a custom configurator.

• JsonEncoder is now friendlier to derivation by sub-classes as requested in issues/979.

• Fixed XMLLayout thread safety issue reported in LOGBACK-427.

• Removed superfluous buffering in Zip, GZ and XZ compression code.

• A bit-wise identical binary of this version can be reproduced by building from source code at commit fed6f37ffe3449e40f6a9fffe050936a33116bd1 associated with the tag v_1.5.21. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.

Logback 1.5.20

2025-10-19 Release of logback version 1.5.20

• Due to potential vulnerabilities associated with dynamic, i.e. runtime, java code compilation and execution (using Janino), the 'condition' attribute within the <if> element is deprecated and will be removed in 2027.

An online migration service is provided to help with the transition.

The <condition> element, new in this version, admits custom PropertyEvaluator as a recommended alternative. See also the updated documentation on conditional configuration.

• Initialization procedure was incorrectly reported as having been simplified in this version, i.e. version 1.5.20 by removing the step instantiating a SerializedModelConfigurator. The actual simplification was done in version 1.5.21

• A bit-wise identical binary of this version can be reproduced by building from source code at commit 930fb15c993a4344bcecc6ba2225c12a2c38e676 associated with the tag v_1.5.20. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.

Logback 1.5.19

2025-09-30 Release of logback version 1.5.19

• Disallow "new" operator in the condition attribute of <if> elements. This fixes an ACE vulnerability recorded as CVE-2025-11226.

• At initialization time, slightly better reporting about watched configuration files.

• Softer message regarding usage of ConsoleAppender and its potential impact on performance.

• In ViewStatusMessagesServlet, restrict processing of "Clear" button to POST method. This change was proposed by Ralf Wiebicke who also provided the relevant PR.

• A bit-wise identical binary of this version can be reproduced by building from source code at commit e572d4f87f06674788eb3ca7148e8d1dffc615fa associated with the tag v_1.5.19. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.

Logback 1.5.18

2025-03-18 Release of logback version 1.5.18

• Added support for XZ compression for archived log files. Note that XZ compression requires Tukaani project's XZ library for Java. In case XZ compression is requested but the XZ library is missing, then logback will substitute GZ compression as a fallback. This feature was requested in issues/755.

• Removed references to java.security.AccessController class. This class has been deprecated for some time and is slated for removal in future JDK versions.

... (truncated)

Commits
  • fed6f37 prepare release 1.5.21
  • b111e89 Initialization procedure has been simplified by removing the step
  • 1cd2df4 fix issues/871
  • dea5b95 minor - remove superflous call to Objects.requireNonNull
  • 3cecf29 add comment for the TurboFilter list ACCEPT case
  • 1497142 improve performance for 2 or more turbo filters
  • 04a7ba5 most subclasses of UnsynchronizedAppenderBase do not need a reentry guard
  • ab6a006 add maven cache to github CI, update .github/FUNDING.yml
  • 2bf5557 fix failed LegacyPatternLayoutTest#subPattern test due to TZ discrepancies, u...
  • 2ca8c52 update funding info
  • Additional commits viewable in compare view

Updates org.openjfx:javafx-fxml from 21.0.1 to 23.0.2

Updates org.openjfx:javafx-controls from 21.0.1 to 23.0.2

Updates org.openjfx:javafx-controls from 21.0.1 to 23.0.2

Updates io.github.git-commit-id:git-commit-id-maven-plugin from 7.0.0 to 9.0.2

Release notes

Sourced from io.github.git-commit-id:git-commit-id-maven-plugin's releases.

Version 9.0.2 is finally there and includes various bug-fixes and improvements :-)

New Features / Bug-Fixes:

The main key-aspects that have been improved or being worked on are the following:

  • general changes
  • bump several plugins
    • bump io.github.git-commit-id:git-commit-id-plugin-core from 6.0.0-rc.8 to 6.0.0
    • bump org.junit.jupiter:* from 5.10.2 to 5.12.2 (scope test)
    • bump org.mockito:mockito-core from 5.12.0 to 5.18.0 (scope test)
    • bump org.assertj:assertj-core from 3.26.0 to 3.27.3 (scope test)
    • bump commons-io:commons-io from 2.16.1 to 2.19.0 (scope test)
    • bump org.slf4j:slf4j-simple from 2.0.13 to 2.0.17 (scope test)
  • bump several maven plugins
    • bump org.apache.maven.plugins:maven-plugin-plugin from 3.13.1 to 3.15.1
    • bump org.apache.maven.plugins:maven-dependency-plugin from 3.7.1 to 3.8.1
    • bump org.apache.maven.plugins:maven-release-plugin from 3.1.0 to 3.1.1
    • bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0
    • bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.7
    • bump org.apache.maven.plugins:maven-clean-plugin from 3.4.0 to 3.4.1
    • bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2
    • bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.5.3
    • bump org.apache.maven.plugins:maven-install-plugin from 3.1.2 to 3.1.4
    • bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.2 to 3.1.4
    • bump org.apache.maven.plugins:maven-site-plugin from 3.12.1 to 3.21.0
    • bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.11.2
    • bump org.apache.maven.plugins:maven-release-plugin from 3.1.0 to 3.1.1

Getting the latest release

The plugin is available from Maven Central (see here), so you don't have to configure any additional repositories to use this plugin. All you need to do is to configure it inside your project as dependency:

<dependency>
    <groupId>io.github.git-commit-id</groupId>
    <artifactId>git-commit-id-maven-plugin</artifactId>
    <version>9.0.2</version>
</dependency>

Getting the latest snapshot (build automatically)

If you can't wait for the next release, you can also get the latest snapshot version from sonatype, that is being deployed automatically by github actions:

<pluginRepositories>
    <pluginRepository>
        <id>sonatype-snapshots</id>
        <name>Sonatype Snapshots</name>
         <url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
</tr></table> 

... (truncated)

Commits
  • 124c9dd [maven-release-plugin] prepare release v9.0.2
  • 6498afc try to make tests pass locally and on github
  • 2b4bda3 Merge pull request #850 from git-commit-id/dependabot/maven/io.github.git-com...
  • a39bbe4 make tests pass with io.github.git-commit-id:git-commit-id-plugin-core:6.0.0
  • dc10ead Merge pull request #851 from git-commit-id/dependabot/maven/org.mockito-mocki...
  • ceb9ab8 build(deps-dev): bump org.mockito:mockito-core from 5.17.0 to 5.18.0
  • 7235678 build(deps): bump io.github.git-commit-id:git-commit-id-plugin-core
  • d06a70b Merge pull request #845 from git-commit-id/dependabot/maven/commons-io-common...
  • 76f6226 build(deps-dev): bump commons-io:commons-io from 2.18.0 to 2.19.0
  • 3390d21 Merge pull request #837 from git-commit-id/dependabot/maven/junit.version-5.12.1
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [de.fraunhofer.iosb.ilt:FROST-Client](https://github.com/FraunhoferIOSB/FROST-Client) | `0.44` | `0.45` |
| [de.fraunhofer.iosb.ilt:Configurable](https://github.com/FraunhoferIOSB/Configurable) | `0.34` | `0.37` |
| [commons-io:commons-io](https://github.com/apache/commons-io) | `2.15.1` | `2.21.0` |
| org.apache.commons:commons-lang3 | `3.14.0` | `3.20.0` |
| [com.hivemq:hivemq-mqtt-client](https://github.com/hivemq/hivemq-mqtt-client) | `1.3.3` | `1.3.10` |
| [com.hivemq:hivemq-mqtt-client-websocket](https://github.com/hivemq/hivemq-mqtt-client) | `1.3.3` | `1.3.10` |
| org.slf4j:slf4j-api | `2.0.11` | `2.0.17` |
| org.slf4j:jul-to-slf4j | `2.0.11` | `2.0.17` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.4.14` | `1.5.21` |
| org.openjfx:javafx-fxml | `21.0.1` | `23.0.2` |
| org.openjfx:javafx-controls | `21.0.1` | `23.0.2` |
| [io.github.git-commit-id:git-commit-id-maven-plugin](https://github.com/git-commit-id/git-commit-id-maven-plugin) | `7.0.0` | `9.0.2` |


Updates `de.fraunhofer.iosb.ilt:FROST-Client` from 0.44 to 0.45
- [Changelog](https://github.com/FraunhoferIOSB/FROST-Client/blob/master/CHANGELOG.md)
- [Commits](FraunhoferIOSB/FROST-Client@v0.44...v0.45)

Updates `de.fraunhofer.iosb.ilt:Configurable` from 0.34 to 0.37
- [Changelog](https://github.com/FraunhoferIOSB/Configurable/blob/master/CHANGELOG.md)
- [Commits](FraunhoferIOSB/Configurable@v0.34...v0.37)

Updates `commons-io:commons-io` from 2.15.1 to 2.21.0
- [Changelog](https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-io@rel/commons-io-2.15.1...rel/commons-io-2.21.0)

Updates `org.apache.commons:commons-lang3` from 3.14.0 to 3.20.0

Updates `com.hivemq:hivemq-mqtt-client` from 1.3.3 to 1.3.10
- [Release notes](https://github.com/hivemq/hivemq-mqtt-client/releases)
- [Changelog](https://github.com/hivemq/hivemq-mqtt-client/blob/master/RELEASE.md)
- [Commits](hivemq/hivemq-mqtt-client@v1.3.3...1.3.10)

Updates `com.hivemq:hivemq-mqtt-client-websocket` from 1.3.3 to 1.3.10
- [Release notes](https://github.com/hivemq/hivemq-mqtt-client/releases)
- [Changelog](https://github.com/hivemq/hivemq-mqtt-client/blob/master/RELEASE.md)
- [Commits](hivemq/hivemq-mqtt-client@v1.3.3...1.3.10)

Updates `com.hivemq:hivemq-mqtt-client-websocket` from 1.3.3 to 1.3.10
- [Release notes](https://github.com/hivemq/hivemq-mqtt-client/releases)
- [Changelog](https://github.com/hivemq/hivemq-mqtt-client/blob/master/RELEASE.md)
- [Commits](hivemq/hivemq-mqtt-client@v1.3.3...1.3.10)

Updates `org.slf4j:slf4j-api` from 2.0.11 to 2.0.17

Updates `org.slf4j:jul-to-slf4j` from 2.0.11 to 2.0.17

Updates `org.slf4j:jul-to-slf4j` from 2.0.11 to 2.0.17

Updates `ch.qos.logback:logback-classic` from 1.4.14 to 1.5.21
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.4.14...v_1.5.21)

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

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

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

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

---
updated-dependencies:
- dependency-name: de.fraunhofer.iosb.ilt:FROST-Client
  dependency-version: '0.45'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: de.fraunhofer.iosb.ilt:Configurable
  dependency-version: '0.37'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: commons-io:commons-io
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.commons:commons-lang3
  dependency-version: 3.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.hivemq:hivemq-mqtt-client
  dependency-version: 1.3.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.hivemq:hivemq-mqtt-client-websocket
  dependency-version: 1.3.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.hivemq:hivemq-mqtt-client-websocket
  dependency-version: 1.3.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.slf4j:slf4j-api
  dependency-version: 2.0.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.slf4j:jul-to-slf4j
  dependency-version: 2.0.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.slf4j:jul-to-slf4j
  dependency-version: 2.0.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.5.21
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.openjfx:javafx-fxml
  dependency-version: 23.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.openjfx:javafx-controls
  dependency-version: 23.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.openjfx:javafx-controls
  dependency-version: 23.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: io.github.git-commit-id:git-commit-id-maven-plugin
  dependency-version: 9.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 25, 2025
@hylkevds hylkevds merged commit 8b3d77d into master Nov 25, 2025
1 check passed
@hylkevds hylkevds deleted the dependabot/maven/dependencies-dd160e4347 branch November 25, 2025 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants