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

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 Nov 11, 2024

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

Package From To
ch.qos.logback:logback-classic 1.5.7 1.5.12
com.fasterxml.jackson.core:jackson-annotations 2.17.2 2.18.1
com.fasterxml.jackson.core:jackson-core 2.17.2 2.18.1
com.fasterxml.jackson.dataformat:jackson-dataformat-xml 2.17.2 2.18.1
com.github.dasniko:testcontainers-keycloak 3.4.0 3.5.1
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.15
org.jooq:jooq 3.19.11 3.19.15
org.jooq:jooq-codegen 3.19.11 3.19.15
org.jooq:jooq-meta 3.19.11 3.19.15
org.junit:junit-bom 5.11.0 5.11.3
org.junit.platform:junit-platform-suite 1.11.0 1.11.3
org.liquibase:liquibase-core 4.29.1 4.30.0
org.mariadb.jdbc:mariadb-java-client 3.4.1 3.5.0
org.openjfx:javafx-controls 22.0.2 24-ea+15
org.openjfx:javafx-fxml 22.0.2 24-ea+15
org.openjfx:javafx-graphics 22.0.2 24-ea+15
org.testcontainers:junit-jupiter 1.20.1 1.20.3
org.testcontainers:postgresql 1.20.1 1.20.3
com.googlecode.maven-download-plugin:download-maven-plugin 1.9.0 1.11.2
org.apache.maven.plugins:maven-dependency-plugin 3.8.0 3.8.1
org.codehaus.mojo:exec-maven-plugin 3.4.1 3.5.0
org.owasp:dependency-check-maven 10.0.3 11.1.0
org.apache.maven.plugins:maven-surefire-plugin 3.4.0 3.5.2
org.apache.maven.plugins:maven-javadoc-plugin 3.8.0 3.11.1
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.12

Commits
  • 3a64b51 prepare release 1.5.12
  • ecae664 fix issues/879
  • 85968fa logger call ends with two exceptions - fix issues/876
  • ea3cec8 Update README.md
  • 887cbba update README.md
  • df2a3b6 start work on 1.5.12-SNAPSHOT
  • 3aa0730 prepare release of version 1.5.11
  • 8bcfd9a allow for InsertFromJNDIModelHandler to be callable from logback-tyler
  • 75bee86 refactorings in support of logback-tyler
  • 8749edc start work on 1.5.11-SNAPSHOT
  • Additional commits viewable in compare view

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

Commits

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

