FraunhoferIOSB / FROST-Server

A Complete Server implementation of the OGC SensorThings API
https://fraunhoferiosb.github.io/FROST-Server/
GNU Lesser General Public License v3.0
196 stars 73 forks source link

Bump the dependencies group across 1 directory with 24 updates #2009

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps the dependencies group with 24 updates in the / directory:

Package From To
ch.qos.logback:logback-classic 1.5.6 1.5.8
com.google.guava:guava 33.2.1-jre 33.3.0-jre
de.fraunhofer.iosb.ilt:Configurable 0.35 0.36
de.fraunhofer.iosb.ilt:FROST-Client-Dynamic 2.12 2.17
org.apache.commons:commons-lang3 3.15.0 3.17.0
org.jooq:jooq 3.19.10 3.19.11
org.jooq:jooq-codegen 3.19.10 3.19.11
org.jooq:jooq-meta 3.19.10 3.19.11
org.junit:junit-bom 5.10.3 5.11.0
org.junit.platform:junit-platform-suite 1.10.3 1.11.0
org.keycloak:keycloak-servlet-filter-adapter 24.0.5 25.0.3
org.liquibase:liquibase-core 4.29.1 4.29.2
org.openjfx:javafx-controls 22.0.2 23
org.openjfx:javafx-fxml 22.0.2 23
org.openjfx:javafx-graphics 22.0.2 23
org.postgresql:postgresql 42.7.3 42.7.4
org.slf4j:jul-to-slf4j 2.0.13 2.0.16
org.slf4j:slf4j-api 2.0.13 2.0.16
org.apache.maven.plugins:maven-dependency-plugin 3.7.1 3.8.0
org.codehaus.mojo:exec-maven-plugin 3.3.0 3.4.1
org.owasp:dependency-check-maven 10.0.3 10.0.4
org.apache.maven.plugins:maven-surefire-plugin 3.3.1 3.5.0
org.apache.maven.plugins:maven-javadoc-plugin 3.8.0 3.10.0
org.apache.maven.plugins:maven-gpg-plugin 3.2.4 3.2.6

Updates ch.qos.logback:logback-classic from 1.5.6 to 1.5.8

Commits
  • 92e1a5e prepare release 1.5.8
  • 76d8dd8 Update README.md, comment out CI action results
  • d7e0d59 Merge branch 'master' of github.com:qos-ch/logback
  • fe3bf9d os.name property is expected to be Mac OS X on Apple computers
  • 9806273 Update README.md
  • c45f110 check for Mac OS X
  • 00c6f5e what is the os.name
  • 7d03a42 update actions/setup
  • edacb3b skip email sent termination test on MacOs
  • 3b5d041 allow more time for timetout
  • Additional commits viewable in compare view


Updates com.google.guava:guava from 33.2.1-jre to 33.3.0-jre

Release notes

Sourced from com.google.guava:guava's releases.

33.3.0

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>33.3.0-jre</version>
  <!-- or, for Android: -->
  <version>33.3.0-android</version>
</dependency>

Jar files

Guava requires one runtime dependency, which you can download here:

Javadoc

JDiff

Changelog

  • base: Removed @Beta from the Duration overload of Suppliers.memoizeWithExpiration. (76fca99db95ce9c8e55bb9c37fd0e44ef0451a80)
  • cache: Added CacheBuilder Duration overloads to guava-android. (a5f9bcafd6)
  • collect: Removed @Beta from the guava-android Collector APIs. (c86c09dc3d)
  • collect: Added ImmutableMultimap.builderWithExpectedKeys and ImmutableMultimap.Builder.expectedValuesPerKey. (c3d5b17dc2)
  • graph: Improved Graphs.hasCycle to avoid causing StackOverflowError for long paths. (63734b9dfc)
  • net: Added text/markdown to MediaType. (2466a099ae)
  • net: Deprecated HttpHeaders constant for Sec-Ch-UA-Form-Factor in favor of Sec-Ch-UA-Form-Factors to follow the latest spec. (b310b7e1ee)
  • testing: Changed some test libraries to throw AssertionError (instead of the more specific AssertionFailedError) in some cases. (fdfbed1985)
Commits


Updates de.fraunhofer.iosb.ilt:Configurable from 0.35 to 0.36

Changelog

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

