chore(release): 8.0.6 [skip ci]
## [8.0.6](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v8.0.5...v8.0.6) (2022-02-01) ### Bug Fixes * **deps:** update dependency com.nimbusds:nimbus-jose-jwt to v9.18 ([pull/1580/head6653cdb
](6653cdbfe0
))
parent
96b732adde
commit
e0a64d6a70
|
@ -1,3 +1,10 @@
|
||||||
|
## [8.0.6](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v8.0.5...v8.0.6) (2022-02-01)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **deps:** update dependency com.nimbusds:nimbus-jose-jwt to v9.18 ([6653cdb](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/commit/6653cdbfe0f9cc073fc62b4d5eca5e9d5778400c))
|
||||||
|
|
||||||
## [8.0.5](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v8.0.4...v8.0.5) (2022-02-01)
|
## [8.0.5](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v8.0.4...v8.0.5) (2022-02-01)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.0.5</version>
|
<version>8.0.6</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.0.5</version>
|
<version>8.0.6</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.0.5</version>
|
<version>8.0.6</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
|
Loading…
Reference in New Issue