chore(release): 9.1.4 [skip ci]
## [9.1.4](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v9.1.3...v9.1.4) (2022-04-25) ### Bug Fixes * **deps:** update dependency com.nimbusds:nimbus-jose-jwt to v9.22 ([pull/1580/head1a087e4
](1a087e4ba1
))
parent
1e42a992bc
commit
6774ce949a
|
@ -1,3 +1,10 @@
|
||||||
|
## [9.1.4](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v9.1.3...v9.1.4) (2022-04-25)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **deps:** update dependency com.nimbusds:nimbus-jose-jwt to v9.22 ([1a087e4](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/commit/1a087e4ba1da9ef89d5315a09bd41e4acc591c21))
|
||||||
|
|
||||||
## [9.1.3](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v9.1.2...v9.1.3) (2022-04-25)
|
## [9.1.3](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v9.1.2...v9.1.3) (2022-04-25)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.3</version>
|
<version>9.1.4</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.3</version>
|
<version>9.1.4</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.3</version>
|
<version>9.1.4</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
|
Loading…
Reference in New Issue