chore(release): 8.1.5 [skip ci]
## [8.1.5](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v8.1.4...v8.1.5) (2022-03-09) ### Bug Fixes * **deps:** update dependency com.nimbusds:nimbus-jose-jwt to v9.21 ([pull/1580/headb1810d8
](b1810d82ba
))
parent
d2ead86992
commit
3f4a70969b
|
@ -1,3 +1,10 @@
|
||||||
|
## [8.1.5](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v8.1.4...v8.1.5) (2022-03-09)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **deps:** update dependency com.nimbusds:nimbus-jose-jwt to v9.21 ([b1810d8](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/commit/b1810d82baff39ba912fbb8619c2e4fd5ff027e4))
|
||||||
|
|
||||||
## [8.1.4](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v8.1.3...v8.1.4) (2022-03-09)
|
## [8.1.4](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v8.1.3...v8.1.4) (2022-03-09)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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>8.1.4</version>
|
<version>8.1.5</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>8.1.4</version>
|
<version>8.1.5</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>8.1.4</version>
|
<version>8.1.5</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
|
Loading…
Reference in New Issue