Skip to content
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Commit 403d2e1

Browse files
committed
upgrade to version 1.5.32
1 parent f8d0a6a commit 403d2e1

File tree

12 files changed

+15
-15
lines changed

12 files changed

+15
-15
lines changed

Diff for: authhub/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.networknt</groupId>
66
<artifactId>light-oauth2</artifactId>
7-
<version>1.5.31</version>
7+
<version>1.5.32</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

Diff for: authorize/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.networknt</groupId>
55
<artifactId>light-oauth2</artifactId>
6-
<version>1.5.31</version>
6+
<version>1.5.32</version>
77
<relativePath>..</relativePath>
88
</parent>
99

Diff for: cache/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.networknt</groupId>
66
<artifactId>light-oauth2</artifactId>
7-
<version>1.5.31</version>
7+
<version>1.5.32</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

Diff for: client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.networknt</groupId>
66
<artifactId>light-oauth2</artifactId>
7-
<version>1.5.31</version>
7+
<version>1.5.32</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

Diff for: code/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.networknt</groupId>
55
<artifactId>light-oauth2</artifactId>
6-
<version>1.5.31</version>
6+
<version>1.5.32</version>
77
<relativePath>..</relativePath>
88
</parent>
99

Diff for: key/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.networknt</groupId>
66
<artifactId>light-oauth2</artifactId>
7-
<version>1.5.31</version>
7+
<version>1.5.32</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

Diff for: pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.networknt</groupId>
77
<artifactId>light-oauth2</artifactId>
8-
<version>1.5.31</version>
8+
<version>1.5.32</version>
99
<packaging>pom</packaging>
1010
<name>Parent POM</name>
1111
<description>OAuth2 provider microservices based on Light-Java and SQL</description>
@@ -52,9 +52,9 @@
5252
<properties>
5353
<java.version>1.8</java.version>
5454
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
55-
<version.light-4j>1.5.31</version.light-4j>
56-
<version.light-rest-4j>1.5.31</version.light-rest-4j>
57-
<version.openapi-parser>1.5.31</version.openapi-parser>
55+
<version.light-4j>1.5.32</version.light-4j>
56+
<version.light-rest-4j>1.5.32</version.light-rest-4j>
57+
<version.openapi-parser>1.5.32</version.openapi-parser>
5858
<version.json-schema-validator>1.0.3</version.json-schema-validator>
5959
<version.jackson>2.9.8</version.jackson>
6060
<version.slf4j>1.7.25</version.slf4j>

Diff for: provider/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>light-oauth2</artifactId>
77
<groupId>com.networknt</groupId>
8-
<version>1.5.31</version>
8+
<version>1.5.32</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

Diff for: refresh-token/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.networknt</groupId>
55
<artifactId>light-oauth2</artifactId>
6-
<version>1.5.31</version>
6+
<version>1.5.32</version>
77
<relativePath>..</relativePath>
88
</parent>
99

Diff for: service/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.networknt</groupId>
66
<artifactId>light-oauth2</artifactId>
7-
<version>1.5.31</version>
7+
<version>1.5.32</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

Diff for: token/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.networknt</groupId>
55
<artifactId>light-oauth2</artifactId>
6-
<version>1.5.31</version>
6+
<version>1.5.32</version>
77
<relativePath>..</relativePath>
88
</parent>
99

Diff for: user/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.networknt</groupId>
66
<artifactId>light-oauth2</artifactId>
7-
<version>1.5.31</version>
7+
<version>1.5.32</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

0 commit comments

Comments
 (0)