Skip to content

Commit

Permalink
build(deps): bump problem-spring-web from 0.27.0 to 0.29.1 (#393)
Browse files Browse the repository at this point in the history
* build(deps): bump problem-spring-web from 0.27.0 to 0.29.1

Bumps [problem-spring-web](https://github.com/zalando/problem-spring-web) from 0.27.0 to 0.29.1.
- [Release notes](https://github.com/zalando/problem-spring-web/releases)
- [Commits](zalando/problem-spring-web@0.27.0...0.29.1)

---
updated-dependencies:
- dependency-name: org.zalando:problem-spring-web
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix(jakarta): replace javax by jakarta

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Damien Trouillet <contact@damien-trouillet.fr>
  • Loading branch information
dependabot[bot] and dtrouillet authored Jul 31, 2024
1 parent 97a090b commit cdce3e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
<dependency>
<groupId>org.zalando</groupId>
<artifactId>problem-spring-web</artifactId>
<version>0.27.0</version>
<version>0.29.1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/fr/icdc/ebad/web/rest/errors/ApiError.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
import com.fasterxml.jackson.annotation.JsonFormat;
import com.fasterxml.jackson.annotation.JsonTypeInfo;
import com.fasterxml.jackson.databind.annotation.JsonTypeIdResolver;
import jakarta.validation.ConstraintViolation;
import lombok.Data;
import org.hibernate.validator.internal.engine.path.PathImpl;
import org.springframework.http.HttpStatus;
import org.springframework.validation.FieldError;
import org.springframework.validation.ObjectError;

import javax.validation.ConstraintViolation;
import java.time.LocalDateTime;
import java.util.ArrayList;
import java.util.List;
Expand Down

0 comments on commit cdce3e9

Please sign in to comment.