zhou-hao 4 lat temu
rodzic
commit
93d132aacf

+ 1 - 1
hsweb-concurrent/hsweb-concurrent-cache/pom.xml

@@ -5,7 +5,7 @@
     <parent>
         <artifactId>hsweb-concurrent</artifactId>
         <groupId>org.hswebframework.web</groupId>
-        <version>4.0.9</version>
+        <version>4.0.10-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

+ 0 - 4
hsweb-core/src/main/java/org/hswebframework/web/bean/CompareUtils.java

@@ -156,10 +156,6 @@ public abstract class CompareUtils {
         return compare(Arrays.asList(number), target);
     }
 
-    public static boolean compare(Boolean bool, Object target) {
-        return bool.equals(target) || String.valueOf(bool).equals(target);
-    }
-
 
     public static boolean compare(Number number, Object target) {
         if (number == target) {

+ 1 - 1
pom.xml

@@ -353,7 +353,7 @@
             <dependency>
                 <groupId>org.projectlombok</groupId>
                 <artifactId>lombok</artifactId>
-                <version>1.16.18</version>
+                <version>1.16.22</version>
             </dependency>
 
             <dependency>