chore(release): 8.1.3 [skip ci]
## [8.1.3](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v8.1.2...v8.1.3) (2022-03-09) ### Bug Fixes * **deps:** update dependency com.google.guava:guava to v31.1-jre ([pull/1580/head1032ed0
](1032ed065a
))
parent
12361a9aa7
commit
290276522e
|
@ -1,3 +1,10 @@
|
||||||
|
## [8.1.3](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v8.1.2...v8.1.3) (2022-03-09)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **deps:** update dependency com.google.guava:guava to v31.1-jre ([1032ed0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/commit/1032ed065ac5e45d51f3dd8520e535b97a43ec63))
|
||||||
|
|
||||||
## [8.1.2](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v8.1.1...v8.1.2) (2022-02-17)
|
## [8.1.2](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v8.1.1...v8.1.2) (2022-02-17)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.2</version>
|
<version>8.1.3</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.2</version>
|
<version>8.1.3</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.2</version>
|
<version>8.1.3</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
|
Loading…
Reference in New Issue