chore(release): 9.3.2 [skip ci]
## [9.3.2](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v9.3.1...v9.3.2) (2022-07-04) ### Bug Fixes * **deps:** update dependency org.mariadb.jdbc:mariadb-java-client to v3.0.6 ([pull/1580/headfc02c8f
](fc02c8f79c
))
parent
ac818d9246
commit
77d810043a
|
@ -1,3 +1,10 @@
|
||||||
|
## [9.3.2](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v9.3.1...v9.3.2) (2022-07-04)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **deps:** update dependency org.mariadb.jdbc:mariadb-java-client to v3.0.6 ([fc02c8f](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/commit/fc02c8f79c9b034ab8f2eff929f183f52bb120ed))
|
||||||
|
|
||||||
## [9.3.1](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v9.3.0...v9.3.1) (2022-06-15)
|
## [9.3.1](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v9.3.0...v9.3.1) (2022-06-15)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>cz.muni.ics</groupId>
|
<groupId>cz.muni.ics</groupId>
|
||||||
<artifactId>perun-oidc-parent</artifactId>
|
<artifactId>perun-oidc-parent</artifactId>
|
||||||
<version>9.3.1</version>
|
<version>9.3.2</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>cz.muni.ics</groupId>
|
<groupId>cz.muni.ics</groupId>
|
||||||
<artifactId>perun-oidc-parent</artifactId>
|
<artifactId>perun-oidc-parent</artifactId>
|
||||||
<version>9.3.1</version>
|
<version>9.3.2</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -20,7 +20,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>cz.muni.ics</groupId>
|
<groupId>cz.muni.ics</groupId>
|
||||||
<artifactId>perun-oidc-parent</artifactId>
|
<artifactId>perun-oidc-parent</artifactId>
|
||||||
<version>9.3.1</version>
|
<version>9.3.2</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
|
Loading…
Reference in New Issue