chore(deps): bump the gradle-dependencies group (#2720)

Bumps the gradle-dependencies group in /booklore-api with 2 updates: org.flywaydb:flyway-mysql and [jakarta.xml.bind:jakarta.xml.bind-api](https://github.com/jakartaee/jaxb-api).


Updates `org.flywaydb:flyway-mysql` from 12.0.0 to 12.0.1

Updates `jakarta.xml.bind:jakarta.xml.bind-api` from 4.0.4 to 4.0.5
- [Release notes](https://github.com/jakartaee/jaxb-api/releases)
- [Commits](https://github.com/jakartaee/jaxb-api/compare/4.0.4...4.0.5)

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-mysql
  dependency-version: 12.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: jakarta.xml.bind:jakarta.xml.bind-api
  dependency-version: 4.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-02-12 20:48:48 -07:00
committed by GitHub
parent 5e0de4d3eb
commit 9d3be9ec92

View File

@@ -43,7 +43,7 @@ dependencies {
// --- Database & Migration ---
implementation 'org.mariadb.jdbc:mariadb-java-client:3.5.7'
implementation 'org.springframework.boot:spring-boot-starter-flyway'
implementation 'org.flywaydb:flyway-mysql:12.0.0'
implementation 'org.flywaydb:flyway-mysql:12.0.1'
// --- Security & Authentication ---
implementation 'io.jsonwebtoken:jjwt-api:0.13.0'
@@ -91,7 +91,7 @@ dependencies {
implementation 'org.apache.commons:commons-text:1.15.0'
// --- XML Support (JAXB) ---
implementation 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.4'
implementation 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.5'
runtimeOnly 'org.glassfish.jaxb:jaxb-runtime:4.0.6'
// --- Template Engine ---