Skip to content

Commit facd966

Browse files
committed
pac4j 2.3.1 fix #1216
1 parent 821421b commit facd966

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

modules/jooby-pac4j2/src/main/java/org/jooby/pac4j/Pac4j.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -469,12 +469,6 @@ public ClientConfig(String pattern, String authorizer, Client client) {
469469

470470
private Boolean multiProfile;
471471

472-
/**
473-
* Creates a new Pac4j module.
474-
*/
475-
public Pac4j() {
476-
}
477-
478472
/**
479473
* Configurer pa4j options, only necessary it you want to provide your own pac4j components.
480474
*

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3197,7 +3197,7 @@ org.eclipse.jdt.apt.processorOptions/defaultOverwrite=true
31973197
<neo4j.version>3.3.2</neo4j.version>
31983198
<netty.version>4.1.27.Final</netty.version>
31993199
<pac4j.version>1.9.9</pac4j.version>
3200-
<pac4j2.version>2.2.1</pac4j2.version>
3200+
<pac4j2.version>2.3.1</pac4j2.version>
32013201
<pebble.version>2.4.0</pebble.version>
32023202
<pgjdbc-ng.version>0.7.1</pgjdbc-ng.version>
32033203
<progressbar.version>0.6.0</progressbar.version>

0 commit comments

Comments
 (0)