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 16 updates #2118

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 Feb 24, 2025

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

Package From To
org.jooq:jooq 3.19.18 3.20.1
org.jooq:jooq-codegen 3.19.18 3.20.1
org.jooq:jooq-meta 3.19.18 3.20.1
org.junit:junit-bom 5.11.4 5.12.0
org.junit.platform:junit-platform-suite 1.11.4 1.12.0
org.liquibase:liquibase-core 4.31.0 4.31.1
org.mariadb.jdbc:mariadb-java-client 3.5.1 3.5.2
org.openjfx:javafx-controls 23.0.1 23.0.2
org.openjfx:javafx-fxml 23.0.1 23.0.2
org.openjfx:javafx-graphics 23.0.1 23.0.2
org.testcontainers:junit-jupiter 1.20.4 1.20.5
org.testcontainers:postgresql 1.20.4 1.20.5
org.apache.maven.plugins:maven-compiler-plugin 3.13.0 3.14.0
com.diffplug.spotless:spotless-maven-plugin 2.44.2 2.44.3
org.owasp:dependency-check-maven 12.0.1 12.1.0
org.testcontainers:mariadb 1.20.4 1.20.5

Updates org.jooq:jooq from 3.19.18 to 3.20.1

Updates org.jooq:jooq-codegen from 3.19.18 to 3.20.1

Updates org.jooq:jooq-meta from 3.19.18 to 3.20.1

Updates org.jooq:jooq-codegen from 3.19.18 to 3.20.1

Updates org.jooq:jooq-meta from 3.19.18 to 3.20.1

Updates org.junit:junit-bom from 5.11.4 to 5.12.0

Release notes

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

JUnit 5.12.0 = Platform 1.12.0 + Jupiter 5.12.0 + Vintage 5.12.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit5@r5.11.4...r5.12.0

JUnit 5.12.0-RC2 = Platform 1.12.0-RC2 + Jupiter 5.12.0-RC2 + Vintage 5.12.0-RC2

See Release Notes.

Full Changelog: junit-team/junit5@r5.12.0-RC1...r5.12.0-RC2

JUnit 5.12.0-RC1 = Platform 1.12.0-RC1 + Jupiter 5.12.0-RC1 + Vintage 5.12.0-RC1

See Release Notes.

Full Changelog: junit-team/junit5@r5.12.0-M1...r5.12.0-RC1

JUnit 5.12.0-M1 = Platform 1.12.0-M1 + Jupiter 5.12.0-M1 + Vintage 5.12.0-M1

See Release Notes.

New Contributors

... (truncated)

Commits
  • 2750b04 Release 5.12.0
  • 9615490 Update log suppressions for tests
  • 0a8d65b Remove duplicated reference to SimpleArgumentConverter
  • cafbcdb Update open-test-reporting to 0.2.0
  • ed1773c Fix version references to be 1.x in Platform and 5.x in Jupiter
  • 1d2f982 Update open-test-reporting to 0.2.0-M3
  • 2b6bab5 Fix indentation
  • d1929bb Merge 5.12.0 release notes
  • 9b7a3c4 Back to snapshots for further development
  • a410c92 Release 5.12.0-RC2
  • Additional commits viewable in compare view

Updates org.junit.platform:junit-platform-suite from 1.11.4 to 1.12.0

Commits

Updates org.liquibase:liquibase-core from 4.31.0 to 4.31.1

Release notes

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

v4.31.1

Liquibase 4.31.1 is a patch release

[!IMPORTANT] Liquibase 4.31.1 patches vulnerability found in Snowlake driver (CVE-2025-24789) and resolves issue with logicalfilepath reported in 4.31.0 (see 4.31.0 Release Notes)

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

Notable Changes

[OSS]

logicalfilepath bug: in 4.31.0, the parent logicalfilepath value will be used in DBCL/DBCLH as the changelogfilepath value, as a result the changesets from the included changelogs that were deployed with the changelog level logicalFilePath in version 4.31.0 will be considered new and will be redeployed in the latest versions. 4.31.1 fixes this behavior and deployed changesets will not be redeployed.

