Skip to content

Bump the backend-prod group across 2 directories with 4 updates#485

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/backend-prod-1b6cfa65de
Closed

Bump the backend-prod group across 2 directories with 4 updates#485
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/backend-prod-1b6cfa65de

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jul 4, 2025

Bumps the backend-prod group with 4 updates in the / directory: org.apache.maven.plugins:maven-enforcer-plugin, org.flywaydb:flyway-core, org.flywaydb:flyway-mysql and org.mariadb.jdbc:mariadb-java-client.
Bumps the backend-prod group with 4 updates in the /server directory: org.apache.maven.plugins:maven-enforcer-plugin, org.flywaydb:flyway-core, org.flywaydb:flyway-mysql and org.mariadb.jdbc:mariadb-java-client.

Updates org.apache.maven.plugins:maven-enforcer-plugin from 3.5.0 to 3.6.0

Release notes

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

3.6.0

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

🔧 Build

📦 Dependency updates

... (truncated)

Commits
  • dc9d2ab [maven-release-plugin] prepare release enforcer-3.6.0
  • 9aed56c Warning about old enforcer api in rule implementation (#894)
  • 8b8ac7a Improve example of custom rule (#890)
  • 1992401 Introduce ruleName for rules configuration
  • 5ec0a9f Update site descriptor to 2.0.0
  • e8cc57e RequireSameVersions rule: consider entries in \<plugins> when analyzing b...
  • 785ab9d Enable build by Maven 4 on GitHub
  • 5f664d5 Bump mavenVersion from 3.6.3 to 3.9.10 (#888)
  • 30cb548 Bump org.apache.maven:maven-parent from 44 to 45
  • 265dc89 Use constant 3.6.3 in prerequisites/maven as minimal Maven version
  • Additional commits viewable in compare view

Updates org.flywaydb:flyway-core from 11.10.0 to 11.10.1

Release notes

Sourced from org.flywaydb:flyway-core's releases.

Flyway 11.10.1

See release notes here

Commits

Updates org.flywaydb:flyway-mysql from 11.10.0 to 11.10.1

Updates org.mariadb.jdbc:mariadb-java-client from 3.5.3 to 3.5.4

Release notes

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

MariaDB Connector/Java 3.5.4

3.5.4 (Jun 2025)

Full Changelog

Key Enhancements

  • CONJ-1261 - Added caching option for loadCodecs results to improve performance

Issues Resolved

  • CONJ-1234 - Fixed incorrect type definitions in DatabaseMetaData.getTypeInfo()
  • CONJ-1247 - Resolved potential race condition that could cause NullPointerException
  • CONJ-1250 - avoids redundant queries for CallableStatement.getParameterMetaData()
  • CONJ-1251 - Fixed SSL configuration issue where zero SSL settings only functioned without explicit SSL configuration
  • CONJ-1252 - Resolved GSSAPI authentication error when server exchanges begin with 0x01 byte
  • CONJ-1254 - Corrected DatabaseMetadata.getTypeInfo() returning incorrect values for AUTO_INCREMENT, FIXED_PREC_SCALE, and CASE_SENSITIVE fields
  • CONJ-1255 - Fixed getString method on BIT(1) fields to properly honor transformedBitIsBoolean configuration
  • CONJ-1259 - Enhanced metadata compatibility with MariaDB version 12.0
  • CONJ-1260 - Improved performance of DatabaseMetaData.getExportedKeys method
  • CONJ-1256 - Fixed issue to ensure correct catalog name is returned
Changelog

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

3.5.4 (Jun 2025)

Full Changelog

Key Enhancements

  • CONJ-1261 - Added caching option for loadCodecs results to improve performance

Issues Resolved

  • CONJ-1234 - Fixed incorrect type definitions in DatabaseMetaData.getTypeInfo()
  • CONJ-1247 - Resolved potential race condition that could cause NullPointerException
  • CONJ-1250 - avoids redundant queries for CallableStatement.getParameterMetaData()
  • CONJ-1251 - Fixed SSL configuration issue where zero SSL settings only functioned without explicit SSL configuration
  • CONJ-1252 - Resolved GSSAPI authentication error when server exchanges begin with 0x01 byte
  • CONJ-1254 - Corrected DatabaseMetadata.getTypeInfo() returning incorrect values for AUTO_INCREMENT, FIXED_PREC_SCALE, and CASE_SENSITIVE fields
  • CONJ-1255 - Fixed getString method on BIT(1) fields to properly honor transformedBitIsBoolean configuration
  • CONJ-1259 - Enhanced metadata compatibility with MariaDB version 12.0
  • CONJ-1260 - Improved performance of DatabaseMetaData.getExportedKeys method
  • CONJ-1256 - Fixed issue to ensure correct catalog name is returned
Commits
  • 3b9bebd [misc] change maven oss to central since oss is now deprecated
  • 81b0dcc [misc] correct test certificate path
  • ce280ce [misc] ensure test stability with MySQL
  • 2a916ff [misc] ensure pkcs testing
  • db2f3f9 bump 3.5.4 version
  • bc3bec4 Merge branch 'develop'
  • 69114ab [CONJ-1260] DatabaseMetaData.getExportedKeys may be slow
  • 413760d [misc] correct schedule on maintenance version
  • b58aa84 [CONJ-1261] Provide an option to cache the results of loadCodecs
  • ec452a7 [misc] connect to docker if env set
  • Additional commits viewable in compare view

Updates org.flywaydb:flyway-core from 11.10.0 to 11.10.1

Release notes

Sourced from org.flywaydb:flyway-core's releases.

Flyway 11.10.1

See release notes here

Commits

Updates org.flywaydb:flyway-mysql from 11.10.0 to 11.10.1

Updates org.mariadb.jdbc:mariadb-java-client from 3.5.3 to 3.5.4

Release notes

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

MariaDB Connector/Java 3.5.4

3.5.4 (Jun 2025)

Full Changelog

Key Enhancements

  • CONJ-1261 - Added caching option for loadCodecs results to improve performance

Issues Resolved

  • CONJ-1234 - Fixed incorrect type definitions in DatabaseMetaData.getTypeInfo()
  • CONJ-1247 - Resolved potential race condition that could cause NullPointerException
  • CONJ-1250 - avoids redundant queries for CallableStatement.getParameterMetaData()
  • CONJ-1251 - Fixed SSL configuration issue where zero SSL settings only functioned without explicit SSL configuration
  • CONJ-1252 - Resolved GSSAPI authentication error when server exchanges begin with 0x01 byte
  • CONJ-1254 - Corrected DatabaseMetadata.getTypeInfo() returning incorrect values for AUTO_INCREMENT, FIXED_PREC_SCALE, and CASE_SENSITIVE fields
  • CONJ-1255 - Fixed getString method on BIT(1) fields to properly honor transformedBitIsBoolean configuration
  • CONJ-1259 - Enhanced metadata compatibility with MariaDB version 12.0
  • CONJ-1260 - Improved performance of DatabaseMetaData.getExportedKeys method
  • CONJ-1256 - Fixed issue to ensure correct catalog name is returned
Changelog

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

3.5.4 (Jun 2025)

Full Changelog

Key Enhancements

  • CONJ-1261 - Added caching option for loadCodecs results to improve performance

Issues Resolved

  • CONJ-1234 - Fixed incorrect type definitions in DatabaseMetaData.getTypeInfo()
  • CONJ-1247 - Resolved potential race condition that could cause NullPointerException
  • CONJ-1250 - avoids redundant queries for CallableStatement.getParameterMetaData()
  • CONJ-1251 - Fixed SSL configuration issue where zero SSL settings only functioned without explicit SSL configuration
  • CONJ-1252 - Resolved GSSAPI authentication error when server exchanges begin with 0x01 byte
  • CONJ-1254 - Corrected DatabaseMetadata.getTypeInfo() returning incorrect values for AUTO_INCREMENT, FIXED_PREC_SCALE, and CASE_SENSITIVE fields
  • CONJ-1255 - Fixed getString method on BIT(1) fields to properly honor transformedBitIsBoolean configuration
  • CONJ-1259 - Enhanced metadata compatibility with MariaDB version 12.0
  • CONJ-1260 - Improved performance of DatabaseMetaData.getExportedKeys method
  • CONJ-1256 - Fixed issue to ensure correct catalog name is returned
Commits
  • 3b9bebd [misc] change maven oss to central since oss is now deprecated
  • 81b0dcc [misc] correct test certificate path
  • ce280ce [misc] ensure test stability with MySQL
  • 2a916ff [misc] ensure pkcs testing
  • db2f3f9 bump 3.5.4 version
  • bc3bec4 Merge branch 'develop'
  • 69114ab [CONJ-1260] DatabaseMetaData.getExportedKeys may be slow
  • 413760d [misc] correct schedule on maintenance version
  • b58aa84 [CONJ-1261] Provide an option to cache the results of loadCodecs
  • ec452a7 [misc] connect to docker if env set
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-enforcer-plugin from 3.5.0 to 3.6.0

Release notes

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

3.6.0

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

🔧 Build

📦 Dependency updates

... (truncated)

Commits
  • dc9d2ab [maven-release-plugin] prepare release enforcer-3.6.0
  • 9aed56c Warning about old enforcer api in rule implementation (#894)
  • 8b8ac7a Improve example of custom rule (#890)
  • 1992401 Introduce ruleName for rules configuration
  • 5ec0a9f Update site descriptor to 2.0.0
  • e8cc57e RequireSameVersions rule: consider entries in \<plugins> when analyzing b...
  • 785ab9d Enable build by Maven 4 on GitHub
  • 5f664d5 Bump mavenVersion from 3.6.3 to 3.9.10 (#888)
  • 30cb548 Bump org.apache.maven:maven-parent from 44 to 45
  • 265dc89 Use constant 3.6.3 in prerequisites/maven as minimal Maven version
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-enforcer-plugin from 3.5.0 to 3.6.0

Release notes

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

3.6.0

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

🔧 Build

📦 Dependency updates

... (truncated)

Commits
  • dc9d2ab [maven-release-plugin] prepare release enforcer-3.6.0
  • 9aed56c Warning about old enforcer api in rule implementation (#894)
  • 8b8ac7a Improve example of custom rule (#890)
  • 1992401 Introduce ruleName for rules configuration
  • 5ec0a9f Update site descriptor to 2.0.0
  • e8cc57e RequireSameVersions rule: consider entries in \<plugins> when analyzing b...
  • 785ab9d Enable build by Maven 4 on GitHub
  • 5f664d5 Bump mavenVersion from 3.6.3 to 3.9.10 (#888)
  • 30cb548 Bump org.apache.maven:maven-parent from 44 to 45
  • 265dc89 Use constant 3.6.3 in prerequisites/maven as minimal Maven version
  • Additional commits viewable in compare view

Updates org.flywaydb:flyway-core from 11.10.0 to 11.10.1

Release notes

Sourced from org.flywaydb:flyway-core's releases.

Flyway 11.10.1

See release notes here

Commits

Updates org.flywaydb:flyway-mysql from 11.10.0 to 11.10.1

Updates org.mariadb.jdbc:mariadb-java-client from 3.5.3 to 3.5.4

Release notes

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

MariaDB Connector/Java 3.5.4

3.5.4 (Jun 2025)

Full Changelog

Key Enhancements

  • CONJ-1261 - Added caching option for loadCodecs results to improve performance

Issues Resolved

  • CONJ-1234 - Fixed incorrect type definitions in DatabaseMetaData.getTypeInfo()
  • CONJ-1247 - Resolved potential race condition that could cause NullPointerException
  • CONJ-1250 - avoids redundant queries for CallableStatement.getParameterMetaData()
  • CONJ-1251 - Fixed SSL configuration issue where zero SSL settings only functioned without explicit SSL configuration
  • CONJ-1252 - Resolved GSSAPI authentication error when server exchanges begin with 0x01 byte
  • CONJ-1254 - Corrected DatabaseMetadata.getTypeInfo() returning incorrect values for AUTO_INCREMENT, FIXED_PREC_SCALE, and CASE_SENSITIVE fields
  • CONJ-1255 - Fixed getString method on BIT(1) fields to properly honor transformedBitIsBoolean configuration
  • CONJ-1259 - Enhanced metadata compatibility with MariaDB version 12.0
  • CONJ-1260 - Improved performance of DatabaseMetaData.getExportedKeys method
  • CONJ-1256 - Fixed issue to ensure correct catalog name is returned
Changelog

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

3.5.4 (Jun 2025)

Full Changelog

Key Enhancements

  • CONJ-1261 - Added caching option for loadCodecs results to improve performance

Issues Resolved

  • CONJ-1234 - Fixed incorrect type definitions in DatabaseMetaData.getTypeInfo()
  • CONJ-1247 - Resolved potential race condition that could cause NullPointerException
  • CONJ-1250 - avoids redundant queries for CallableStatement.getParameterMetaData()
  • CONJ-1251 - Fixed SSL configuration issue where zero SSL settings only functioned without explicit SSL configuration
  • CONJ-1252 - Resolved GSSAPI authentication error when server exchanges begin with 0x01 byte
  • CONJ-1254 - Corrected DatabaseMetadata.getTypeInfo() returning incorrect values for AUTO_INCREMENT, FIXED_PREC_SCALE, and CASE_SENSITIVE fields
  • CONJ-1255 - Fixed getString method on BIT(1) fields to properly honor transformedBitIsBoolean configuration
  • CONJ-1259 - Enhanced metadata compatibility with MariaDB version 12.0
  • CONJ-1260 - Improved performance of DatabaseMetaData.getExportedKeys method
  • CONJ-1256 - Fixed issue to ensure correct catalog name is returned
Commits
  • 3b9bebd [misc] change maven oss to central since oss is now deprecated
  • 81b0dcc [misc] correct test certificate path
  • ce280ce [misc] ensure test stability with MySQL
  • 2a916ff [misc] ensure pkcs testing
  • db2f3f9 bump 3.5.4 version
  • bc3bec4 Merge branch 'develop'
  • 69114ab [CONJ-1260] DatabaseMetaData.getExportedKeys may be slow
  • 413760d [misc] correct schedule on maintenance version
  • b58aa84 [CONJ-1261] Provide an option to cache the results of loadCodecs
  • ec452a7 [misc] connect to docker if env set
  • Additional commits viewable in compare view

Updates org.flywaydb:flyway-core from 11.10.0 to 11.10.1

Release notes

Sourced from org.flywaydb:flyway-core's releases.

Flyway 11.10.1

See release notes here

Commits

Updates org.flywaydb:flyway-mysql from 11.10.0 to 11.10.1

Updates org.mariadb.jdbc:mariadb-java-client from 3.5.3 to 3.5.4

Release notes

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

MariaDB Connector/Java 3.5.4

3.5.4 (Jun 2025)

Full Changelog

Key Enhancements

  • CONJ-1261 - Added caching option for loadCodecs results to improve performance

Issues Resolved

  • CONJ-1234 - Fixed incorrect type definitions in DatabaseMetaData.getTypeInfo()
  • CONJ-1247 - Resolved potential race condition that could cause NullPointerException
  • CONJ-1250 - avoids redundant queries for CallableStatement.getParameterMetaData()
  • CONJ-1251 - Fixed SSL configuration issue where zero SSL settings only functioned without explicit SSL configuration
  • CONJ-1252 - Resolved GSSAPI authentication error when server exchanges begin with 0x01 byte
  • CONJ-1254 - Corrected DatabaseMetadata.getTypeInfo() returning incorrect values for AUTO_INCREMENT, FIXED_PREC_SCALE, and CASE_SENSITIVE fields
  • CONJ-1255 - Fixed getString method on BIT(1) fields to properly honor transformedBitIsBoolean configuration
  • CONJ-1259 - Enhanced metadata compatibility with MariaDB version 12.0
  • CONJ-1260 - Improved performance of DatabaseMetaData.getExportedKeys method
  • CONJ-1256 - Fixed issue to ensure correct catalog name is returned
Changelog

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

3.5.4 (Jun 2025)

Full Changelog

Key Enhancements

  • CONJ-1261 - Added caching option for loadCodecs results to improve performance

Issues Resolved

  • CONJ-1234 - Fixed incorrect type definitions in DatabaseMetaData.getTypeInfo()
  • CONJ-1247 - Resolved potential race condition that could cause NullPointerException
  • CONJ-1250 - avoids redundant queries for CallableStatement.getParameterMetaData()
  • CONJ-1251 - Fixed SSL configuration issue where zero SSL settings only functioned without explicit SSL configuration
  • CONJ-1252 - Resolved GSSAPI authentication error when server exchanges begin with 0x01 byte
  • CONJ-1254 - Corrected DatabaseMetadata.getTypeInfo() returning incorrect values for AUTO_INCREMENT, FIXED_PREC_SCALE, and CASE_SENSITIVE fields
  • CONJ-1255 - Fixed getString method on BIT(1) fields to properly honor transformedBitIsBoolean configuration
  • CONJ-1259 - Enhanced metadata compatibility with MariaDB version 12.0
  • CONJ-1260 - Improved performance of DatabaseMetaData.getExportedKeys method
  • CONJ-1256 - Fixed issue to ensure correct catalog name is returned
Commits
  • 3b9bebd [misc] change maven oss to central since oss is now deprecated
  • 81b0dcc [misc] correct test certificate path
  • ce280ce [misc] ensure test stability with MySQL
  • 2a916ff [misc] ensure pkcs testing
  • db2f3f9 bump 3.5.4 version
  • bc3bec4 Merge branch 'develop'
  • 69114ab [CONJ-1260] DatabaseMetaData.getExportedKeys may be slow
  • 413760d [misc] correct schedule on maintenance version
  • b58aa84 [CONJ-1261] Provide an option to cache the results of loadCodecs
  • ec452a7 [misc] connect to docker if env set
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-enforcer-plugin from 3.5.0 to 3.6.0

Release notes

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

3.6.0

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

🔧 Build

📦 Dependency updates

... (truncated)

Commits
  • dc9d2ab [maven-release-plugin] prepare release enforcer-3.6.0
  • 9aed56c Warning about old enforcer api in rule implementation (#894)
  • 8b8ac7a Improve example of custom rule (#890)
  • 1992401 Introduce ruleName for rules configuration
  • 5ec0a9f Update site descriptor to 2.0.0
  • e8cc57e RequireSameVersions rule: consider entries in \<plugins> when analyzing b...
  • 785ab9d Enable build by Maven 4 on GitHub
  • 5f664d5 Bump mavenVersion from 3.6.3 to 3.9.10 (#888)

Bumps the backend-prod group with 4 updates in the / directory: [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer), [org.flywaydb:flyway-core](https://github.com/flyway/flyway), org.flywaydb:flyway-mysql and [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j).
Bumps the backend-prod group with 4 updates in the /server directory: [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer), [org.flywaydb:flyway-core](https://github.com/flyway/flyway), org.flywaydb:flyway-mysql and [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j).


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

Updates `org.flywaydb:flyway-core` from 11.10.0 to 11.10.1
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-11.10.0...flyway-11.10.1)

Updates `org.flywaydb:flyway-mysql` from 11.10.0 to 11.10.1

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

Updates `org.flywaydb:flyway-core` from 11.10.0 to 11.10.1
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-11.10.0...flyway-11.10.1)

Updates `org.flywaydb:flyway-mysql` from 11.10.0 to 11.10.1

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

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

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

Updates `org.flywaydb:flyway-core` from 11.10.0 to 11.10.1
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-11.10.0...flyway-11.10.1)

Updates `org.flywaydb:flyway-mysql` from 11.10.0 to 11.10.1

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

Updates `org.flywaydb:flyway-core` from 11.10.0 to 11.10.1
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-11.10.0...flyway-11.10.1)

Updates `org.flywaydb:flyway-mysql` from 11.10.0 to 11.10.1

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

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

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.flywaydb:flyway-core
  dependency-version: 11.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.flywaydb:flyway-mysql
  dependency-version: 11.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.mariadb.jdbc:mariadb-java-client
  dependency-version: 3.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.flywaydb:flyway-core
  dependency-version: 11.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.flywaydb:flyway-mysql
  dependency-version: 11.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.mariadb.jdbc:mariadb-java-client
  dependency-version: 3.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.flywaydb:flyway-core
  dependency-version: 11.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.flywaydb:flyway-mysql
  dependency-version: 11.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.mariadb.jdbc:mariadb-java-client
  dependency-version: 3.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.flywaydb:flyway-core
  dependency-version: 11.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.flywaydb:flyway-mysql
  dependency-version: 11.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.mariadb.jdbc:mariadb-java-client
  dependency-version: 3.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
...

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 Jul 4, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jul 7, 2025

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

@dependabot dependabot bot closed this Jul 7, 2025
@dependabot dependabot bot deleted the dependabot/maven/backend-prod-1b6cfa65de branch July 7, 2025 04:16
@github-project-automation github-project-automation bot moved this from New to Delivered in Openconext-Invite Jul 7, 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.

1 participant