Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: v2.x
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

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

Package From To
ch.qos.logback:logback-classic 1.5.7 1.5.8
com.fasterxml.jackson.core:jackson-annotations 2.17.2 2.18.0
com.fasterxml.jackson.core:jackson-core 2.17.2 2.18.0
com.fasterxml.jackson.dataformat:jackson-dataformat-xml 2.17.2 2.18.0
com.google.guava:guava 33.3.0-jre 33.3.1-jre
commons-io:commons-io 2.16.1 2.17.0
de.fraunhofer.iosb.ilt:Configurable 0.35 0.36
org.apache.commons:commons-csv 1.11.0 1.12.0
org.apache.commons:commons-lang3 3.16.0 3.17.0
org.eclipse.jetty.ee10:jetty-ee10-servlet 12.0.12 12.0.13
org.jooq:jooq 3.19.11 3.19.13
org.jooq:jooq-codegen 3.19.11 3.19.13
org.jooq:jooq-meta 3.19.11 3.19.13
org.junit:junit-bom 5.11.0 5.11.1
org.junit.platform:junit-platform-suite 1.11.0 1.11.1
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.owasp:dependency-check-maven 10.0.3 10.0.4
org.apache.maven.plugins:maven-surefire-plugin 3.4.0 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.5 3.2.7

Updates ch.qos.logback:logback-classic from 1.5.7 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.fasterxml.jackson.core:jackson-annotations from 2.17.2 to 2.18.0

Commits

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

Commits

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

