Skip to content

Commit cba1cf2

Browse files
version upgraded
1 parent c9035c2 commit cba1cf2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ all can be done with zero custom code but by specifying error details in `proper
4949

5050
## Installation
5151

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
5353
5454
Add the `spring-boot-problem-handler` jar to application dependencies. That is all it takes to get a default working
5555
exception handling mechanism in a Spring boot application.
@@ -62,12 +62,12 @@ Maven
6262
<dependency>
6363
<groupId>io.github.officiallysingh</groupId>
6464
<artifactId>spring-boot-problem-handler</artifactId>
65-
<version>1.9.1</version>
65+
<version>1.9.2</version>
6666
</dependency>
6767
```
6868
Gradle
6969
```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'
7171
```
7272

7373
It does all hard part, A lot of advices are out of box available that are autoconfigured as `ControllerAdvice`s

0 commit comments

Comments
 (0)