File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,13 +40,13 @@ import io.github.malczuuu.problem4j.core.Problem;
4040import io.github.malczuuu.problem4j.core.ProblemException ;
4141
4242Problem problem =
43- Problem . builder()
44- .type(" https://example.com/errors/invalid-request" )
45- .title(" Invalid Request" )
46- .status(400 )
47- .detail(" not a valid json" )
48- .instance(" https://example.com/instances/1234" )
49- .build();
43+ Problem . builder()
44+ .type(" https://example.com/errors/invalid-request" )
45+ .title(" Invalid Request" )
46+ .status(400 )
47+ .detail(" not a valid json" )
48+ .instance(" https://example.com/instances/1234" )
49+ .build();
5050throw new ProblemException (problem);
5151```
5252
@@ -61,14 +61,14 @@ higher is required to use this library.
6161 <dependency >
6262 <groupId >io.github.malczuuu.problem4j</groupId >
6363 <artifactId >problem4j-core</artifactId >
64- <version >1.2.1 </version >
64+ <version >1.2.2 </version >
6565 </dependency >
6666 </dependencies >
6767 ```
68682 . Gradle (Groovy or Kotlin DSL):
6969 ``` groovy
7070 dependencies {
71- implementation("io.github.malczuuu.problem4j:problem4j-core:1.2.1 ")
71+ implementation("io.github.malczuuu.problem4j:problem4j-core:1.2.2 ")
7272 }
7373 ```
7474
You can’t perform that action at this time.
0 commit comments