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 31 updates #1990

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

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

Package From To
ch.qos.logback:logback-classic 1.5.6 1.5.7
com.fasterxml.jackson.core:jackson-annotations 2.17.1 2.17.2
com.fasterxml.jackson.core:jackson-core 2.17.1 2.17.2
com.fasterxml.jackson.dataformat:jackson-dataformat-xml 2.17.1 2.17.2
com.github.dasniko:testcontainers-keycloak 3.3.1 3.4.0
com.google.guava:guava 33.2.1-jre 33.3.0-jre
org.apache.commons:commons-lang3 3.14.0 3.16.0
org.eclipse.jetty:jetty-servlet 10.0.21 10.0.22
org.jooq:jooq 3.19.9 3.19.11
org.jooq:jooq-codegen 3.19.9 3.19.11
org.jooq:jooq-meta 3.19.9 3.19.11
org.junit:junit-bom 5.10.2 5.11.0
org.junit.platform:junit-platform-suite 1.10.2 1.11.0
org.liquibase:liquibase-core 4.28.0 4.29.1
org.openjfx:javafx-controls 22.0.1 22.0.2
org.openjfx:javafx-fxml 22.0.1 22.0.2
org.openjfx:javafx-graphics 22.0.1 22.0.2
org.slf4j:jul-to-slf4j 2.0.13 2.0.16
org.slf4j:slf4j-api 2.0.13 2.0.16
org.testcontainers:junit-jupiter 1.19.8 1.20.1
org.testcontainers:postgresql 1.19.8 1.20.1
io.github.git-commit-id:git-commit-id-maven-plugin 9.0.0 9.0.1
org.apache.maven.plugins:maven-jar-plugin 3.4.1 3.4.2
org.apache.maven.plugins:maven-dependency-plugin 3.6.1 3.7.1
org.codehaus.mojo:exec-maven-plugin 3.3.0 3.4.1
org.owasp:dependency-check-maven 10.0.1 10.0.3
org.apache.maven.plugins:maven-surefire-plugin 3.2.5 3.4.0
org.apache.maven.plugins:maven-release-plugin 3.0.1 3.1.1
org.apache.maven.plugins:maven-javadoc-plugin 3.7.0 3.8.0
org.apache.maven.plugins:maven-gpg-plugin 3.2.4 3.2.5

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

Commits
  • 5e9f47f prepare release 1.5.7
  • 3f57247 only one shutdown hooks allowed, locks during LoggerContext.stop operation, f...
  • 1b7fe94 add STRICT shortcut for ISO8601 date pattern, fixes LOGBACK-262
  • 94b67db Made AsyncAppenderBase.isQueueBelowDiscardingThreshold public to facilitate...
  • 85bed93 fix race condition reported in LOGBACK-1362
  • c8c46e3 move levelChangePropagator related tests to logback-classic-blackbox
  • f7d5cf8 extract constants for property keys
  • c1f21e9 add test in relation to variable subsitions for levels, report substitions, L...
  • 7c29474 add support for finding the console's charset, LOGBACK-1642
  • 44fbe63 MaskedKeyValuePairConverter test issues/828, NPE in AppeanderAttachableImpl ...
  • Additional commits viewable in compare view


Updates com.fasterxml.jackson.core:jackson-annotations from 2.17.1 to 2.17.2

Commits


Updates com.fasterxml.jackson.core:jackson-core from 2.17.1 to 2.17.2