[PRO] Changelog

🐛 Bug Fixes 🛠

  • DAT-19579: The changesets from the included changelogs that were deployed with the changelog level logicalFilePath in version 4.31.0 will be considered new and will be redeployed in the latest versions liquibase/liquibase#6716 @​filipelautert

[OSS] Changelog

🐛 Bug Fixes 🛠

🤖 [OSS] Security, Driver and Other Updates

Snowflake vulnerability update CVE-2025-24789

  • Snowflake discovered and remediated a vulnerability in the Snowflake JDBC Driver. Liquibase now includes a version with the fixed issue 3.22.0.

Full Changelog: liquibase/liquibase@v4.31.0...v4.31.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

Please check out and contribute to the continually improving docs, now at https://docs.liquibase.com/.

Join the Community

Our community has built a lot. From extensions to integrations, you’ve helped make Liquibase the amazing open source project that it is today. Keep contributing to making it stronger:

Contribute code Make doc updates Help by asking and answering questions Join our Discord server Sign up to provide feedback to the product team

Thanks to everyone who helps make Liquibase better!

... (truncated)

Changelog

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

Liquibase 4.31.1 is a patch release

[!IMPORTANT] Liquibase 4.31.1 patches vulnerability found in Snowlake driver (CVE-2025-24789) and resolves issue with include and logicalfilepath reported in 4.31.0 (see 4.31.0 Release Notes)

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

Notable Changes

[OSS]

