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

Commit 04c4ee8

Browse files
chore(release): 10.3.3 [skip ci]
## [10.3.3](v10.3.2...v10.3.3) (2022-08-22) ### Bug Fixes * **deps:** update dependency org.postgresql:postgresql to v42.4.2 ([8fce861](8fce861)) * **deps:** update shedlock.version to v4.41.0 ([2b60811](2b60811))
1 parent e7f9238 commit 04c4ee8

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [10.3.3](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v10.3.2...v10.3.3) (2022-08-22)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** update dependency org.postgresql:postgresql to v42.4.2 ([8fce861](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/commit/8fce861d7dd4e93786cdd2778c39ef72753eb3bf))
7+
* **deps:** update shedlock.version to v4.41.0 ([2b60811](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/commit/2b60811a5ac7c85ce6809932d0b69786285cbf27))
8+
19
## [10.3.2](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v10.3.1...v10.3.2) (2022-08-20)
210

311

perun-oidc-server-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
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>10.3.2</version>
24+
<version>10.3.3</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

perun-oidc-server/pom.xml

Lines changed: 1 addition & 1 deletion
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>10.3.2</version>
25+
<version>10.3.3</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

pom.xml

Lines changed: 1 addition & 1 deletion
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>10.3.2</version>
23+
<version>10.3.3</version>
2424
<packaging>pom</packaging>
2525

2626
<modules>

0 commit comments

Comments
 (0)