Skip to content

Commit

Permalink
upgrade to Shiro v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leleuj committed Jan 8, 2025
1 parent 8dc1e17 commit 5ecd977
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>buji-pac4j</artifactId>
<version>9.0.3-SNAPSHOT</version>
<version>9.1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>pac4j bridge for Shiro</name>
<description>Bridge from the pac4j security library to Shiro</description>
Expand Down Expand Up @@ -85,7 +85,7 @@
<properties>
<pac4j.version>6.1.0</pac4j.version>
<java.version>17</java.version>
<shiro.version>1.13.0</shiro.version>
<shiro.version>2.0.2</shiro.version>
<pmdVersion>6.55.0</pmdVersion>
</properties>

Expand Down
5 changes: 3 additions & 2 deletions src/test/java/io/buji/pac4j/subject/Pac4jPrincipalTests.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package io.buji.pac4j.subject;

import org.apache.shiro.io.DefaultSerializer;
import org.apache.shiro.lang.io.DefaultSerializer;
import org.junit.Test;
import org.pac4j.core.profile.CommonProfile;
import org.pac4j.core.profile.UserProfile;
Expand All @@ -9,7 +9,8 @@
import java.util.ArrayList;
import java.util.List;

import static org.junit.Assert.*;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;

/**
* Tests {@link Pac4jPrincipal}.
Expand Down

0 comments on commit 5ecd977

Please sign in to comment.