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 19 updates #1996

Closed dependabot[bot] closed 4 weeks ago

dependabot[bot] commented 1 month ago

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

Package From To
ch.qos.logback:logback-classic 1.5.6 1.5.7
com.google.guava:guava 33.2.1-jre 33.3.0-jre
de.fraunhofer.iosb.ilt:FROST-Client-Dynamic 2.12 2.16
org.apache.commons:commons-lang3 3.15.0 3.17.0
org.eclipse.jetty:jetty-servlet 10.0.22 10.0.23
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.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.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.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.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:FROST-Client-Dynamic from 2.12 to 2.16

Commits


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

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

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.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.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
  • f0de8c0 Bump org.htmlunit:htmlunit from 4.3.0 to 4.4.0
  • Additional commits viewable in compare view


Updates org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0

Commits
  • 487e479 [maven-release-plugin] prepare release maven-javadoc-plugin-3.10.0
  • 9638a6a [MJAVADOC-785] Align plugin implementation with AbstractMavenReport (maven-re...
  • 9d33925 [MJAVADOC-784] Upgrade to Doxia 2.0.0 Milestone Stack
  • a11b921 [MJAVADOC-809] Align Mojo class names
  • 7c4b467 Bump org.apache.maven.plugins:maven-plugins from 42 to 43
  • 636442b Improve ITs
  • dbca15a Bump org.hamcrest:hamcrest-core from 2.2 to 3.0
  • d02bb88 Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.16.0
  • 0a850a1 [MJAVADOC-807] Simplify IT for MJAVADOC-498
  • 43e901f Improve URL handling
  • Additional commits viewable in compare view


Updates org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5

Release notes

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

3.2.5

Release Notes - Maven GPG Plugin - Version 3.2.5


📦 Dependency updates

Commits
  • 737d4ee [maven-release-plugin] prepare release maven-gpg-plugin-3.2.5
  • 7747063 [MGPG-134] Update maven-invoker (#110)
  • 3df5f83 [MGPG-133] Bump org.simplify4u.plugins:pgpverify-maven-plugin from 1.17.0 to ...
  • 58a2069 [MGPG-132] Bump com.kohlschutter.junixsocket:junixsocket-core from 2.9.1 to 2...
  • e911b43 [MGPG-131] Bump org.apache.maven.plugins:maven-plugins from 42 to 43 (#108)
  • d2b60d3 [MGPG-130] Update sigstore extension for exclusion (#109)
  • 091f388 Bump org.apache.maven.plugins:maven-invoker-plugin from 3.6.1 to 3.7.0
  • 899f410 [MGPG-128] Parent POM 42, prerequisite 3.6.3 (#100)
  • f0be6f3 [MGPG-127] Bump bouncycastleVersion from 1.78 to 1.78.1 (#98)
  • 7dd5166 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | org.eclipse.jetty:jetty-servlet | [>= 11.a, < 12] |

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 4 weeks ago

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