Commits
  • 276d060 [maven-release-plugin] prepare release jackson-dataformat-xml-2.18.0
  • 02e8c2e Prepare for 2.18.0 release
  • 139b0b1 Back to snapshot
  • ffc6880 [maven-release-plugin] prepare for next development iteration
  • 1d5b804 [maven-release-plugin] prepare release jackson-dataformat-xml-2.18.0-rc1
  • 25a936e Prepare for 2.18.0-rc1
  • f8f1a85 Update to 2.18.0-rc1-SNAPSHOT
  • 9c238b2 Merge branch '2.17' into 2.18
  • 400de82 Back to snapshot dep
  • e15bbad [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

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

Commits

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

Commits

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

Commits
  • 276d060 [maven-release-plugin] prepare release jackson-dataformat-xml-2.18.0
  • 02e8c2e Prepare for 2.18.0 release
  • 139b0b1 Back to snapshot
  • ffc6880 [maven-release-plugin] prepare for next development iteration
  • 1d5b804 [maven-release-plugin] prepare release jackson-dataformat-xml-2.18.0-rc1
  • 25a936e Prepare for 2.18.0-rc1
  • f8f1a85 Update to 2.18.0-rc1-SNAPSHOT
  • 9c238b2 Merge branch '2.17' into 2.18
  • 400de82 Back to snapshot dep
  • e15bbad [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

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

Release notes

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

33.3.1

Maven

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

Jar files

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

Javadoc

JDiff

Changelog

Commits

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

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 org.apache.commons:commons-csv from 1.11.0 to 1.12.0

Changelog

Sourced from org.apache.commons:commons-csv's changelog.

Apache Commons CSV Version 1.12.0 Release Notes

This document contains the release notes for the 1.12.0 version of Apache Commons CSV. Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format.

Commons CSV requires at least Java 8.

The Apache Commons CSV library provides a simple interface for reading and writing CSV files of various types.

Feature and bug fix release (Java 8 or above)

Changes in this version include:

New Features

  • CSV-270: Add CSVException that extends IOException thrown on invalid input instead of IOException. Thanks to Thomas Kamps, Gary Gregory.

Fixed Bugs

  •       Fix PMD issues for port to PMD 7.1.0. Thanks to Gary Gregory.
    
  •       Fix some Javadoc links [#442](https://github.com/apache/commons-csv/issues/442). Thanks to Dávid Szigecsán, Gary Gregory.
    
  •       Extract duplicated code into a method [#444](https://github.com/apache/commons-csv/issues/444). Thanks to Dávid Szigecsán.
    
  •       Migrate CSVFormat#print(File, Charset) to NIO [#445](https://github.com/apache/commons-csv/issues/445). Thanks to Dávid Szigecsán.
    
  •       Fix documentation for CSVFormat private constructor [#466](https://github.com/apache/commons-csv/issues/466). Thanks to Dávid Szigecsán.
    
  • CSV-294: CSVFormat does not support explicit " as escape char. Thanks to Joern Huxhorn, Gary Gregory.
  • CSV-150: Escaping is not disableable. Thanks to dota17, Gary Gregory, Jörn Huxhorn.
  •       Fix Javadoc warnings on Java 23. Thanks to Gary Gregory.
    
  •       Improve parser performance by up to 20%, YMMV. Thanks to Gary Gregory.
    

Changes

  •       Bump commons-codec:commons-codec from 1.16.1 to 1.17.1 [#422](https://github.com/apache/commons-csv/issues/422), [#449](https://github.com/apache/commons-csv/issues/449). Thanks to Dependabot.
    
  •       Bump org.apache.commons:commons-parent from 69 to 75 [#435](https://github.com/apache/commons-csv/issues/435), [#452](https://github.com/apache/commons-csv/issues/452), [#465](https://github.com/apache/commons-csv/issues/465), [#468](https://github.com/apache/commons-csv/issues/468), [#475](https://github.com/apache/commons-csv/issues/475). Thanks to Gary Gregory.
    
  •       Bump org.codehaus.mojo:taglist-maven-plugin from 3.0.0 to 3.1.0 [#441](https://github.com/apache/commons-csv/issues/441). Thanks to Gary Gregory.
    
  •       Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0 [#450](https://github.com/apache/commons-csv/issues/450), [#459](https://github.com/apache/commons-csv/issues/459), [#470](https://github.com/apache/commons-csv/issues/470). Thanks to Gary Gregory.
    
  •       Bump org.hamcrest:hamcrest from 2.2 to 3.0 [#455](https://github.com/apache/commons-csv/issues/455). Thanks to Gary Gregory.
    
  •       Bump commons-io:commons-io from 2.16.1 to 2.17.0 [#476](https://github.com/apache/commons-csv/issues/476). Thanks to Gary Gregory, Dependabot.
    

Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html

For complete information on Apache Commons CSV, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons CSV website:

https://commons.apache.org/proper/commons-csv/

Download page: https://commons.apache.org/proper/commons-csv/download_csv.cgi

... (truncated)

Commits

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

Updates org.eclipse.jetty.ee10:jetty-ee10-servlet from 12.0.12 to 12.0.13

Updates org.jooq:jooq from 3.19.11 to 3.19.13

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

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

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

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

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

Release notes

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

JUnit 5.11.1 = Platform 1.11.1 + Jupiter 5.11.1 + Vintage 5.11.1

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.0...r5.11.1

Commits

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

Commits

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.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.4.0 to 3.5.0

Release notes

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

3.5.0

What's Changed

Full Changelog: apache/maven-surefire@surefire-3.4.0...surefire-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
  • See full diff 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.5 to 3.2.7

Release notes

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

3.2.7

Fixes a lingering issue affecting whole 3.2.x lineage, that resulted in "bad passphrase" on Windows OS with GPG signer (see MGPG-136 for details).

What's Changed

Full Changelog: apache/maven-gpg-plugin@maven-gpg-plugin-3.2.6...maven-gpg-plugin-3.2.7

3.2.6

Release Notes - Maven GPG Plugin - Version 3.2.6


What's Changed

New Contributors

... (truncated)

Commits
  • 43af21c [maven-release-plugin] prepare release maven-gpg-plugin-3.2.7
  • 8c5a8d2 [MGPG-144] Bump commons-io:commons-io from 2.16.1 to 2.17.0 (#119)
  • cb5422f [MGPG-143] Bump com.kohlschutter.junixsocket:junixsocket-core from 2.10.0 to ...
  • 6b2a27f [MGPG-136] Windows passphrase corruption (#120)
  • 31e87e0 [maven-release-plugin] prepare for next development iteration
  • 1c9a14c [maven-release-plugin] prepare release maven-gpg-plugin-3.2.6
  • bbe6156 Add FAQ for "no pinentry" issue (#118)
  • 5b94273 [MGPG-141] Remove use of deprecated classes (#117)
  • afdfd28 [MGPG-138] Drop direct use of plexus-cipher and secdispatcher (#115)
  • 7516e7c [MGPG-140] Update Maven to 3.9.9 (#116)
  • 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 23 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.7` | `1.5.8` |
| [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) | `2.17.2` | `2.18.0` |
| [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) | `2.17.2` | `2.18.0` |
| [com.fasterxml.jackson.dataformat:jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) | `2.17.2` | `2.18.0` |
| [com.google.guava:guava](https://github.com/google/guava) | `33.3.0-jre` | `33.3.1-jre` |
| commons-io:commons-io | `2.16.1` | `2.17.0` |
| [de.fraunhofer.iosb.ilt:Configurable](https://github.com/FraunhoferIOSB/Configurable) | `0.35` | `0.36` |
| [org.apache.commons:commons-csv](https://github.com/apache/commons-csv) | `1.11.0` | `1.12.0` |
| org.apache.commons:commons-lang3 | `3.16.0` | `3.17.0` |
| org.eclipse.jetty.ee10:jetty-ee10-servlet | `12.0.12` | `12.0.13` |
| org.jooq:jooq | `3.19.11` | `3.19.13` |
| org.jooq:jooq-codegen | `3.19.11` | `3.19.13` |
| org.jooq:jooq-meta | `3.19.11` | `3.19.13` |
| [org.junit:junit-bom](https://github.com/junit-team/junit5) | `5.11.0` | `5.11.1` |
| [org.junit.platform:junit-platform-suite](https://github.com/junit-team/junit5) | `1.11.0` | `1.11.1` |
| [org.liquibase:liquibase-core](https://github.com/liquibase/liquibase) | `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.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck) | `10.0.3` | `10.0.4` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.4.0` | `3.5.0` |
| [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.8.0` | `3.10.0` |
| [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) | `3.2.5` | `3.2.7` |



Updates `ch.qos.logback:logback-classic` from 1.5.7 to 1.5.8
- [Commits](qos-ch/logback@v_1.5.7...v_1.5.8)

Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.17.2 to 2.18.0
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.core:jackson-core` from 2.17.2 to 2.18.0
- [Commits](FasterXML/jackson-core@jackson-core-2.17.2...jackson-core-2.18.0)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.17.2 to 2.18.0
- [Commits](FasterXML/jackson-dataformat-xml@jackson-dataformat-xml-2.17.2...jackson-dataformat-xml-2.18.0)

Updates `com.fasterxml.jackson.core:jackson-core` from 2.17.2 to 2.18.0
- [Commits](FasterXML/jackson-core@jackson-core-2.17.2...jackson-core-2.18.0)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.17.2 to 2.18.0
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.17.2 to 2.18.0
- [Commits](FasterXML/jackson-dataformat-xml@jackson-dataformat-xml-2.17.2...jackson-dataformat-xml-2.18.0)

Updates `com.google.guava:guava` from 33.3.0-jre to 33.3.1-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Updates `commons-io:commons-io` from 2.16.1 to 2.17.0

Updates `de.fraunhofer.iosb.ilt:Configurable` from 0.35 to 0.36
- [Changelog](https://github.com/FraunhoferIOSB/Configurable/blob/master/CHANGELOG.md)
- [Commits](FraunhoferIOSB/Configurable@v0.35...v0.36)

Updates `org.apache.commons:commons-csv` from 1.11.0 to 1.12.0
- [Changelog](https://github.com/apache/commons-csv/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-csv@rel/commons-csv-1.11.0...rel/commons-csv-1.12.0)

Updates `org.apache.commons:commons-lang3` from 3.16.0 to 3.17.0

Updates `org.eclipse.jetty.ee10:jetty-ee10-servlet` from 12.0.12 to 12.0.13

Updates `org.jooq:jooq` from 3.19.11 to 3.19.13

Updates `org.jooq:jooq-codegen` from 3.19.11 to 3.19.13

Updates `org.jooq:jooq-meta` from 3.19.11 to 3.19.13

Updates `org.jooq:jooq-codegen` from 3.19.11 to 3.19.13

Updates `org.jooq:jooq-meta` from 3.19.11 to 3.19.13

Updates `org.junit:junit-bom` from 5.11.0 to 5.11.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.0...r5.11.1)

Updates `org.junit.platform:junit-platform-suite` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/commits)

Updates `org.liquibase:liquibase-core` from 4.29.1 to 4.29.2
- [Release notes](https://github.com/liquibase/liquibase/releases)
- [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt)
- [Commits](liquibase/liquibase@v4.29.1...v4.29.2)

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.owasp:dependency-check-maven` from 10.0.3 to 10.0.4
- [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
- [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md)
- [Commits](jeremylong/DependencyCheck@v10.0.3...v10.0.4)

Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.4.0...surefire-3.5.0)

Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.8.0 to 3.10.0
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.8.0...maven-javadoc-plugin-3.10.0)

Updates `org.apache.maven.plugins:maven-gpg-plugin` from 3.2.5 to 3.2.7
- [Release notes](https://github.com/apache/maven-gpg-plugin/releases)
- [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.2.5...maven-gpg-plugin-3.2.7)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.google.guava:guava
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: de.fraunhofer.iosb.ilt:Configurable
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.commons:commons-csv
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.commons:commons-lang3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.eclipse.jetty.ee10:jetty-ee10-servlet
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.jooq:jooq
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.jooq:jooq-codegen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.jooq:jooq-meta
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.jooq:jooq-codegen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.jooq:jooq-meta
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit:junit-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.platform:junit-platform-suite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.liquibase:liquibase-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.openjfx:javafx-controls
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.openjfx:javafx-fxml
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.openjfx:javafx-graphics
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.openjfx:javafx-fxml
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.openjfx:javafx-graphics
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.owasp:dependency-check-maven
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-gpg-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Sep 30, 2024
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.

0 participants