Commits
  • a6f49ca [maven-release-plugin] prepare release jackson-core-2.17.2
  • 3d41b1c Prepare for 2.17.2 release
  • 55261be Fix #1308: allow trailing dot for "Stringified numbers" (#1309)
  • 449ed86 Update javadoc to clarify buffering of JsonParser.getText(Writer) wrt #1288
  • 27edeb7 Back to snapshot deps
  • 948e63d [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view


Updates com.fasterxml.jackson.dataformat:jackson-dataformat-xml from 2.17.1 to 2.17.2

Commits


Updates com.fasterxml.jackson.core:jackson-core from 2.17.1 to 2.17.2

Commits
  • a6f49ca [maven-release-plugin] prepare release jackson-core-2.17.2
  • 3d41b1c Prepare for 2.17.2 release
  • 55261be Fix #1308: allow trailing dot for "Stringified numbers" (#1309)
  • 449ed86 Update javadoc to clarify buffering of JsonParser.getText(Writer) wrt #1288
  • 27edeb7 Back to snapshot deps
  • 948e63d [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view


Updates com.fasterxml.jackson.core:jackson-databind from 2.17.1 to 2.17.2

Commits


Updates com.fasterxml.jackson.dataformat:jackson-dataformat-xml from 2.17.1 to 2.17.2

Commits


Updates com.github.dasniko:testcontainers-keycloak from 3.3.1 to 3.4.0

Release notes

Sourced from com.github.dasniko:testcontainers-keycloak's releases.

v3.4.0

What's Changed

Full Changelog: https://github.com/dasniko/testcontainers-keycloak/compare/v.3.3.1...3.4.0

Bump to Keycloak 19.0.0

No release notes provided.

Commits
  • 9ac6f36 [maven-release-plugin] prepare release 3.4.0
  • 5c9e33d upgrade Keycloak image to 25
  • b60a771 docs to 25
  • 0d020e6 update dependencies
  • 317a2bc don't use client auth on http management port (#146)
  • 861ffe6 new truststore config (#144)
  • 6494808 add new video about this testcontainer
  • 455a5df "fix" (re-enable) mutual-tls-required tests with custom wait strategy (log)
  • 9a9f386 adjust trigger
  • d2780aa fix doc
  • 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 org.apache.commons:commons-lang3 from 3.14.0 to 3.16.0

Updates org.eclipse.jetty:jetty-servlet from 10.0.21 to 10.0.22

Updates org.jooq:jooq from 3.19.9 to 3.19.11

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

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

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

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

Updates org.junit:junit-bom from 5.10.2 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.2 to 1.11.0

Commits


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

Release notes

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

Liquibase v4.29.1

Liquibase 4.29.1 is a patch release

[!IMPORTANT] Liquibase 4.29.1 patches minor structure and pom issues found in Liquibase 4.29.0 release.

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

Notable Changes

[PRO]

Liquibase 4.29.1 .zip files: Restored to standard directory structure

  • This release correctly places Liquibase .zip files inside liquibase-4.29.1 directory to match Pre-4.29.0 directory structure.

Big Query Extension: using Liquibase Pro with Google Big Query

  • With Liquibase 4.29.1, Google BigQuery is now supported as an ‘out of the box’ database enabling users to more quickly achieve value. Also included is support for Liquibase Pro features such as Flows, Policy Checks, and Reports with Google BigQuery so that users will have the efficiency and productivity benefits of Liquibase Pro when working with the platform.

  • Learn more https://docs.liquibase.com/bigquery

[PRO] Changelog

🐛 [PRO] Bug Fixes 🛠

🤖 [PRO] Security, Driver and Other Updates

  • None

Full Changelog: https://github.com/liquibase/liquibase/compare/v4.29.0...v4.29.1

Get Certified

Learn all the Liquibase fundamentals from free online courses by Liquibase experts and see how to apply them in the real world at https://learn.liquibase.com/.

Read the Documentation

... (truncated)

Changelog

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

Liquibase 4.29.1 is a patch release

  • Liquibase 4.29.1 patches a pom mismatch in the Liquibase BigQuery Commercial Extension.

  • Liquibase 4.29.1 resolves an issue with the zip distribution where all files were incorrectly placed inside liquibase-4.29.1 directory. This update ensures proper file organization and installation.

[PRO] Changelog

[PRO] Bug Fixes

Full Changelog: https://github.com/liquibase/liquibase/compare/v4.29.0...v4.29.1

Changes in version 4.29.0 (2024.07.25)

Liquibase 4.29.0 is a major release

[!IMPORTANT] Liquibase 4.29.0 contains several New Capabilities and Notable Enhancements for Liquibase Pro users: Python-based Custom Policy Checks and a new Big Query extension. [!NOTE] See the Liquibase 4.29.0 Release Notes for the complete set of release information.

Notable Changes

[PRO]

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

  • Liquibase checks have been opened to the world of Python development! With this release, you can point your custom checks to your custom Python scripts to solve your nuanced conditions for better risk mitigation, compliance, code quality, security, and more.
  • Learn more https://docs.liquibase.com/custom-policy-checks

Big Query Extension: using Liquibase Pro with Google Big Query

  • With Liquibase 4.29.0, Google BigQuery is now supported as an ‘out of the box’ database enabling users to more quickly achieve value. Also included is support for Liquibase Pro features such as Flows, Policy Checks, and Reports with Google BigQuery so that users will have the efficiency and productivity benefits of Liquibase Pro when working with the platform.
  • Learn more https://docs.liquibase.com/bigquery

[PRO] Changelog

New Features

Changes

... (truncated)

Commits
  • e0c7137 chore: Release notes (#6147)
  • 1a057d1 DAT-18308 DevOps :: Extensions are built against liquibase 0-SNAPSHOT (#6146)
  • ab2ee6b DAT-18308 DevOps :: Extensions are built against liquibase 0-SNAPSHOT (#6144)
  • 54744c8 chore: adding 4.29.1 changes
  • 7e83bbc core: add breaking change to changelog (#6127)
  • a6ff4aa chore: re-enable releasing from master branch (#6124)
  • 5a3fa21 chore: reversion liquibase-cli (#6121)
  • d23ee58 Liquibase 4.29.0 files (#6120)
  • 0fd943d Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1 (#6090)
  • c7d6b1e Remove unneeded inclusion of commons-io in liquibase-core pom.xml (#6117)
  • Additional commits viewable in compare view


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

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

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

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

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

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.testcontainers:junit-jupiter from 1.19.8 to 1.20.1

Release notes

Sourced from org.testcontainers:junit-jupiter's releases.

1.20.1

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

1.20.0

What's Changed

... (truncated)

Commits
  • 1877849 Downgrade awaitility version to 4.2.0 (#9041)
  • 4952337 Update Apache Kafka images to 3.8.0
  • 33e9f64 Pass options to compose down command (#9040)
  • d26eaca Fix URI decode (#9026)
  • 0ce97bf Merge pull request #9024 from testcontainers/combined-pr-branch
  • 18206d6 Merge remote-tracking branch 'origin/dependabot/gradle/modules/redpanda/org.f...
  • 75ca75c Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3 in /examples
  • 1e5a080 Merge pull request #9023 from testcontainers/combined-pr-branch
  • dcc9ccf Merge remote-tracking branch 'origin/dependabot/gradle/modules/jdbc-test/com....
  • aa2380d Merge remote-tracking branch 'origin/dependabot/gradle/modules/kafka/org.apac...
  • Additional commits viewable in compare view


Updates org.testcontainers:postgresql from 1.19.8 to 1.20.1

Release notes

Sourced from org.testcontainers:postgresql's releases.

1.20.1

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

1.20.0

What's Changed

... (truncated)

Commits
  • 1877849 Downgrade awaitility version to 4.2.0 (#9041)
  • 4952337 Update Apache Kafka images to 3.8.0
  • 33e9f64 Pass options to compose down command (#9040)
  • d26eaca Fix URI decode (#9026)
  • 0ce97bf Merge pull request #9024 from testcontainers/combined-pr-branch
  • 18206d6 Merge remote-tracking branch 'origin/dependabot/gradle/modules/redpanda/org.f...
  • 75ca75c Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3 in /examples
  • 1e5a080 Merge pull request #9023 from testcontainers/combined-pr-branch
  • dcc9ccf Merge remote-tracking branch 'origin/dependabot/gradle/modules/jdbc-test/com....
  • aa2380d Merge remote-tracking branch 'origin/dependabot/gradle/modules/kafka/org.apac...
  • Additional commits viewable in compare view


Updates org.testcontainers:postgresql from 1.19.8 to 1.20.1

Release notes

Sourced from org.testcontainers:postgresql's releases.

1.20.1

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

1.20.0

What's Changed

... (truncated)

Commits
  • 1877849 Downgrade awaitility version to 4.2.0 (#9041)
  • 4952337 Update Apache Kafka images to 3.8.0
  • 33e9f64 Pass options to compose down command (#9040)
  • d26eaca Fix URI decode (#9026)
  • dependabot[bot] commented 1 month ago

    Looks like these dependencies are updatable in another way, so this is no longer needed.