Commits
  • 0c1aff4 [maven-release-plugin] prepare release jackson-core-2.18.1
  • aaa23d0 Prepare for 2.18.1 release
  • 79ecea4 Update release notes
  • 1e7119b use fastdoubleparser 1.0.90 (#1353)
  • 047e631 Merge branch '2.17' into 2.18
  • 7db88c1 Fix infinite loop due to integer overflow when reading large strings (#1352)
  • cbedab7 Fix #1351: Improved Javadocs for StreamWriteFeature.USE_FAST_DOUBLE_WRITER
  • 686dd45 Tiny test fix (for manually run test)
  • 2b6e05c Back to snapshot dep
  • 54c7d70 [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

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

Commits
  • 7411dc6 [maven-release-plugin] prepare release jackson-dataformat-xml-2.18.1
  • 23caee5 Prepare for 2.18.1 release
  • 7375278 Merge branch '2.18' of github.com:FasterXML/jackson-dataformat-xml into 2.18
  • 5265704 Add test to verify #517 still failing (#673)
  • a5ab6a7 Merge branch '2.17' into 2.18
  • 7da4860 Fix bad renaming (went to 2.17 instead of master)
  • eff8f8a Modify surefire plugin failing test scope (#674)
  • 29d946c Manual merge of pom.xml
  • 90f48fb ...
  • c262e76 Merge branch '2.17' into 2.18
  • Additional commits viewable in compare view

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

Commits
  • 0c1aff4 [maven-release-plugin] prepare release jackson-core-2.18.1
  • aaa23d0 Prepare for 2.18.1 release
  • 79ecea4 Update release notes
  • 1e7119b use fastdoubleparser 1.0.90 (#1353)
  • 047e631 Merge branch '2.17' into 2.18
  • 7db88c1 Fix infinite loop due to integer overflow when reading large strings (#1352)
  • cbedab7 Fix #1351: Improved Javadocs for StreamWriteFeature.USE_FAST_DOUBLE_WRITER
  • 686dd45 Tiny test fix (for manually run test)
  • 2b6e05c Back to snapshot dep
  • 54c7d70 [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

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

Commits

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

Commits
  • 7411dc6 [maven-release-plugin] prepare release jackson-dataformat-xml-2.18.1
  • 23caee5 Prepare for 2.18.1 release
  • 7375278 Merge branch '2.18' of github.com:FasterXML/jackson-dataformat-xml into 2.18
  • 5265704 Add test to verify #517 still failing (#673)
  • a5ab6a7 Merge branch '2.17' into 2.18
  • 7da4860 Fix bad renaming (went to 2.17 instead of master)
  • eff8f8a Modify surefire plugin failing test scope (#674)
  • 29d946c Manual merge of pom.xml
  • 90f48fb ...
  • c262e76 Merge branch '2.17' into 2.18
  • Additional commits viewable in compare view

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

Release notes

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

v3.5.1

Exclude transitive dependency to javax.* namespace, introduced by update of shrinkwrap dependency (#160 , thanks to @​evandongen)

Full Changelog: dasniko/testcontainers-keycloak@3.5.0...3.5.1

v3.5.0

What's Changed

New Contributors

Full Changelog: dasniko/testcontainers-keycloak@3.4.0...3.5.0

Commits
  • fc45fa5 [maven-release-plugin] prepare release 3.5.1
  • 2b37dd3 exclude javax.* dependencies introduced by shrinkwrap update
  • b086b95 downgrade maven wrapper due to bugs
  • b76a765 Revert "remove mvnw"
  • a124220 [maven-release-plugin] prepare for next development iteration
  • 16b2c55 [maven-release-plugin] prepare release 3.5.0
  • 0b9035e [maven-release-plugin] prepare for next development iteration
  • 6b069ea [maven-release-plugin] prepare release 3.5.0-beta1
  • a9a2656 remove mvnw
  • 670434f chore: update plugins
  • 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.15

Updates org.jooq:jooq from 3.19.11 to 3.19.15

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

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

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

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

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

Release notes

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

JUnit 5.11.3 = Platform 1.11.3 + Jupiter 5.11.3 + Vintage 5.11.3

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.2...r5.11.3

JUnit 5.11.2 = Platform 1.11.2 + Jupiter 5.11.2 + Vintage 5.11.2

See Release Notes.

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

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
  • b20991e Release 5.11.3
  • e57b508 Finalize 5.11.3 release notes
  • fb1254c Allow repeating ExtendWith annotation on fields and parameters
  • a3192bd Fix package name comparison on Java 8 (#4077)
  • fcb7b01 Remove useless Order annotation
  • 57dfcb5 Allow repeating @…Source annotations when used as meta annotations
  • 09cd8b3 Add ArchUnit test for consistency of repeatable annotations
  • fa46a92 Hard-wrap at 90 characters
  • 8f45eea Find repeatable @⁠ExtendWith meta-annotations on fields again
  • b451122 Introduce release notes for 5.11.3
  • Additional commits viewable in compare view

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

Commits

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

Release notes

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

Liquibase v4.30.0

Liquibase 4.30.0 is a major release

[!IMPORTANT] Liquibase 4.30.0 contains new capabilities and notable enhancements for Liquibase OSS and Pro users including:

  • Flow enhancements
  • Validation improvements
  • Clearer error messaging for thrown exceptions
  • Addition of Anonymous Analytics
  • Deprecation of the MacOS dmg installer in favor of installation via homebrew

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

Notable Changes

[OSS and PRO]

Anonymous Analytics:

  • Liquibase can now gather anonymous usage analytics when commands are run. No user-specific data will be gathered.

For Liquibase OSS users, this functionality is enabled by default, but can be opted-out of before any data is sent. For Liquibase Pro users, this is disabled by default with the ability to opt-in. You can enable or disable sending analytics with the analytics-enabled property.

Gathering anonymous usage analytics allows us to better understand how Liquibase is actually being used by a very wide, diverse set of millions of users.

[PRO]

Flow Enhancements: Detect pending changesets, and variable-variables

  • There are two exciting Flow enhancements: the ability to condition action on presence of pending changesets, and the ability to use a global variable inside other global or stage variables, enabling variable-variables within flows.
  • Learn more https://docs.liquibase.com/flow

[OSS]

Usability Improvements:

  • Avoid ignoring caught exceptions, and instead return the exception and append the reason for better debugging.
  • When using failOnError=false, changesets that failed will now show up in the default output.
  • When using STRICT mode, update-to-tag will now throw an error when there is no tag specified or the tag specified does not exist.
  • Added a Customizer that allows discovery of changesets that are not known to an application. This can be used to prevent an application's startup when discovering new, unexpected changesets before an update is made.

Deprecated: MacOS .dmg installer

  • The MacOS dmg installer no longer ships with release artifacts. Please use the tar.gz or .zip release artifacts, or install via homebrew by running brew install liquibase

For a full list of improvements and bug fixes, see the [OSS] Changelog section.

[PRO] Changelog

🚀 New Features

... (truncated)

Changelog

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

Liquibase 4.30.0 is a major release

[!IMPORTANT] Liquibase 4.30.0 contains new capabilities and notable enhancements for Liquibase OSS and Pro users including Anonymous Analytics and deprecation of the MacOS dmg installer. [!NOTE] See the Liquibase 4.30.0 Release Notes for the complete set of release information.

Notable Changes

[PRO]

Anonymous Analytics:

  • Liquibase can now gather anonymous usage analytics when commands are run. No user-specific data will be gathered.

For Liquibase OSS users, this functionality is enabled by default, but can be opted-out of before any data is sent. For Liquibase Pro users, this is disabled by default with the ability to opt-in.

Gathering anonymous usage analytics allows us to better understand how Liquibase is actually being used by a very wide, diverse set of millions of users.

Flow Enhancements: Detect pending changesets, and variable-variables

  • There are two exciting Flow enhancements: the ability to condition action on presence of pending changesets, and the ability to use a global variable inside other global or stage variables, enabling variable-variables within flows.
  • Learn more https://docs.liquibase.com/flow

[OSS]

Deprecated: MacOS .dmg installer

  • The MacOS dmg installer no longer ships with release artifacts. Please use the tar.gz or .zip release artifacts, or install via homebrew by running brew install liquibase

[PRO] Changelog

New Features

Changes

... (truncated)

Commits
  • 38cc3e9 Only add child events when analytics is enabled (DAT-18943) (#6474)
  • 2d8d90d Add 4.30.0 xsd and update changelog.txt (#6471)
  • 789c5e6 enable analytics for release builds only (DAT-18902) (#6465)
  • 3db80b4 Modify clob handling (#6410)
  • 2c04047 DAT-17706 - Add checks example files to all format directories (#6461)
  • 315d709 Update jreBundle to latest in install4j (#6457)
  • 4db540b turn off analytics temporarily (DAT-18902) (#6464)
  • 28e3fa5 Fix flakey ChangeLogSyncTaskTest test (DAT-18921) (#6463)
  • f337b4a Adds customizer to discover and react to unknown change sets (#6432)
  • 181fbc8 chore: fix expected files in examples directory (#6458)
  • Additional commits viewable in compare view

Updates org.mariadb.jdbc:mariadb-java-client from 3.4.1 to 3.5.0

Release notes

Sourced from org.mariadb.jdbc:mariadb-java-client's releases.

MariaDB Connector/Java 3.5.0

3.5.0 (Oct 2024)

Full Changelog

Notable changes

  • CONJ-1193 Parsec authentication implementation
  • CONJ-1183 permit setting specific truststore

Bugs Fixed

  • CONJ-1202 Session variable setting must be executed last
  • CONJ-1201 incorrect default behavior for forceConnectionTimeZoneToSession
  • CONJ-1200 Batch import fails with exception "Unknown command"
  • CONJ-1199 option connectionCollation addition in order to force collation
  • CONJ-1187 Use different exception type for connection timeouts
Changelog

Sourced from org.mariadb.jdbc:mariadb-java-client's changelog.

3.5.0 (Oct 2024)

Full Changelog

Notable changes

  • CONJ-1193 Parsec authentication implementation
  • CONJ-1183 permit setting specific truststore

Bugs Fixed

  • CONJ-1202 Session variable setting must be executed last
  • CONJ-1201 incorrect default behavior for forceConnectionTimeZoneToSession
  • CONJ-1200 Batch import fails with exception "Unknown command"
  • CONJ-1199 option connectionCollation addition in order to force collation
  • CONJ-1187 Use different exception type for connection timeouts
Commits
  • 8be57f3 [CONJ-1205] permit setObject with ARRAY dataType
  • 3e94848 [CONJ-1205] permit use of Array parameter
  • a54a87e [misc] update readme version
  • ae8e740 [misc] permit using setObject/getObject on float[]/Float[] values
  • 5463572 [misc] code style correction
  • 91c06e6 Merge branch 'develop'
  • 1ce5982 [misc] XA Pool datasource ensuring close when using XAConnection.close()
  • a81f0e3 [misc] XA test correction
  • a66f05d [misc] test correction for ES server
  • 32ca5d7 [misc] changing testing option disableSessionTracking defaut value
  • Additional commits viewable in compare view

Updates org.openjfx:javafx-controls from 22.0.2 to 24-ea+15

Updates org.openjfx:javafx-fxml from 22.0.2 to 24-ea+15

Updates org.openjfx:javafx-graphics from 22.0.2 to 24-ea+15

Updates org.openjfx:javafx-fxml from 22.0.2 to 24-ea+15

Updates org.openjfx:javafx-graphics from 22.0.2 to 24-ea+15

Updates org.testcontainers:junit-jupiter from 1.20.1 to 1.20.3

Release notes

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

1.20.3

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

1.20.2

What's Changed

🚀 Features & Enhancements

... (truncated)

Commits

Updates org.testcontainers:postgresql from 1.20.1 to 1.20.3

Release notes

Sourced from org.testcontainers:postgresql's releases.

1.20.3

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

1.20.2

What's Changed

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

| Package | From | To |
| --- | --- | --- |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.7` | `1.5.12` |
| [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) | `2.17.2` | `2.18.1` |
| [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) | `2.17.2` | `2.18.1` |
| [com.fasterxml.jackson.dataformat:jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) | `2.17.2` | `2.18.1` |
| [com.github.dasniko:testcontainers-keycloak](https://github.com/dasniko/testcontainers-keycloak) | `3.4.0` | `3.5.1` |
| [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.15` |
| org.jooq:jooq | `3.19.11` | `3.19.15` |
| org.jooq:jooq-codegen | `3.19.11` | `3.19.15` |
| org.jooq:jooq-meta | `3.19.11` | `3.19.15` |
| [org.junit:junit-bom](https://github.com/junit-team/junit5) | `5.11.0` | `5.11.3` |
| [org.junit.platform:junit-platform-suite](https://github.com/junit-team/junit5) | `1.11.0` | `1.11.3` |
| [org.liquibase:liquibase-core](https://github.com/liquibase/liquibase) | `4.29.1` | `4.30.0` |
| [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) | `3.4.1` | `3.5.0` |
| org.openjfx:javafx-controls | `22.0.2` | `24-ea+15` |
| org.openjfx:javafx-fxml | `22.0.2` | `24-ea+15` |
| org.openjfx:javafx-graphics | `22.0.2` | `24-ea+15` |
| [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) | `1.20.1` | `1.20.3` |
| [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.20.1` | `1.20.3` |
| [com.googlecode.maven-download-plugin:download-maven-plugin](https://github.com/maven-download-plugin/maven-download-plugin) | `1.9.0` | `1.11.2` |
| [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) | `3.8.0` | `3.8.1` |
| [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) | `3.4.1` | `3.5.0` |
| [org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck) | `10.0.3` | `11.1.0` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.4.0` | `3.5.2` |
| [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.8.0` | `3.11.1` |
| [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.12
- [Commits](qos-ch/logback@v_1.5.7...v_1.5.12)

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

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

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

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

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

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

Updates `com.github.dasniko:testcontainers-keycloak` from 3.4.0 to 3.5.1
- [Release notes](https://github.com/dasniko/testcontainers-keycloak/releases)
- [Commits](dasniko/testcontainers-keycloak@3.4.0...3.5.1)

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.15

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

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

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

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

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

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

Updates `org.junit.platform:junit-platform-suite` from 1.11.0 to 1.11.3
- [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.30.0
- [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.30.0)

Updates `org.mariadb.jdbc:mariadb-java-client` from 3.4.1 to 3.5.0
- [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases)
- [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/master/CHANGELOG.md)
- [Commits](mariadb-corporation/mariadb-connector-j@3.4.1...3.5.0)

Updates `org.openjfx:javafx-controls` from 22.0.2 to 24-ea+15

Updates `org.openjfx:javafx-fxml` from 22.0.2 to 24-ea+15

Updates `org.openjfx:javafx-graphics` from 22.0.2 to 24-ea+15

Updates `org.openjfx:javafx-fxml` from 22.0.2 to 24-ea+15

Updates `org.openjfx:javafx-graphics` from 22.0.2 to 24-ea+15

Updates `org.testcontainers:junit-jupiter` from 1.20.1 to 1.20.3
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.20.1...1.20.3)

Updates `org.testcontainers:postgresql` from 1.20.1 to 1.20.3
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.20.1...1.20.3)

Updates `org.testcontainers:postgresql` from 1.20.1 to 1.20.3
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.20.1...1.20.3)

Updates `com.googlecode.maven-download-plugin:download-maven-plugin` from 1.9.0 to 1.11.2
- [Release notes](https://github.com/maven-download-plugin/maven-download-plugin/releases)
- [Commits](maven-download-plugin/maven-download-plugin@1.9.0...1.11.2)

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

Updates `org.codehaus.mojo:exec-maven-plugin` from 3.4.1 to 3.5.0
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
- [Commits](mojohaus/exec-maven-plugin@3.4.1...3.5.0)

Updates `org.owasp:dependency-check-maven` from 10.0.3 to 11.1.0
- [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
- [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md)
- [Commits](jeremylong/DependencyCheck@v10.0.3...v11.1.0)

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

Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.8.0 to 3.11.1
- [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.11.1)

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.github.dasniko:testcontainers-keycloak
  dependency-type: direct:development
  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-minor
  dependency-group: dependencies
- dependency-name: org.mariadb.jdbc:mariadb-java-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.openjfx:javafx-controls
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: org.openjfx:javafx-fxml
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: org.openjfx:javafx-graphics
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: org.openjfx:javafx-fxml
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: org.openjfx:javafx-graphics
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: org.testcontainers:junit-jupiter
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.testcontainers:postgresql
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.testcontainers:postgresql
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.googlecode.maven-download-plugin:download-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-dependency-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.codehaus.mojo:exec-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.owasp:dependency-check-maven
  dependency-type: direct:production
  update-type: version-update:semver-major
  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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 11, 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