chore(release): 1.2.2 [skip ci]

## [1.2.2](https://git.tools.ldpt.fr/lucasdpt/spring-keycloak-starter/compare/1.2.1...1.2.2) (2025-09-27)

### Bug Fixes

* fix requestMatcher for actuator ([a19bed6](a19bed652c))
This commit is contained in:
semantic-release-bot
2025-09-27 14:43:33 +00:00
parent a19bed652c
commit 0296eed6bd
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
## [1.2.2](https://git.tools.ldpt.fr/lucasdpt/spring-keycloak-starter/compare/1.2.1...1.2.2) (2025-09-27)
### Bug Fixes
* fix requestMatcher for actuator ([a19bed6](https://git.tools.ldpt.fr/lucasdpt/spring-keycloak-starter/commit/a19bed652cc87cf02e45fc0c14e2082eaa176830))
## [1.2.1](https://git.tools.ldpt.fr/lucasdpt/spring-keycloak-starter/compare/1.2.0...1.2.1) (2025-09-26)

View File

@@ -6,7 +6,7 @@
<groupId>fr.lucasdupont</groupId>
<artifactId>spring-keycloak-starter</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
<properties>
<maven.compiler.source>21</maven.compiler.source>