chore(release): 10.0.3 [skip ci]

## [10.0.3](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v10.0.2...v10.0.3) (2022-07-27)

### Bug Fixes

* correct postgreSQL for v10 breaking change ([28a9411](28a9411af4))
* **deps:** update dependency mysql:mysql-connector-java to v8.0.30 ([5426aa9](5426aa9835))
pull/1580/head
semantic-release-bot 2022-07-27 07:17:27 +00:00
parent 769f1f8500
commit 74545d7ca2
4 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,11 @@
## [10.0.3](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v10.0.2...v10.0.3) (2022-07-27)
### Bug Fixes
* correct postgreSQL for v10 breaking change ([28a9411](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/commit/28a9411af439608ebe43b5b332cf4bb29569c652))
* **deps:** update dependency mysql:mysql-connector-java to v8.0.30 ([5426aa9](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/commit/5426aa9835463c748506004664e24791c8d76d67))
## [10.0.2](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v10.0.1...v10.0.2) (2022-07-25)

View File

@ -21,7 +21,7 @@
<parent>
<groupId>cz.muni.ics</groupId>
<artifactId>perun-oidc-parent</artifactId>
<version>10.0.2</version>
<version>10.0.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>cz.muni.ics</groupId>
<artifactId>perun-oidc-parent</artifactId>
<version>10.0.2</version>
<version>10.0.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cz.muni.ics</groupId>
<artifactId>perun-oidc-parent</artifactId>
<version>10.0.2</version>
<version>10.0.3</version>
<packaging>pom</packaging>
<modules>