Release 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.
Commits
  • 430896b Release v0.36
  • c1ce516 Bump the dependencies group across 1 directory with 13 updates
  • e7e47a6 Moved list-add button to the left
  • 4d0ed33 fixed NPE if EdOptsBool#dfltIsNull is used (#159)
  • d46635b Items in List editors now have a button to move them up in the list
  • 9cba5e4 Prepare for next development iteration
  • See full diff in compare view


Updates de.fraunhofer.iosb.ilt:FROST-Client-Dynamic from 2.12 to 2.17

Commits


Updates org.apache.commons:commons-lang3 from 3.15.0 to 3.17.0

Updates org.jooq:jooq from 3.19.10 to 3.19.11

Updates org.jooq:jooq-codegen from 3.19.10 to 3.19.11

Updates org.jooq:jooq-meta from 3.19.10 to 3.19.11

Updates org.jooq:jooq-codegen from 3.19.10 to 3.19.11

Updates org.jooq:jooq-meta from 3.19.10 to 3.19.11

Updates org.junit:junit-bom from 5.10.3 to 5.11.0

Release notes

Sourced from org.junit:junit-bom's releases.

JUnit 5.11.0 = Platform 1.11.0 + Jupiter 5.11.0 + Vintage 5.11.0

See Release Notes.

New Contributors

Full Changelog: https://github.com/junit-team/junit5/compare/r5.10.3...r5.11.0

JUnit 5.11.0-RC1 = Platform 1.11.0-RC1 + Jupiter 5.11.0-RC1 + Vintage 5.11.0-RC1

See Release Notes.

New Contributors

Full Changelog: https://github.com/junit-team/junit5/compare/r5.11.0-M2...r5.11.0-RC1

JUnit 5.11.0-M2 = Platform 1.11.0-M2 + Jupiter 5.11.0-M2 + Vintage 5.11.0-M2

See Release Notes.

New Contributors

Full Changelog: https://github.com/junit-team/junit5/compare/r5.11.0-M1...r5.11.0-M2

JUnit 5.11.0-M1 = Platform 1.11.0-M1 + Jupiter 5.11.0-M1 + Vintage 5.11.0-M1

... (truncated)

