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

Commit 488a081

Browse files
committed
bot checkin
1 parent 7892327 commit 488a081

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

authorize/pom.xml

Lines changed: 1 addition & 1 deletion
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.6</version>
6+
<version>1.5.7</version>
77
<relativePath>..</relativePath>
88
</parent>
99

cache/pom.xml

Lines changed: 1 addition & 1 deletion
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.6</version>
7+
<version>1.5.7</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

client/pom.xml

Lines changed: 1 addition & 1 deletion
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.6</version>
7+
<version>1.5.7</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

code/pom.xml

Lines changed: 1 addition & 1 deletion
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.6</version>
6+
<version>1.5.7</version>
77
<relativePath>..</relativePath>
88
</parent>
99

key/pom.xml

Lines changed: 1 addition & 1 deletion
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.6</version>
7+
<version>1.5.7</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

pom.xml

Lines changed: 3 additions & 3 deletions
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.6</version>
8+
<version>1.5.7</version>
99
<packaging>pom</packaging>
1010
<name>Parent POM</name>
1111
<description>OAuth2 provider microservices based on Light-Java and SQL</description>
@@ -52,8 +52,8 @@
5252
<properties>
5353
<java.version>1.8</java.version>
5454
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
55-
<version.light-4j>1.5.6</version.light-4j>
56-
<version.light-rest-4j>1.5.6</version.light-rest-4j>
55+
<version.light-4j>1.5.7</version.light-4j>
56+
<version.light-rest-4j>1.5.7</version.light-rest-4j>
5757
<version.json-schema-validator>0.1.10</version.json-schema-validator>
5858
<version.jackson>2.9.1</version.jackson>
5959
<version.slf4j>1.7.25</version.slf4j>

refresh-token/pom.xml

Lines changed: 1 addition & 1 deletion
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.6</version>
6+
<version>1.5.7</version>
77
<relativePath>..</relativePath>
88
</parent>
99

service/pom.xml

Lines changed: 1 addition & 1 deletion
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.6</version>
7+
<version>1.5.7</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

token/pom.xml

Lines changed: 1 addition & 1 deletion
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.6</version>
6+
<version>1.5.7</version>
77
<relativePath>..</relativePath>
88
</parent>
99

user/pom.xml

Lines changed: 1 addition & 1 deletion
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.6</version>
7+
<version>1.5.7</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

0 commit comments

Comments
 (0)