Skip to content

Bump the maven group across 14 directories with 9 updates#13

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/spring-boot/spring-boot-openapi/specification/maven-24ecdef49f
Open

Bump the maven group across 14 directories with 9 updates#13
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/spring-boot/spring-boot-openapi/specification/maven-24ecdef49f

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Mar 1, 2026

Bumps the maven group with 5 updates in the /spring-boot/spring-boot-openapi/specification directory:

Package From To
com.fasterxml.jackson.core:jackson-core 2.10.2 2.18.6
junit:junit 4.12 4.13.1
org.springframework.boot:spring-boot-starter-web 2.1.0.RELEASE 2.5.12
io.springfox:springfox-swagger-ui 2.9.2 2.10.0
org.openapitools:openapi-generator-maven-plugin 4.2.3 5.1.0

Bumps the maven group with 5 updates in the /spring-boot/spring-boot-openapi-impl/specification directory:

Package From To
com.fasterxml.jackson.core:jackson-core 2.10.2 2.18.6
junit:junit 4.12 4.13.1
org.springframework.boot:spring-boot-starter-web 2.1.0.RELEASE 2.5.12
io.springfox:springfox-swagger-ui 2.9.2 2.10.0
org.openapitools:openapi-generator-maven-plugin 4.2.3 5.1.0

Bumps the maven group with 1 update in the /spring-boot/spring-events directory: junit:junit.
Bumps the maven group with 1 update in the /spring-boot/data-migration/liquibase directory: org.assertj:assertj-core.
Bumps the maven group with 1 update in the /spring-boot/cookie-demo directory: junit:junit.
Bumps the maven group with 1 update in the /solid/lsp directory: junit:junit.
Bumps the maven group with 1 update in the /resilience4j/timelimiter directory: junit:junit.
Bumps the maven group with 1 update in the /resilience4j/retry directory: junit:junit.
Bumps the maven group with 1 update in the /resilience4j/ratelimiter directory: junit:junit.
Bumps the maven group with 1 update in the /resilience4j/circuitbreaker directory: junit:junit.
Bumps the maven group with 1 update in the /resilience4j/bulkhead directory: junit:junit.
Bumps the maven group with 1 update in the /logging/logback directory: ch.qos.logback:logback-classic.
Bumps the maven group with 1 update in the /logging/log4j directory: org.apache.logging.log4j:log4j-core.
Bumps the maven group with 1 update in the /core-java/streams/fileswithstreams directory: junit:junit.

Updates com.fasterxml.jackson.core:jackson-core from 2.10.2 to 2.18.6