Commits
  • 12ab20b feat: add smpkcs11.so utility for enhanced security integration
  • 1376fd2 fix: update release workflow to use the-actions-org/workflow-dispatch@v4 action
  • 13965ca Renew Code Signing Certificate for Liquibase Windows Installer
  • 284bc25 chore: changelog.txt for 4.31.1
  • f5b7491 fix: release build
  • 231abbf checkout release branch
  • 9fa6e78 Update build-extension-jars.yml
  • c852d39 update dependency of matching-branch-logic-pro
  • 7685f7e 🔧 Refactor matching branch logic in workflow for PRO repo (#6722)
  • a0b161e 🔧 Fix syntax for branch comparison in workflow script (#6721)
  • Additional commits viewable in compare view

Updates org.mariadb.jdbc:mariadb-java-client from 3.5.1 to 3.5.2

Release notes

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

MariaDB Connector/Java 3.5.2

3.5.2 (Feb 2025)

Full Changelog

Bugs Fixed

  • CONJ-1216 Resolved a performance issue that occurred when batch processing on MySQL and older MariaDB (pre-10.2) servers
  • CONJ-1218 Incorrect behavior where XA connections are closed when regular connections are terminated - this is against specifications
  • CONJ-1217 The trustCertificateKeyStorePassword alias parameter isn’t taken into account
  • CONJ-1221 DatabaseMetadata.getTypeInfo() is missing the data types UUID and VECTOR
  • CONJ-1225 System throws an exception prematurely without checking all available connections
  • CONJ-1228 result-set.getObject() on BLOB type returns Blob in place of byte[]
  • CONJ-660 new disconnectOnExpiredPasswords connection option that controls client behavior when connecting with an expired password. When set to true (default), the client disconnects if it detects an expired password. When false, the client maintains the connection and allows setting a new password.
  • CONJ-1229 Permit executeQuery commands to not return a result-set
Changelog

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

3.5.2 (Feb 2025)

Full Changelog

Bugs Fixed

  • CONJ-1216 Resolved a performance issue that occurred when batch processing on MySQL and older MariaDB (pre-10.2) servers
  • CONJ-1218 Incorrect behavior where XA connections are closed when regular connections are terminated - this is against specifications
  • CONJ-1217 The trustCertificateKeyStorePassword alias parameter isn’t taken into account
  • CONJ-1221 DatabaseMetadata.getTypeInfo() is missing the data types UUID and VECTOR
  • CONJ-1225 System throws an exception prematurely without checking all available connections
  • CONJ-1228 result-set.getObject() on BLOB type returns Blob in place of byte[]
  • CONJ-660 new disconnectOnExpiredPasswords connection option that controls client behavior when connecting with an expired password. When set to true (default), the client disconnects if it detects an expired password. When false, the client maintains the connection and allows setting a new password.
  • CONJ-1229 Permit executeQuery commands to not return a result-set
Commits
  • 16ffe8e [misc] removing metadata getTypeInfo listing BOOL to BOOLEAN change to avoid ...
  • 9e53e68 [misc] changelog update
  • 3331508 [CONJ-1229] Permit executeQuery commands to not return a result-set
  • b2d3f59 [misc] ensure test stability sith mysql servers
  • 79cefb8 [CONJ-660] support expired password
  • 63991b7 [misc] code style correction
  • 39ee017 [CONJ-1228] result-set.getObject() on BLOB type returns Blob by default in pl...
  • a86e330 [misc] improve no cache benchmark
  • b3a3735 [misc] correcting javadoc
  • 6ce18d5 [misc] update copyright header
  • Additional commits viewable in compare view

Updates org.openjfx:javafx-controls from 23.0.1 to 23.0.2

Updates org.openjfx:javafx-fxml from 23.0.1 to 23.0.2

Updates org.openjfx:javafx-graphics from 23.0.1 to 23.0.2

Updates org.openjfx:javafx-fxml from 23.0.1 to 23.0.2

Updates org.openjfx:javafx-graphics from 23.0.1 to 23.0.2

Updates org.testcontainers:junit-jupiter from 1.20.4 to 1.20.5

Release notes

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

1.20.5

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

Commits
  • 13b6365 Rename Picone implementation
  • c34ed90 Rename EventHubs and ServiceBus implementations
  • aad1ee5 Add more configuration for LLdapContainer
  • 85697fd Add method to return LDAP URL to LLdapContainer
  • 2ac4ed6 Add ldap module (#9987)
  • aa7ddc0 Fix reuse support for CouchbaseContainer (#9957)
  • 2fa7f65 Don't extend configuration compileOnly and testCompile from shaded (#9579)
  • 99981f8 Fix typos (#9783)
  • df40cd8 Fix SolrContainer start parameters for version >= 9.7.0 (#9926)
  • 6139e5e Fix clickhouse authentication (#9942)
  • Additional commits viewable in compare view

Updates org.testcontainers:postgresql from 1.20.4 to 1.20.5

Release notes

Sourced from org.testcontainers:postgresql's releases.

1.20.5

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

Commits
  • 13b6365 Rename Picone implementation
  • c34ed90 Rename EventHubs and ServiceBus implementations
  • aad1ee5 Add more configuration for LLdapContainer
  • 85697fd Add method to return LDAP URL to LLdapContainer
  • 2ac4ed6 Add ldap module (#9987)
  • aa7ddc0 Fix reuse support for CouchbaseContainer (#9957)
  • 2fa7f65 Don't extend configuration compileOnly and testCompile from shaded (#9579)
  • 99981f8 Fix typos (#9783)
  • df40cd8 Fix SolrContainer start parameters for version >= 9.7.0 (#9926)
  • 6139e5e Fix clickhouse authentication (#9942)
  • Additional commits viewable in compare view

Updates org.testcontainers:postgresql from 1.20.4 to 1.20.5

Release notes

Sourced from org.testcontainers:postgresql's releases.

1.20.5

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

Commits
  • 13b6365 Rename Picone implementation
  • c34ed90 Rename EventHubs and ServiceBus implementations
  • aad1ee5 Add more configuration for LLdapContainer
  • 85697fd Add method to return LDAP URL to LLdapContainer
  • 2ac4ed6 Add ldap module (#9987)
  • aa7ddc0 Fix reuse support for CouchbaseContainer (#9957)
  • 2fa7f65 Don't extend configuration compileOnly and testCompile from shaded (#9579)
  • 99981f8 Fix typos (#9783)
  • df40cd8 Fix SolrContainer start parameters for version >= 9.7.0 (#9926)
  • 6139e5e Fix clickhouse authentication (#9942)
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0

Release notes

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

3.14.0

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

🔧 Build

Commits
  • b5e7d9b [maven-release-plugin] prepare release maven-compiler-plugin-3.14.0
  • 9134f12 Enable GitHub Issues
  • 19b8b12 Update scm tag according to branch
  • 09dce4e [MCOMPILER-579] allow module-version configuration (#273)
  • f7c3c5f Bump org.codehaus.plexus:plexus-java from 1.2.0 to 1.4.0
  • 764a54b [MNGSITE-529] Rename "Goals" to "Plugin Documentation"
  • cfacbc1 PR Automation only on close event
  • 5c26bba Use JUnit version from parent
  • 5449407 [MCOMPILER-529] Update docs about version schema (Maven 3)
  • 01d5b88 Bump mavenVersion from 3.6.3 to 3.9.9 (#283)
  • Additional commits viewable in compare view

Updates com.diffplug.spotless:spotless-maven-plugin from 2.44.2 to 2.44.3

Release notes

Sourced from com.diffplug.spotless:spotless-maven-plugin's releases.

Maven Plugin v2.44.3

  • Support for clang-format (#2406)
  • Adopt new version of maven-plugin-development from GradleX (#2395)
Commits
  • 4dd0095 Published maven/2.44.3
  • 62eff17 Published lib/3.1.0
  • d88a76e feat: allow overriding JarSate classloader (to enable cli) (#2427)
  • 06c6ca8 chore: insert created PR#
  • 8ee1dfe chore: provide test to make sure overriding classloader works
  • 88d3c31 chore: update changelog for reflecting overridable classLoader in JarState
  • f519ed3 feat: allow overriding classLoader for jarstate
  • a410e9f adopt maven plugin development from gradle x (#2423 closes #2395)
  • fd5970c chore(deps): update plugin com.gradle.develocity to v3.19.2 (#2425)
  • cdb609e added changelog info in the right place
  • Additional commits viewable in compare view

Updates org.owasp:dependency-check-maven from 12.0.1 to 12.1.0

Release notes

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

Version 12.1.0

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

Version 12.0.2

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

Changelog

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

Change Log

Commits
  • cb24820 build(deps): bump org.semver4j:semver4j from 5.5.0 to 5.6.0 (#7346)
  • cefc8b9 build(deps-dev): bump xml-apis:xml-apis from 1.3.03 to 1.4.01 (#7329)
  • 99bccaf build: Add Splunk repository to repositories for Maven FP automation (#7344)
  • dea4327 build(deps): bump org.apache.httpcomponents.core5:httpcore5 from 5.3.1 to 5.3...
  • d8d986f build(deps): bump org.postgresql:postgresql from 42.7.4 to 42.7.5 (#7333)
  • 9fad312 Add Splunk repository to FP pipeline
  • cc0d5ed build: remove repo.spring.io from workflows (#7340)
  • bebb431 chore: maintenance (#7327)
  • 75327b0 chore(docs): Remove experimental info from nugetconf and retirejs analyzers d...
  • c42ea97 chore: switch from javax.json to jakarta.json (#7326)
  • Additional commits viewable in compare view

Updates org.testcontainers:mariadb from 1.20.4 to 1.20.5

Release notes

Sourced from org.testcontainers:mariadb's releases.

1.20.5

What's Changed

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

| Package | From | To |
| --- | --- | --- |
| org.jooq:jooq | `3.19.18` | `3.20.1` |
| org.jooq:jooq-codegen | `3.19.18` | `3.20.1` |
| org.jooq:jooq-meta | `3.19.18` | `3.20.1` |
| [org.junit:junit-bom](https://github.com/junit-team/junit5) | `5.11.4` | `5.12.0` |
| [org.junit.platform:junit-platform-suite](https://github.com/junit-team/junit5) | `1.11.4` | `1.12.0` |
| [org.liquibase:liquibase-core](https://github.com/liquibase/liquibase) | `4.31.0` | `4.31.1` |
| [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) | `3.5.1` | `3.5.2` |
| org.openjfx:javafx-controls | `23.0.1` | `23.0.2` |
| org.openjfx:javafx-fxml | `23.0.1` | `23.0.2` |
| org.openjfx:javafx-graphics | `23.0.1` | `23.0.2` |
| [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) | `1.20.4` | `1.20.5` |
| [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.20.4` | `1.20.5` |
| [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.13.0` | `3.14.0` |
| [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | `2.44.2` | `2.44.3` |
| [org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck) | `12.0.1` | `12.1.0` |
| [org.testcontainers:mariadb](https://github.com/testcontainers/testcontainers-java) | `1.20.4` | `1.20.5` |



Updates `org.jooq:jooq` from 3.19.18 to 3.20.1

Updates `org.jooq:jooq-codegen` from 3.19.18 to 3.20.1

Updates `org.jooq:jooq-meta` from 3.19.18 to 3.20.1

Updates `org.jooq:jooq-codegen` from 3.19.18 to 3.20.1

Updates `org.jooq:jooq-meta` from 3.19.18 to 3.20.1

Updates `org.junit:junit-bom` from 5.11.4 to 5.12.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.4...r5.12.0)

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

Updates `org.liquibase:liquibase-core` from 4.31.0 to 4.31.1
- [Release notes](https://github.com/liquibase/liquibase/releases)
- [Changelog](https://github.com/liquibase/liquibase/blob/v4.31.1/changelog.txt)
- [Commits](liquibase/liquibase@v4.31.0...v4.31.1)

Updates `org.mariadb.jdbc:mariadb-java-client` from 3.5.1 to 3.5.2
- [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.5.1...3.5.2)

Updates `org.openjfx:javafx-controls` from 23.0.1 to 23.0.2

Updates `org.openjfx:javafx-fxml` from 23.0.1 to 23.0.2

Updates `org.openjfx:javafx-graphics` from 23.0.1 to 23.0.2

Updates `org.openjfx:javafx-fxml` from 23.0.1 to 23.0.2

Updates `org.openjfx:javafx-graphics` from 23.0.1 to 23.0.2

Updates `org.testcontainers:junit-jupiter` from 1.20.4 to 1.20.5
- [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.4...1.20.5)

Updates `org.testcontainers:postgresql` from 1.20.4 to 1.20.5
- [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.4...1.20.5)

Updates `org.testcontainers:postgresql` from 1.20.4 to 1.20.5
- [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.4...1.20.5)

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

Updates `com.diffplug.spotless:spotless-maven-plugin` from 2.44.2 to 2.44.3
- [Release notes](https://github.com/diffplug/spotless/releases)
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- [Commits](diffplug/spotless@maven/2.44.2...maven/2.44.3)

Updates `org.owasp:dependency-check-maven` from 12.0.1 to 12.1.0
- [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
- [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md)
- [Commits](jeremylong/DependencyCheck@v12.0.1...v12.1.0)

Updates `org.testcontainers:mariadb` from 1.20.4 to 1.20.5
- [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.4...1.20.5)

---
updated-dependencies:
- dependency-name: org.jooq:jooq
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.jooq:jooq-codegen
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.jooq:jooq-meta
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.jooq:jooq-codegen
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.jooq:jooq-meta
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.junit:junit-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.junit.platform:junit-platform-suite
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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.mariadb.jdbc:mariadb-java-client
  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-patch
  dependency-group: dependencies
- dependency-name: org.openjfx:javafx-fxml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.openjfx:javafx-graphics
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.openjfx:javafx-fxml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.openjfx:javafx-graphics
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.diffplug.spotless:spotless-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.owasp:dependency-check-maven
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.testcontainers:mariadb
  dependency-type: direct:development
  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 Feb 24, 2025
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