Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit b1acbaa

Browse files
chore(release): 11.0.2 [skip ci]
## [11.0.2](v11.0.1...v11.0.2) (2022-09-13) ### Bug Fixes * **deps:** update dependency com.fasterxml.jackson.dataformat:jackson-dataformat-yaml to v2.13.4 ([8a4de44](8a4de44))
1 parent 194b450 commit b1acbaa

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [11.0.2](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v11.0.1...v11.0.2) (2022-09-13)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** update dependency com.fasterxml.jackson.dataformat:jackson-dataformat-yaml to v2.13.4 ([8a4de44](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/commit/8a4de4438b1bbffc76a60dedf3f61e1165451bd7))
7+
18
## [11.0.1](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v11.0.0...v11.0.1) (2022-09-13)
29

310

Diff for: perun-oidc-server-webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>cz.muni.ics</groupId>
2323
<artifactId>perun-oidc-parent</artifactId>
24-
<version>11.0.1</version>
24+
<version>11.0.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

Diff for: perun-oidc-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>cz.muni.ics</groupId>
2424
<artifactId>perun-oidc-parent</artifactId>
25-
<version>11.0.1</version>
25+
<version>11.0.2</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<modelVersion>4.0.0</modelVersion>
2121
<groupId>cz.muni.ics</groupId>
2222
<artifactId>perun-oidc-parent</artifactId>
23-
<version>11.0.1</version>
23+
<version>11.0.2</version>
2424
<packaging>pom</packaging>
2525

2626
<modules>

0 commit comments

Comments
 (0)