You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

com.github.jspxnet:jspx-framework

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.github.jspxnet:jspx-framework - maven Package Compare versions

Comparing version
6.81
to
6.82
jspx-framework-6.82.pom

Sorry, the diff of this file is not supported yet

+1
-1
artifactId=jspx-framework
groupId=com.github.jspxnet
version=6.81
version=6.82

@@ -8,3 +8,3 @@ <?xml version="1.0" encoding="UTF-8"?>

<artifactId>jspx-framework</artifactId>
<version>6.81</version>
<version>6.82</version>
<description>jspx-framework</description>

@@ -20,3 +20,3 @@ <name>com.github.jspxnet:jspx-framework</name>

<github.global.server>github</github.global.server>
<tomcat.version>9.0.109</tomcat.version>
<tomcat.version>[9.0.109,9.1.0)</tomcat.version>
<jackson.version>2.18.3</jackson.version>

@@ -35,4 +35,3 @@ <redisson.version>3.51.0</redisson.version>

<maven.test.skip>true</maven.test.skip>
<jacoco.path>${project.build.directory}/jacoco.exec</jacoco.path>
<jacoco.skip>false</jacoco.skip>
<!--

@@ -148,3 +147,3 @@ 查看依赖树:mvn dependency:tree

<artifactId>lombok</artifactId>
<version>1.18.42</version>
<version>[1.18.42,2.0.0)</version>
<scope>compile</scope>

@@ -221,6 +220,2 @@ </dependency>

</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>

@@ -231,3 +226,3 @@ </dependency>

<artifactId>snakeyaml</artifactId>
<version>2.3</version>
<version>[2.3,3.0)</version>
</dependency>

@@ -239,3 +234,3 @@

<artifactId>itextpdf</artifactId>
<version>5.5.13.4</version>
<version>[5.5.13.4,5.6.0.0)</version>
</dependency>

@@ -245,3 +240,3 @@ <dependency>

<artifactId>itext-asian</artifactId>
<version>5.2.0</version>
<version>[5.2.0,5.10.0)</version>
</dependency>

@@ -257,3 +252,3 @@ <dependency>

<artifactId>htmlcleaner</artifactId>
<version>2.29</version>
<version>[2.29,3.0)</version>
</dependency>

@@ -396,3 +391,2 @@ <dependency>

<version>4.7.6</version>
<scope>provided</scope>
<exclusions>

@@ -415,2 +409,18 @@ <exclusion>

</exclusion>
<exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</exclusion>
<exclusion>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>

@@ -422,2 +432,29 @@ </dependency>

<version>2.2.1</version>
<exclusions>
<exclusion>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
</exclusion>
<exclusion>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
</exclusion>
</exclusions>
</dependency>

@@ -624,3 +661,3 @@ <dependency>

<artifactId>commons-io</artifactId>
<version>2.20.0</version>
<version>[2.20.0,)</version>
</dependency>

@@ -632,3 +669,3 @@ <!--测试基础支持end -->

<artifactId>cors-filter</artifactId>
<version>2.10</version>
<version>[2.10.0,3.0.0)</version>
<scope>compile</scope>

@@ -640,3 +677,3 @@ </dependency>

<artifactId>java-property-utils</artifactId>
<version>2.0</version>
<version>[2.0,3.0)</version>
<scope>compile</scope>

@@ -649,3 +686,3 @@ </dependency>

<artifactId>commons-fileupload</artifactId>
<version>1.5</version>
<version>[1.5,)</version>
</dependency>

@@ -656,8 +693,2 @@ <dependency>

<version>${redisson.version}</version>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>

@@ -667,3 +698,3 @@ <dependency>

<artifactId>jcommander</artifactId>
<version>1.82</version>
<version>[1.82,2.0)</version>
<scope>provided</scope>

@@ -673,6 +704,6 @@ </dependency>

<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
<scope>provided</scope>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
<scope>provided</scope>
</dependency>

@@ -688,3 +719,3 @@

<artifactId>rxtxcomm</artifactId>
<version>2.2</version>
<version>[2.2,3.0)</version>
</dependency>

@@ -759,3 +790,3 @@

<artifactId>spotbugs-annotations</artifactId>
<version>4.8.6</version>
<version>[4.8.6,5.0.0)</version>
</dependency>

@@ -766,3 +797,3 @@

<artifactId>aspectjweaver</artifactId>
<version>1.9.22.1</version>
<version>[1.9.22.1,)</version>
<scope>provided</scope>

@@ -1089,3 +1120,4 @@ </dependency>

<configuration>
<outputFile>${project.build.directory}/dependency-classpath.txt</outputFile> <!-- 输出文件 -->
<outputFile>${project.build.directory}/dependency-classpath.txt
</outputFile> <!-- 输出文件 -->
</configuration>

@@ -1111,74 +1143,74 @@ </execution>

<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.8.0</version>
<extensions>true</extensions>
<configuration>
<publishingServerId>central</publishingServerId>
<autoPublish>true</autoPublish>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.10.1</version>
<configuration>
<encoding>UTF-8</encoding>
<charset>UTF-8</charset>
<docencoding>UTF-8</docencoding>
<show>public</show>
<detectLinks>false</detectLinks>
<detectOfflineLinks>true</detectOfflineLinks>
<linksource>true</linksource>
<detectJavaApiLink>false</detectJavaApiLink>
<links>
<link>http://docs.oracle.com/javase/8/docs/api</link>
</links>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.0.1</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.8.0</version>
<extensions>true</extensions>
<configuration>
<publishingServerId>central</publishingServerId>
<autoPublish>false</autoPublish>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.10.1</version>
<configuration>
<encoding>UTF-8</encoding>
<charset>UTF-8</charset>
<docencoding>UTF-8</docencoding>
<show>public</show>
<detectLinks>false</detectLinks>
<detectOfflineLinks>true</detectOfflineLinks>
<linksource>true</linksource>
<detectJavaApiLink>false</detectJavaApiLink>
<links>
<link>http://docs.oracle.com/javase/8/docs/api</link>
</links>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.0.1</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet