FraunhoferIOSB / FROST-Manager

A manager for SensorThings API compatible servers.
GNU General Public License v3.0
10 stars 2 forks source link

Bump the dependencies group with 9 updates #154

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps the dependencies group with 9 updates:

Package From To
de.fraunhofer.iosb.ilt:FROST-Client-Dynamic 2.8 2.10
ch.qos.logback:logback-classic 1.5.0 1.5.4
commons-io:commons-io 2.15.1 2.16.1
org.openjfx:javafx-fxml 21.0.2 22
org.openjfx:javafx-controls 21.0.2 22
org.openjfx:javafx-graphics 21.0.2 22
org.apache.maven.plugins:maven-compiler-plugin 3.12.1 3.13.0
org.apache.maven.plugins:maven-source-plugin 3.3.0 3.3.1
org.apache.maven.plugins:maven-gpg-plugin 3.1.0 3.2.3

Updates de.fraunhofer.iosb.ilt:FROST-Client-Dynamic from 2.8 to 2.10

Changelog

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

Release Version 0.44

Updates

  • Bumped dependencies.

Release Version 0.43

Updates

  • Bumped dependencies.
  • Added option to replace base URLs generated by the server.

Release Version 0.42

Updates

  • Bumped dependencies.
  • Changed Reflections version back to the original project, since it was re-activated.

Release Version 0.41

Updates

  • Fixed UnsupportedOperationException always being thrown when publishing using MQTT.
  • Bumped dependencies.

Release Version 0.40

Updates

  • Fixed exception message for HTTP errors-
  • Bumped dependencies.

Release Version 0.39

Updates

  • Added getClientBuilder and depricated setHttpClient as a means to modify the HttpClient. This makes it possible for separate pieces of code to all change (separate) options on the httpClient without discarding eachothers changes.
  • Added StatusCode to message of StatusCodeException.

Release Version 0.38

Updates

  • Bumped dependencies.

Release Version 0.37

... (truncated)

Commits


Updates ch.qos.logback:logback-classic from 1.5.0 to 1.5.4

Commits
  • 61140ea fix JaninoEvaluator issue/800, prepare release 1.5.4
  • 370de39 disable LOGBACK_1393_Test
  • aa68978 add missing consoleAppender.setWithJansi(true) call
  • 81ab4ac added more javadocs
  • 596fbea fix LOGBACK-1767
  • 7587630 more complete initialization
  • d2f1cff test logback_1759
  • b4b7b62 fix typo in the README.md
  • 32259b3 add an instance version of StatusPrinter
  • f8f0ed9 better reports in TimeBasedArchiveRemover
  • Additional commits viewable in compare view


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

Updates org.openjfx:javafx-fxml from 21.0.2 to 22

Updates org.openjfx:javafx-controls from 21.0.2 to 22

Updates org.openjfx:javafx-graphics from 21.0.2 to 22

Updates org.openjfx:javafx-controls from 21.0.2 to 22

Updates org.openjfx:javafx-graphics from 21.0.2 to 22

Updates org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0

Release notes

Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases.

3.13.0

🚀 New features and improvements

📦 Dependency updates

đź“ť Documentation updates

đź‘» Maintenance

Commits
  • a1415aa [maven-release-plugin] prepare release maven-compiler-plugin-3.13.0
  • b2b9196 [MCOMPILER-574] Propagate cause of exception in AbstractCompilerMojo
  • 6d2ce5a [MCOMPILER-584] Refresh page - Using Non-Javac Compilers
  • eebad60 [MCOMPILER-585] Refresh plugins versions in ITs
  • ceacf68 [MCOMPILER-582] Automatic detection of release option for JDK < 9
  • 110293f [MCOMPILER-583] Require Maven 3.6.3
  • 90131df [MCOMPILER-575] Bump plexusCompilerVersion from 2.14.2 to 2.15.0 (#227)
  • 74cfc72 [MCOMPILER-548] JDK 21 throws annotations processing warning that can not be ...
  • f85aa27 Bump apache/maven-gh-actions-shared from 3 to 4
  • d59ef49 extract Maven 3.3.1 specific method call
  • Additional commits viewable in compare view


Updates org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1

Commits
  • f80596e [maven-release-plugin] prepare release maven-source-plugin-3.3.1
  • 7626998 Bump apache/maven-gh-actions-shared from 3 to 4
  • 83c963c Bump org.apache.maven.plugins:maven-plugins from 39 to 41 (#18)
  • 40ae495 Bump org.codehaus.plexus:plexus-archiver from 4.8.0 to 4.9.1 (#20)
  • 073462b Bump org.apache.maven:maven-archiver from 3.6.0 to 3.6.1 (#21)
  • 0b1c823 Fix typos in AbstractSourceJarMojo exception
  • 099c65a [MSOURCES-142] Bump org.codehaus.plexus:plexus-archiver from 4.7.1 to 4.8.0 (...
  • 1edeea4 [MSOURCES-139] Fix typo in AbstractSourceJarMojo exception
  • 436966e [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view


Updates org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.3

Release notes

Sourced from org.apache.maven.plugins:maven-gpg-plugin's releases.

3.2.3

Release Notes - Maven GPG Plugin - Version 3.2.3


📦 Dependency updates

... (truncated)

Commits
  • 89b91a4 [maven-release-plugin] prepare release maven-gpg-plugin-3.2.3
  • fc2efa3 [MGPG-123][MGPG-124] Dependency upgrades (#93)
  • 50222d3 [MGPG-120] New mojo sign-deployed (#88)
  • a6c3a09 [MGPG-122] Bump org.apache.maven.plugins:maven-invoker-plugin from 3.6.0 to 3...
  • 78f5e37 [MGPG-121] Return the workaround for pseudo security (#90)
  • 582df74 [MGPG-117] Improve passphrase handling (#86)
  • 0adc6b8 [MGPG-118] Bump commons-io:commons-io from 2.15.1 to 2.16.0 (#87)
  • ef57091 [MGPG-116] Up max key file size to 64K (#85)
  • 944be4e [maven-release-plugin] prepare for next development iteration
  • ab97064 [maven-release-plugin] prepare release maven-gpg-plugin-3.2.2
  • 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 5 months ago

Superseded by #155.