Commits
  • 6b8e42b Release 5.11
  • 9430ece Allow potentially unlimited maxCharsPerColumn in Csv{File}Source (#3924)
  • 0b10f86 Polish release notes
  • 4dbd0f9 Let @TempDir fail fast with File annotated element and non-default file s...
  • 57f1ad4 Fix syntax
  • d78730a Prioritize tasks on critical path of task graph
  • b6719e2 Remove obsolete directory
  • d8ec757 Apply Spotless formatting to Gradle script plugins
  • dae525d Disable caching of some Spotless tasks due to negative avoidance savings
  • c63d118 Re-enable caching verifyOSGi tasks (issue was fixed in bnd 7.0.0)
  • Additional commits viewable in compare view


Updates org.junit.platform:junit-platform-suite from 1.10.3 to 1.11.0

Commits


Updates org.keycloak:keycloak-servlet-filter-adapter from 24.0.5 to 25.0.3

Updates org.liquibase:liquibase-core from 4.29.1 to 4.29.2

Release notes

Sourced from org.liquibase:liquibase-core's releases.

Liquibase v4.29.2

Liquibase 4.29.2 is a patch release

[!IMPORTANT] Liquibase 4.29.2 patches minor issues found in Liquibase 4.29.1 release.

[!NOTE] See the Liquibase 4.29.2 Release Notes for the complete set of release information.

Notable Changes

[PRO]

Custom Policy Checks updates: Create and run Python-based checks which fit your specific needs.

  • Liquibase checks have been opened to the world of Python development! This release fixes some minor issues so you can use your custom Python scripts as policy checks to solve your nuanced and techstack specific conditions for better risk mitigation, compliance, code quality, security, and more.
  • Learn more https://docs.liquibase.com/custom-policy-checks
  • Get the Checks extension to enable this capability: https://docs.liquibase.com/pro-extensions

Deprecation Notice

MacOS .dmg Installer to be removed in next release.

  • This is the final Liquibase release in which the MacOS installer will be shipped. Both the tarball (the liquibase-x.y.z.tar.gz) and the .zip (liquibase-x.y.x.zip) are the preferred replaced options for MacOS users.
  • Questions or comments? https://www.liquibase.com/contact-us

[PRO] Changelog

💥 Breaking Changes

  • None

Changes

... (truncated)

Changelog

Sourced from org.liquibase:liquibase-core's changelog.

Liquibase 4.29.2 is a patch release

Liquibase 4.29.2 patches minor issues found in Liquibase 4.29.1 release.

Notable Changes

[PRO]

Custom Policy Checks updates: Create and run Python-based checks which fit your specific needs.

  • Liquibase checks have been opened to the world of Python development! This release fixes some minor issues so you can use your custom Python scripts as policy checks to solve your nuanced and techstack specific conditions for better risk mitigation, compliance, code quality, security, and more.
  • Learn more https://docs.liquibase.com/custom-policy-checks
  • Get the Checks extension to enable this capability: https://docs.liquibase.com/pro-extensions

Deprecation Notice

MacOS .dmg Installer to be removed in next release.

  • This is the final Liquibase release in which the MacOS installer will be shipped. Both the tarball (the liquibase-x.y.z.tar.gz) and the .zip (liquibase-x.y.x.zip) are the preferred replaced options for MacOS users.
  • Questions or comments? https://www.liquibase.com/contact-us

[PRO] Changelog

Changes

[OSS] Changelog

Changes

... (truncated)

Commits
  • fd04dbd Merge pull request #6279 from liquibase/release_4292_changelog
  • d822676 chore: fix changelog for 4.29.2
  • e6aa1e6 chore: restore DAT-18398 changes
  • 040b732 Sync dry-run workflows from master
  • db61d48 Changelog for 4.29.2 + revert snowflake driver + slf4j versions (#6269)
  • bb50f58 🔧 (release-published.yml): Change the condition for the 'release-docker' job ...
  • 7c963ba chore: restore DAT-18398 changes
  • 7a6015d 🔧 (create-release.yml): update condition to check for boolean false instead o...
  • 35b3ba5 🔧 (create-release.yml): add default value 'master' for branch parameter in on...
  • 57c0ae1 fix release workflows (#6260)
  • Additional commits viewable in compare view


Updates org.openjfx:javafx-controls from 22.0.2 to 23

Updates org.openjfx:javafx-fxml from 22.0.2 to 23

Updates org.openjfx:javafx-graphics from 22.0.2 to 23

Updates org.openjfx:javafx-fxml from 22.0.2 to 23

Updates org.openjfx:javafx-graphics from 22.0.2 to 23

Updates org.postgresql:postgresql from 42.7.3 to 42.7.4

Release notes

Sourced from org.postgresql:postgresql's releases.

v42.7.4

Changes

⬆️ Dependencies

... (truncated)

Changelog

Sourced from org.postgresql:postgresql's changelog.

[42.7.4] (2024-08-22 08:00:00 -0400)

Added

Fixed

Deprecated

Commits
  • a23fa70 Prepare for 42.7.4 release (#3359)
  • d232e60 fix: remove preDescribe from internalExecuteBatch
  • 257653b Rename release.yml to release-notes.yml
  • 64a18d6 Create release.yml
  • 84bdec6 fix(deps): update dependency com.github.spotbugs:com.github.spotbugs.gradle.p...
  • 89182c1 chore(deps): update dependency gradle to v8.10
  • 1f68373 fix(deps): update dependency org.roaringbitmap:roaringbitmap to v1.2.1
  • f1c8707 chore(deps): update codecov/codecov-action digest to 2439dfc
  • ba1513e fix(deps): update dependency com.google.errorprone:error_prone_core to v2.30.0
  • 6abdb5f fix(deps): update dependency spotbugs to v4.8.6
  • Additional commits viewable in compare view


Updates org.slf4j:jul-to-slf4j from 2.0.13 to 2.0.16

Updates org.slf4j:slf4j-api from 2.0.13 to 2.0.16

Updates org.slf4j:slf4j-api from 2.0.13 to 2.0.16

Updates org.apache.maven.plugins:maven-dependency-plugin from 3.7.1 to 3.8.0

Commits
  • 75814c7 [maven-release-plugin] prepare release maven-dependency-plugin-3.8.0
  • 50397c4 [MDEP-903] Upgrade to Doxia 2.0.0 Milestone Stack
  • 1115ecb Bump org.codehaus.plexus:plexus-archiver from 4.9.2 to 4.10.0
  • 5288cec Bump org.apache.maven.plugins:maven-plugins from 42 to 43
  • ea4d8e2 Bump jettyVersion from 9.4.54.v20240208 to 9.4.55.v20240627
  • 2d0b82a Bump org.codehaus.plexus:plexus-io from 3.4.2 to 3.5.0
  • 86b7772 (doc) Remove repeated word
  • 94e1caf Bump org.jsoup:jsoup from 1.17.2 to 1.18.1
  • 06b4273 Bump org.assertj:assertj-core from 3.26.0 to 3.26.3
  • 71cee33 Remove outdated invoker conditions
  • Additional commits viewable in compare view


Updates org.codehaus.mojo:exec-maven-plugin from 3.3.0 to 3.4.1

Release notes

Sourced from org.codehaus.mojo:exec-maven-plugin's releases.

3.4.1

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

🔧 Build

3.4.0

🚀 New features and improvements

  • Allow <includePluginDependencies> to be specified for the exec:exec goal (#432) @​sebthom

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

🔧 Build

Commits
  • 7b0be2c [maven-release-plugin] prepare release 3.4.1
  • 5ac4f80 Environment variable Path should be used as case-insensitive
  • cfb3a9f Use Maven4 enabled with GH Action
  • d0ded48 Use shared release drafter GH Action
  • 4c22954 Bump org.codehaus.mojo:mojo-parent from 84 to 85
  • a8c4f94 fix: NPE because declared MavenSession field hides field of superclass
  • a2b735f Remove redundant spotless configuration
  • 8e0e83c [maven-release-plugin] prepare for next development iteration
  • 6c4996f [maven-release-plugin] prepare release 3.4.0
  • c7ad671 Remove Log4j 1.2.x from ITs
  • Additional commits viewable in compare view


Updates org.owasp:dependency-check-maven from 10.0.3 to 10.0.4

Release notes

Sourced from org.owasp:dependency-check-maven's releases.

Version 10.0.4

Refer to the CHANGELOG.md for information about improvements and upgrade notes.

Changelog

Sourced from org.owasp:dependency-check-maven's changelog.

Version 10.0.4 (2024-09-01)

  • build(deps): exclude unused dependency (#6916)
  • fix: improve regex (#6917)
  • fix: correctly handle null values in cpeMatch (#6915)
  • fix(site): Update Fluido skin to resolve broken fork-me-on-github image (#6914)
  • fix: do not report over 100% download complete (#6899)
  • fix: Correct spelling of occurring in NvdApiDataSource.java (#6883)
  • fix: skip blank lines in requirements.txt (#6867)
  • fix: correct percentage calculation (#6868)
  • docs: remove old recommendation (#6860)

See the full listing of changes.

Commits
  • 5120cbd build: prepare release v10.0.4
  • 05df233 docs: release notes for 10.0.4
  • a3a74bc build(deps): bump org.apache.maven.plugins:maven-failsafe-plugin from 3.3.0 t...
  • 67c9d9e build(deps): bump golang from 1.22.6-alpine to 1.23.0-alpine (#6893)
  • 1bc85e2 build(deps): bump org.apache.maven.plugins:maven-failsafe-plugin
  • 2fe67ed build(deps): bump commons-codec:commons-codec from 1.17.0 to 1.17.1 (#6900)
  • e835fad build(deps): exclude unused dependency (#6916)
  • ccc151a fix: improve regex (#6917)
  • e090d40 chore: additional tests (#6918)
  • b4339ce fix: correctly handle null values in cpeMatch (#6915)
  • Additional commits viewable in compare view


Updates org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.5.0

Commits
  • c78365f [maven-release-plugin] prepare release surefire-3.5.0
  • 05e4681 [SUREFIRE-2227] Dynamically calculate xrefTestLocation
  • f1a419a [SUREFIRE-2228] Upgrade to Doxia 2.0.0 Milestone Stack
  • 5e14d4f [SUREFIRE-2161] Align Mojo class names and output names
  • c0784ab Bump org.apache.commons:commons-compress from 1.27.0 to 1.27.1
  • 79ea717 [SUREFIRE-2256] Upgrade to Parent 43
  • 4648b47 add Reproducible Builds badge
  • f64c1b3 [maven-release-plugin] prepare for next development iteration
  • 3ae062d [maven-release-plugin] prepare release surefire-3.4.0
  • dependabot[bot] commented 2 weeks ago

    Looks like these dependencies are no longer being updated by Dependabot, so this is no longer needed.