From d89fc9c0c6c95be164ef5d6170b189f03e9ef821 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Thu, 30 May 2024 12:06:37 +0000 Subject: [PATCH] chore(release): 18.5.3 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [18.5.3](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/compare/v18.5.2...v18.5.3) (2024-05-30) ### Bug Fixes * đź› Losing AUD in GA4GH AT modifier ([a4656c6](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/commit/a4656c6757ee06ab75f9a1185520f208dd158637)) --- CHANGELOG.md | 7 +++++++ perun-oidc-server-webapp/pom.xml | 2 +- perun-oidc-server/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 729beaf79..68841684c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [18.5.3](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/compare/v18.5.2...v18.5.3) (2024-05-30) + + +### Bug Fixes + +* đź› Losing AUD in GA4GH AT modifier ([a4656c6](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/commit/a4656c6757ee06ab75f9a1185520f208dd158637)) + ## [18.5.2](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/compare/v18.5.1...v18.5.2) (2024-05-17) diff --git a/perun-oidc-server-webapp/pom.xml b/perun-oidc-server-webapp/pom.xml index 3465ac7db..cad617c7f 100644 --- a/perun-oidc-server-webapp/pom.xml +++ b/perun-oidc-server-webapp/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>cz.muni.ics</groupId> <artifactId>perun-oidc-parent</artifactId> - <version>18.5.2</version> + <version>18.5.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/perun-oidc-server/pom.xml b/perun-oidc-server/pom.xml index fd9bc954f..e679ab0a0 100644 --- a/perun-oidc-server/pom.xml +++ b/perun-oidc-server/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>cz.muni.ics</groupId> <artifactId>perun-oidc-parent</artifactId> - <version>18.5.2</version> + <version>18.5.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/pom.xml b/pom.xml index fa0ceb0ee..98408eb8a 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>cz.muni.ics</groupId> <artifactId>perun-oidc-parent</artifactId> - <version>18.5.2</version> + <version>18.5.3</version> <packaging>pom</packaging> <modules> -- GitLab