Commits
  • 9a46ef8 [maven-release-plugin] prepare release jackson-core-2.18.6
  • 5f192db Prep for 2.18.6 release
  • b0c428e Enforce StreamReadConstraints.maxNumberLength for non-blocking (async) pars...
  • 7c8b6d5 Add test for nesting for DataInput-backed JsonParser (#1550)
  • 97a647b Update CI: JDK 23 -> 25
  • 1601331 (backport from 2.21) Fix #1548: validate max doc length for fixed buffer inpu...
  • fae2542 release notes update
  • 70c99ba Update UTF8DataInputJsonParser.java (#1512)
  • caea665 Post-release dep version bump
  • 635d3bd [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.core:jackson-databind from 2.10.2 to 2.18.6

Commits

Updates junit:junit from 4.12 to 4.13.1

Release notes

Sourced from junit:junit's releases.

JUnit 4.13.1

Please refer to the release notes for details.

JUnit 4.13

Please refer to the release notes for details.

JUnit 4.13 RC 2

Please refer to the release notes for details.

JUnit 4.13 RC 1

Please refer to the release notes for details.

JUnit 4.13 Beta 3

Please refer to the release notes for details.

JUnit 4.13 Beta 2

Please refer to the release notes for details.

JUnit 4.13 Beta 1

Please refer to the release notes for details.

Commits

Updates org.springframework.boot:spring-boot-starter-web from 2.1.0.RELEASE to 2.5.12

Commits
  • 35105a0 Release v2.5.12
  • 17936b8 Polish
  • 94c40c7 Upgrade to Spring Framework 5.3.18
  • 2e90fd2 Upgrade CI to Docker 20.10.14
  • 6cded5b Upgrade Java 18 version in CI image
  • 06c5e26 Upgrade to Jackson Bom 2.12.6.20220326
  • c0c32d8 Merge pull request #30456 from candrews
  • 8cb11b7 Polish "Make MustacheViewResolver bean back off without Spring MVC"
  • 7101b50 Make MustacheViewResolver bean back off without Spring MVC
  • 05b7bef Fix javadoc of ResolveMainClassName setClasspath(Object)
  • Additional commits viewable in compare view

Updates io.springfox:springfox-swagger-ui from 2.9.2 to 2.10.0

Commits
  • 2026ff1 Changed the command to include all as gradle properties
  • 87a402f Fixed javadoc error. This is already fixed in openapi branch
  • 02805e1 Updated java version
  • 31e90fa Changing version prior to release
  • 93e4352 Added release script to the repository
  • c651680 Merge pull request #3307 from springfox/bugfix/model-enhancement
  • 16e8941 Returning cache to life.
  • e136026 Merge pull request #3304 from springfox/bugfix/model-enhancement
  • 500ddcf #3303
  • 4c181b6 Merge branch 'bugfix/model-enhancement'
  • Additional commits viewable in compare view

Updates org.openapitools:openapi-generator-maven-plugin from 4.2.3 to 5.1.0

Updates com.fasterxml.jackson.core:jackson-core from 2.10.2 to 2.18.6

Commits
  • 9a46ef8 [maven-release-plugin] prepare release jackson-core-2.18.6
  • 5f192db Prep for 2.18.6 release
  • b0c428e Enforce StreamReadConstraints.maxNumberLength for non-blocking (async) pars...
  • 7c8b6d5 Add test for nesting for DataInput-backed JsonParser (#1550)
  • 97a647b Update CI: JDK 23 -> 25
  • 1601331 (backport from 2.21) Fix #1548: validate max doc length for fixed buffer inpu...
  • fae2542 release notes update
  • 70c99ba Update UTF8DataInputJsonParser.java (#1512)
  • caea665 Post-release dep version bump
  • 635d3bd [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.core:jackson-databind from 2.10.2 to 2.18.6

Commits

Updates junit:junit from 4.12 to 4.13.1

Release notes

Sourced from junit:junit's releases.

JUnit 4.13.1

Please refer to the release notes for details.

JUnit 4.13

Please refer to the release notes for details.

JUnit 4.13 RC 2

Please refer to the release notes for details.

JUnit 4.13 RC 1

Please refer to the release notes for details.

JUnit 4.13 Beta 3

Please refer to the release notes for details.

JUnit 4.13 Beta 2

Please refer to the release notes for details.

JUnit 4.13 Beta 1

Please refer to the release notes for details.

Commits

Updates org.springframework.boot:spring-boot-starter-web from 2.1.0.RELEASE to 2.5.12

Commits
  • 35105a0 Release v2.5.12
  • 17936b8 Polish
  • 94c40c7 Upgrade to Spring Framework 5.3.18
  • 2e90fd2 Upgrade CI to Docker 20.10.14
  • 6cded5b Upgrade Java 18 version in CI image
  • 06c5e26 Upgrade to Jackson Bom 2.12.6.20220326
  • c0c32d8 Merge pull request #30456 from candrews
  • 8cb11b7 Polish "Make MustacheViewResolver bean back off without Spring MVC"
  • 7101b50 Make MustacheViewResolver bean back off without Spring MVC
  • 05b7bef Fix javadoc of ResolveMainClassName setClasspath(Object)
  • Additional commits viewable in compare view

Updates io.springfox:springfox-swagger-ui from 2.9.2 to 2.10.0

Commits
  • 2026ff1 Changed the command to include all as gradle properties
  • 87a402f Fixed javadoc error. This is already fixed in openapi branch
  • 02805e1 Updated java version
  • 31e90fa Changing version prior to release
  • 93e4352 Added release script to the repository
  • c651680 Merge pull request #3307 from springfox/bugfix/model-enhancement
  • 16e8941 Returning cache to life.
  • e136026 Merge pull request #3304 from springfox/bugfix/model-enhancement
  • 500ddcf #3303
  • 4c181b6 Merge branch 'bugfix/model-enhancement'
  • Additional commits viewable in compare view

Updates org.openapitools:openapi-generator-maven-plugin from 4.2.3 to 5.1.0

Updates junit:junit from 4.13 to 4.13.1

Release notes

Sourced from junit:junit's releases.

JUnit 4.13.1

Please refer to the release notes for details.

JUnit 4.13

Please refer to the release notes for details.

JUnit 4.13 RC 2

Please refer to the release notes for details.

JUnit 4.13 RC 1

Please refer to the release notes for details.

JUnit 4.13 Beta 3

Please refer to the release notes for details.

JUnit 4.13 Beta 2

Please refer to the release notes for details.

JUnit 4.13 Beta 1

Please refer to the release notes for details.

Commits

Updates org.assertj:assertj-core from 3.15.0 to 3.27.7

Release notes

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

v3.27.7

🔒 Security

Core

🚫 Deprecated

Core

  • Deprecate XmlStringPrettyFormatter with no replacement

🐛 Bug Fixes

Guava

  • Navigation to assertj-core or guava types from assertj-guava Javadoc site has unnecessary header #3478

🔨 Dependency Upgrades

Core

  • Upgrade to Byte Buddy 1.18.3
  • Upgrade to JUnit BOM 5.14.1

Guava

  • Upgrade to Guava 33.5.0-jre

v3.27.6

🐛 Bug Fixes

Core

  • Add missing export for org.assertj.core.annotation #3951

❤️ Contributors

Thanks to all the contributors who worked on this release:

@​duponter

v3.27.5

⚡ Improvements

Core

  • ByteBuddy in AssertJ 3.27.4 not compatible with Java 25 #3946

... (truncated)

Commits
  • e840716 [maven-release-plugin] prepare release assertj-build-3.27.7
  • 85ca7eb Deprecate XmlStringPrettyFormatter
  • 77081dc Merge commit from fork
  • b68fc24 Bump github/codeql-action from 4.31.9 to 4.31.10 in the github-actions group ...
  • 0cf5bb6 Bump kotlin.version from 2.1.0 to 2.2.21
  • d393ef1 Abort tests when symbolic links cannot be created (#3788)
  • 2212433 Add IntelliJ custom inspection for test class names
  • 5717d02 Update JetBrains icon
  • a8ec20b Add icon for JetBrains products
  • c05fb3d Bump Maven to 3.9.12 and Wrapper to 3.3.4
  • Additional commits viewable in compare view

Updates junit:junit from 4.13 to 4.13.1

Release notes

Sourced from junit:junit's releases.

JUnit 4.13.1

Please refer to the release notes for details.

JUnit 4.13

Please refer to the release notes for details.

JUnit 4.13 RC 2

Please refer to the release notes for details.

JUnit 4.13 RC 1

Please refer to the release notes for details.

JUnit 4.13 Beta 3

Please refer to the release notes for details.

JUnit 4.13 Beta 2

Please refer to the release notes for details.

JUnit 4.13 Beta 1

Please refer to the release notes for details.

Commits

Updates junit:junit from 4.11 to 4.13.1

Release notes

Sourced from junit:junit's releases.

JUnit 4.13.1

Please refer to the release notes for details.

JUnit 4.13

Please refer to the release notes for details.

JUnit 4.13 RC 2

Please refer to the release notes for details.

JUnit 4.13 RC 1

Please refer to the release notes for details.

JUnit 4.13 Beta 3

Please refer to the release notes for details.

JUnit 4.13 Beta 2

Please refer to the release notes for details.

JUnit 4.13 Beta 1

Please refer to the release notes for details.

Commits

Updates junit:junit from 4.11 to 4.13.1

Release notes

Sourced from junit:junit's releases.

JUnit 4.13.1

Please refer to the release notes for details.

JUnit 4.13

Please refer to the release notes for details.

JUnit 4.13 RC 2

Please refer to the release notes for details.

JUnit 4.13 RC 1

Please refer to the release notes for details.

JUnit 4.13 Beta 3

Please refer to the release notes for details.

JUnit 4.13 Beta 2

Please refer to the release notes for details.

JUnit 4.13 Beta 1

Please refer to the release notes for details.

Commits

Updates junit:junit from 4.11 to 4.13.1

Release notes

Sourced from junit:junit's releases.

JUnit 4.13.1

Please refer to the release notes for details.

JUnit 4.13

Please refer to the release notes for details.

JUnit 4.13 RC 2

Please refer to the release notes for details.

JUnit 4.13 RC 1

Please refer to the release notes for details.

JUnit 4.13 Beta 3

Please refer to the release notes for details.

JUnit 4.13 Beta 2

Please refer to the release notes for details.

JUnit 4.13 Beta 1

Please refer to the release notes for details.

Commits

Updates junit:junit from 4.11 to 4.13.1

Release notes

Sourced from junit:junit's releases.

JUnit 4.13.1

Please refer to the release notes for details.

JUnit 4.13

Please refer to the release notes for details.

JUnit 4.13 RC 2

Please refer to the release notes for details.

JUnit 4.13 RC 1

Please refer to the release notes for details.

JUnit 4.13 Beta 3

Please refer to the release notes for details.

JUnit 4.13 Beta 2

Please refer to the release notes for details.

JUnit 4.13 Beta 1

Please refer to the release notes for details.

Commits

Updates junit:junit from 4.11 to 4.13.1

Release notes

Sourced from junit:junit's releases.

JUnit 4.13.1

Please refer to the release notes for details.

JUnit 4.13

Please refer to the release notes for details.

JUnit 4.13 RC 2

Please refer to the release notes for details.

JUnit 4.13 RC 1

Please refer to the release notes for details.

JUnit 4.13 Beta 3

Please refer to the release notes for details.

JUnit 4.13 Beta 2

Please refer to the release notes for details.

JUnit 4.13 Beta 1

Please refer to the release notes for details.

Commits

Updates junit:junit from 4.11 to 4.13.1

Release notes

Sourced from junit:junit's releases.

JUnit 4.13.1

Please refer to the release notes for details.

JUnit 4.13

Please refer to the release notes for details.

JUnit 4.13 RC 2

Please refer to the release notes for details.

JUnit 4.13 RC 1

Please refer to the release notes for details.

JUnit 4.13 Beta 3

Please refer to the release notes for details.

JUnit 4.13 Beta 2

Please refer to the release notes for details.

JUnit 4.13 Beta 1

Please refer to the release notes for details.

Commits

Updates ch.qos.logback:logback-classic from 1.2.3 to 1.2.13

Commits

Updates org.apache.logging.log4j:log4j-core from 2.14.1 to 2.25.3

Updates junit:junit from 4.13 to 4.13.1

Release notes

Sourced from junit:junit's releases.

JUnit 4.13.1

Please refer to the release notes for details.

JUnit 4.13

Please refer to the release notes for details.

JUnit 4.13 RC 2

Please refer to the release notes for details.

JUnit 4.13 RC 1

Please refer to the release notes for details.

JUnit 4.13 Beta 3

Please refer to the release notes for details.

JUnit 4.13 Beta 2

Please refer to the release notes for details.

JUnit 4.13 Beta 1

Please refer to the release notes for details.

Commits

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 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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the maven group with 5 updates in the /spring-boot/spring-boot-openapi/specification directory:

| Package | From | To |
| --- | --- | --- |
| [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) | `2.10.2` | `2.18.6` |
| [junit:junit](https://github.com/junit-team/junit4) | `4.12` | `4.13.1` |
| [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot) | `2.1.0.RELEASE` | `2.5.12` |
| [io.springfox:springfox-swagger-ui](https://github.com/springfox/springfox) | `2.9.2` | `2.10.0` |
| org.openapitools:openapi-generator-maven-plugin | `4.2.3` | `5.1.0` |

Bumps the maven group with 5 updates in the /spring-boot/spring-boot-openapi-impl/specification directory:

| Package | From | To |
| --- | --- | --- |
| [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) | `2.10.2` | `2.18.6` |
| [junit:junit](https://github.com/junit-team/junit4) | `4.12` | `4.13.1` |
| [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot) | `2.1.0.RELEASE` | `2.5.12` |
| [io.springfox:springfox-swagger-ui](https://github.com/springfox/springfox) | `2.9.2` | `2.10.0` |
| org.openapitools:openapi-generator-maven-plugin | `4.2.3` | `5.1.0` |

Bumps the maven group with 1 update in the /spring-boot/spring-events directory: [junit:junit](https://github.com/junit-team/junit4).
Bumps the maven group with 1 update in the /spring-boot/data-migration/liquibase directory: [org.assertj:assertj-core](https://github.com/assertj/assertj).
Bumps the maven group with 1 update in the /spring-boot/cookie-demo directory: [junit:junit](https://github.com/junit-team/junit4).
Bumps the maven group with 1 update in the /solid/lsp directory: [junit:junit](https://github.com/junit-team/junit4).
Bumps the maven group with 1 update in the /resilience4j/timelimiter directory: [junit:junit](https://github.com/junit-team/junit4).
Bumps the maven group with 1 update in the /resilience4j/retry directory: [junit:junit](https://github.com/junit-team/junit4).
Bumps the maven group with 1 update in the /resilience4j/ratelimiter directory: [junit:junit](https://github.com/junit-team/junit4).
Bumps the maven group with 1 update in the /resilience4j/circuitbreaker directory: [junit:junit](https://github.com/junit-team/junit4).
Bumps the maven group with 1 update in the /resilience4j/bulkhead directory: [junit:junit](https://github.com/junit-team/junit4).
Bumps the maven group with 1 update in the /logging/logback directory: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback).
Bumps the maven group with 1 update in the /logging/log4j directory: org.apache.logging.log4j:log4j-core.
Bumps the maven group with 1 update in the /core-java/streams/fileswithstreams directory: [junit:junit](https://github.com/junit-team/junit4).


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

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

Updates `junit:junit` from 4.12 to 4.13.1
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](junit-team/junit4@r4.12...r4.13.1)

Updates `org.springframework.boot:spring-boot-starter-web` from 2.1.0.RELEASE to 2.5.12
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.1.0.RELEASE...v2.5.12)

Updates `io.springfox:springfox-swagger-ui` from 2.9.2 to 2.10.0
- [Release notes](https://github.com/springfox/springfox/releases)
- [Changelog](https://github.com/springfox/springfox/blob/master/docs/release-notes.md)
- [Commits](springfox/springfox@2.9.2...2.10.0)

Updates `org.openapitools:openapi-generator-maven-plugin` from 4.2.3 to 5.1.0

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

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

Updates `junit:junit` from 4.12 to 4.13.1
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](junit-team/junit4@r4.12...r4.13.1)

Updates `org.springframework.boot:spring-boot-starter-web` from 2.1.0.RELEASE to 2.5.12
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.1.0.RELEASE...v2.5.12)

Updates `io.springfox:springfox-swagger-ui` from 2.9.2 to 2.10.0
- [Release notes](https://github.com/springfox/springfox/releases)
- [Changelog](https://github.com/springfox/springfox/blob/master/docs/release-notes.md)
- [Commits](springfox/springfox@2.9.2...2.10.0)

Updates `org.openapitools:openapi-generator-maven-plugin` from 4.2.3 to 5.1.0

Updates `junit:junit` from 4.13 to 4.13.1
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](junit-team/junit4@r4.12...r4.13.1)

Updates `org.assertj:assertj-core` from 3.15.0 to 3.27.7
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-core-3.15.0...assertj-build-3.27.7)

Updates `junit:junit` from 4.13 to 4.13.1
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](junit-team/junit4@r4.12...r4.13.1)

Updates `junit:junit` from 4.11 to 4.13.1
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](junit-team/junit4@r4.12...r4.13.1)

Updates `junit:junit` from 4.11 to 4.13.1
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](junit-team/junit4@r4.12...r4.13.1)

Updates `junit:junit` from 4.11 to 4.13.1
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](junit-team/junit4@r4.12...r4.13.1)

Updates `junit:junit` from 4.11 to 4.13.1
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](junit-team/junit4@r4.12...r4.13.1)

Updates `junit:junit` from 4.11 to 4.13.1
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](junit-team/junit4@r4.12...r4.13.1)

Updates `junit:junit` from 4.11 to 4.13.1
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](junit-team/junit4@r4.12...r4.13.1)

Updates `ch.qos.logback:logback-classic` from 1.2.3 to 1.2.13
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.2.3...v_1.2.13)

Updates `org.apache.logging.log4j:log4j-core` from 2.14.1 to 2.25.3

Updates `junit:junit` from 4.13 to 4.13.1
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](junit-team/junit4@r4.12...r4.13.1)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-version: 2.18.6
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.18.6
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: junit:junit
  dependency-version: 4.13.1
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: org.springframework.boot:spring-boot-starter-web
  dependency-version: 2.5.12
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: io.springfox:springfox-swagger-ui
  dependency-version: 2.10.0
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.openapitools:openapi-generator-maven-plugin
  dependency-version: 5.1.0
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-version: 2.18.6
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.18.6
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: junit:junit
  dependency-version: 4.13.1
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: org.springframework.boot:spring-boot-starter-web
  dependency-version: 2.5.12
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: io.springfox:springfox-swagger-ui
  dependency-version: 2.10.0
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.openapitools:openapi-generator-maven-plugin
  dependency-version: 5.1.0
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: junit:junit
  dependency-version: 4.13.1
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: org.assertj:assertj-core
  dependency-version: 3.27.7
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: junit:junit
  dependency-version: 4.13.1
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: junit:junit
  dependency-version: 4.13.1
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: junit:junit
  dependency-version: 4.13.1
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: junit:junit
  dependency-version: 4.13.1
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: junit:junit
  dependency-version: 4.13.1
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: junit:junit
  dependency-version: 4.13.1
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: junit:junit
  dependency-version: 4.13.1
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.2.13
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-version: 2.25.3
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: junit:junit
  dependency-version: 4.13.1
  dependency-type: direct:development
  dependency-group: maven
...

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 Mar 1, 2026
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