chore(release): 9.1.2 [skip ci]
## [9.1.2](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v9.1.1...v9.1.2) (2022-04-25) ### Bug Fixes * **deps:** update dependency mysql:mysql-connector-java to v8.0.29 ([pull/1580/head9ff89f7
](9ff89f78f8
))
parent
e918715930
commit
38ec118f76
|
@ -1,3 +1,10 @@
|
||||||
|
## [9.1.2](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v9.1.1...v9.1.2) (2022-04-25)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **deps:** update dependency mysql:mysql-connector-java to v8.0.29 ([9ff89f7](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/commit/9ff89f78f8571e7becd8d9391b788ee035298a57))
|
||||||
|
|
||||||
## [9.1.1](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v9.1.0...v9.1.1) (2022-04-22)
|
## [9.1.1](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v9.1.0...v9.1.1) (2022-04-22)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.1.1</version>
|
<version>9.1.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.1.1</version>
|
<version>9.1.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.1.1</version>
|
<version>9.1.2</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
|
Loading…
Reference in New Issue