Skip to content

Bump io.github.problem4j:problem4j-spring-webmvc from 2.1.2 to 2.2.0 in /taskbook-backend#74

Merged
malczuuu merged 1 commit intomainfrom
dependabot/gradle/taskbook-backend/main/io.github.problem4j-problem4j-spring-webmvc-2.2.0
Feb 27, 2026
Merged

Bump io.github.problem4j:problem4j-spring-webmvc from 2.1.2 to 2.2.0 in /taskbook-backend#74
malczuuu merged 1 commit intomainfrom
dependabot/gradle/taskbook-backend/main/io.github.problem4j-problem4j-spring-webmvc-2.2.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2026

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps io.github.problem4j:problem4j-spring-webmvc from 2.1.2 to 2.2.0.

Release notes

Sourced from io.github.problem4j:problem4j-spring-webmvc's releases.

v2.2.0

Spring Boot

https://central.sonatype.com/namespace/io.github.problem4j

  1. Maven:
    <dependencies>
        <!-- pick one for your project -->
        <dependency>
            <groupId>io.github.problem4j</groupId>
            <artifactId>problem4j-spring-webflux</artifactId>
            <version>2.2.0</version>
        </dependency>
        <dependency>
            <groupId>io.github.problem4j</groupId>
            <artifactId>problem4j-spring-webmvc</artifactId>
            <version>2.2.0</version>
        </dependency>
    </dependencies>
  2. Gradle (Kotlin DSL):
    dependencies {
        // pick one for  your project
        implementation("io.github.problem4j:problem4j-spring-webflux:2.2.0")
        implementation("io.github.problem4j:problem4j-spring-webmvc:2.2.0")
    }

Added

  • Add support for JSpecify annotations for nullability and Kotlin interop.

Changed

  • Bump problem4j-core to 1.4.1.
  • Bump problem4j-jackson2 to 1.4.1.
  • Bump problem4j-jackson3 to 1.4.1.

Fixed

  • Resolve minor null-safety issues for handling nullable ProblemContext fields.

v2.1.3

Spring Boot

https://central.sonatype.com/namespace/io.github.problem4j

  1. Maven:

... (truncated)

Changelog

Sourced from io.github.problem4j:problem4j-spring-webmvc's changelog.

[2.2.0] - 2026-02-19

Added

  • Add support for JSpecify annotations for nullability and Kotlin interop.

Changed

  • Bump problem4j-core to 1.4.1.
  • Bump problem4j-jackson2 to 1.4.1.
  • Bump problem4j-jackson3 to 1.4.1.

Fixed

  • Resolve minor null-safety issues for handling nullable ProblemContext fields.

[2.1.3] - 2026-02-12

Changed

  • Bump problem4j-core to 1.3.3.
  • Bump problem4j-jackson2 to 1.3.3.
  • Bump problem4j-jackson3 to 1.3.3.
Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Feb 24, 2026
Bumps [io.github.problem4j:problem4j-spring-webmvc](https://github.com/problem4j/problem4j-spring) from 2.1.2 to 2.2.0.
- [Release notes](https://github.com/problem4j/problem4j-spring/releases)
- [Changelog](https://github.com/problem4j/problem4j-spring/blob/main/CHANGELOG.md)
- [Commits](problem4j/problem4j-spring@v2.1.2...v2.2.0)

---
updated-dependencies:
- dependency-name: io.github.problem4j:problem4j-spring-webmvc
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/taskbook-backend/main/io.github.problem4j-problem4j-spring-webmvc-2.2.0 branch from 96f37df to 9ca2101 Compare February 27, 2026 23:04
@malczuuu malczuuu merged commit 6b0a0bf into main Feb 27, 2026
1 check passed
@malczuuu malczuuu deleted the dependabot/gradle/taskbook-backend/main/io.github.problem4j-problem4j-spring-webmvc-2.2.0 branch February 27, 2026 23:05
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