Skip to content

Commit 8f634b8

Browse files
committed
Release 8.4.0
1 parent d187386 commit 8f634b8

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
- Only call the `/attribute-manipulation` in the `/introspect` endpoint when the Resource Server has an institutionGUID ([#1050](https://github.com/OpenConext/OpenConext-myconext/issues/1050))
55
- Upgrade to Spring Boot 3.5.8
66
- Avoid `NullPointerException` in comparing redirect URI's with defensive comparisons
7+
- Support for native applications with IPV6 [::1] as the hostname
8+
- Upped dependencies for logstash, zxing, commons-io, jakarta.xml, actions/cache and codecov-action
79

810
## 8.3.0
911
- Only call the `/attribute-manipulation` in the `/introspect` endpoint when entityID's and institutionGUID's are different ([#1041](https://github.com/OpenConext/OpenConext-myconext/issues/1041))

oidc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.openconext</groupId>
1111
<artifactId>oidcng-parent</artifactId>
12-
<version>8.4.0-SNAPSHOT</version>
12+
<version>8.4.0</version>
1313
</parent>
1414

1515
<dependencyManagement>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>org.openconext</groupId>
1313
<artifactId>oidcng-parent</artifactId>
14-
<version>8.4.0-SNAPSHOT</version>
14+
<version>8.4.0</version>
1515
<name>oidcng</name>
1616
<packaging>pom</packaging>
1717

release/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.openconext</groupId>
77
<artifactId>oidcng-parent</artifactId>
8-
<version>8.4.0-SNAPSHOT</version>
8+
<version>8.4.0</version>
99
</parent>
1010

1111
<artifactId>oidcng-release</artifactId>

0 commit comments

Comments
 (0)