Skip to content

Commit 6adcf97

Browse files
Update README.md
1 parent c4c64f9 commit 6adcf97

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ public class ExampleException extends RuntimeException {
102102
this.fieldName = fieldName;
103103
}
104104
}
105-
106105
```
107106

108107
It would produce following response with `application/problem+json`.
@@ -192,8 +191,8 @@ extension to it and does not bring it transitively.
192191
This repository maintains two major versions, supporting Spring Boot 3 and 4. The goal is to maintain both versions at
193192
least until Spring Boot 3 reaches its end of life or becomes irrelevant.
194193

195-
| branch | info | latest |
196-
|------------------|--------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|
194+
| branch | info | latest |
195+
|------------------|--------------------------------------------|--------------------------------------------------------------------------------------------------------------------------|
197196
| `main` | version `2.x` supporting Spring Boot `4.x` | [![Sonatype](https://img.shields.io/maven-central/v/io.github.problem4j/problem4j-spring-bom?filter=2.*)][maven-central] |
198197
| `release-v1.*.x` | version `1.x` supporting Spring Boot `3.x` | [![Sonatype](https://img.shields.io/maven-central/v/io.github.problem4j/problem4j-spring-bom?filter=1.*)][maven-central] |
199198

problem4j-spring-bom/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
implementation(platform("io.github.problem4j:problem4j-spring-bom:{version}"))
2222

2323
implementation("io.github.problem4j:problem4j-core")
24-
implementation("io.github.problem4j:problem4j-jackson")
24+
implementation("io.github.problem4j:problem4j-jackson2")
2525
implementation("io.github.problem4j:problem4j-spring-web")
2626
implementation("io.github.problem4j:problem4j-spring-webmvc")
2727
implementation("io.github.problem4j:problem4j-spring-webflux")
@@ -52,7 +52,7 @@ Add the BOM to `<dependencyManagement>` with `import` scope, then declare module
5252
</dependency>
5353
<dependency>
5454
<groupId>io.github.problem4j</groupId>
55-
<artifactId>problem4j-jackson</artifactId>
55+
<artifactId>problem4j-jackson2</artifactId>
5656
</dependency>
5757
<dependency>
5858
<groupId>io.github.problem4j</groupId>

0 commit comments

Comments
 (0)