File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ all can be done with zero custom code but by specifying error details in `proper
49
49
50
50
## Installation
51
51
52
- > ** Current version: 1.9.1 ** Refer to [ Release notes] ( https://github.com/officiallysingh/spring-boot-problem-handler/releases ) while upgrading
52
+ > ** Current version: 1.9.2 ** Refer to [ Release notes] ( https://github.com/officiallysingh/spring-boot-problem-handler/releases ) while upgrading
53
53
54
54
Add the ` spring-boot-problem-handler ` jar to application dependencies. That is all it takes to get a default working
55
55
exception handling mechanism in a Spring boot application.
@@ -62,12 +62,12 @@ Maven
62
62
<dependency >
63
63
<groupId >io.github.officiallysingh</groupId >
64
64
<artifactId >spring-boot-problem-handler</artifactId >
65
- <version >1.9.1 </version >
65
+ <version >1.9.2 </version >
66
66
</dependency >
67
67
```
68
68
Gradle
69
69
``` groovy
70
- implementation 'io.github.officiallysingh:spring-boot-problem-handler:1.9.1 '
70
+ implementation 'io.github.officiallysingh:spring-boot-problem-handler:1.9.2 '
71
71
```
72
72
73
73
It does all hard part, A lot of advices are out of box available that are autoconfigured as ` ControllerAdvice ` s
You can’t perform that action at this time.
0 commit comments