Skip to content

Commit dd16643

Browse files
committed
Merge remote-tracking branch 'origin/V5' into V6
2 parents 281246b + 9d6b973 commit dd16643

File tree

7 files changed

+22
-22
lines changed

7 files changed

+22
-22
lines changed

publiccms-parent/build.gradle

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99
dependencies {
1010
// https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-gradle-plugin
11-
classpath "org.springframework.boot:spring-boot-gradle-plugin:4.0.1"
11+
classpath "org.springframework.boot:spring-boot-gradle-plugin:4.0.2"
1212
}
1313
}
1414

@@ -32,17 +32,17 @@ subprojects {
3232
servletVersion = "6.1.0"
3333
// http://mvnrepository.com/artifact/org.springframework/spring-core
3434
// https://spring.io/projects/spring-framework
35-
springVersion = "7.0.2"
35+
springVersion = "7.0.3"
3636
// https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web
3737
// https://spring.io/projects/spring-boot
38-
springBootVersion = "4.0.1"
38+
springBootVersion = "4.0.2"
3939
// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine
40-
junitVersion = "6.0.1"
40+
junitVersion = "6.0.2"
4141
// http://mvnrepository.com/artifact/org.hibernate.orm/hibernate-core
4242
// http://hibernate.org/orm/downloads/
43-
hibernateVersion = "7.2.0.Final"
43+
hibernateVersion = "7.2.2.Final"
4444
// http://mvnrepository.com/artifact/org.hibernate.tool/hibernate-tools-orm
45-
hibernateToolsVersion = "7.2.0.Final"
45+
hibernateToolsVersion = "7.2.2.Final"
4646
// https://mvnrepository.com/artifact/org.hibernate.search/hibernate-search-mapper-orm
4747
// http://hibernate.org/search/downloads/
4848
hibernateSearchVersion = "8.2.1.Final"
@@ -61,14 +61,14 @@ subprojects {
6161
// https://mvnrepository.com/artifact/org.mybatis.dynamic-sql/mybatis-dynamic-sql
6262
dynamicSqlVersion = "1.5.2"
6363
// http://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
64-
jacksonVersion = "3.0.3"
64+
jacksonVersion = "3.0.4"
6565
// http://mvnrepository.com/artifact/org.freemarker/freemarker
6666
freemarkerVersion = "2.3.34"
6767
// https://mvnrepository.com/artifact/org.apache.lucene/lucene-core
6868
luceneVersion = "10.3.2"
6969
// http://mvnrepository.com/artifact/redis.clients/jedis
7070
// https://github.com/redis/jedis
71-
jedisVersion = "7.2.0"
71+
jedisVersion = "7.2.1"
7272
// http://mvnrepository.com/artifact/org.quartz-scheduler/quartz
7373
// https://github.com/quartz-scheduler/quartz/releases
7474
quartzVersion = "2.5.2"
@@ -99,7 +99,7 @@ subprojects {
9999
// http://mvnrepository.com/artifact/commons-codec/commons-codec
100100
codecVersion = "1.20.0"
101101
// https://mvnrepository.com/artifact/org.jboss.logging/jboss-logging
102-
jbossLoggingVersion = "3.6.1.Final"
102+
jbossLoggingVersion = "3.6.2.Final"
103103
// https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core
104104
log4jVersion = "2.25.3"
105105
// https://mvnrepository.com/artifact/com.drewnoakes/metadata-extractor

publiccms-parent/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@
2626
<version.servlet>6.1.0</version.servlet>
2727
<!-- http://mvnrepository.com/artifact/org.springframework/spring-core -->
2828
<!-- https://spring.io/projects/spring-framework -->
29-
<version.spring>7.0.2</version.spring>
29+
<version.spring>7.0.3</version.spring>
3030
<!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web -->
3131
<!-- https://spring.io/projects/spring-boot -->
32-
<version.springBoot>4.0.1</version.springBoot>
32+
<version.springBoot>4.0.2</version.springBoot>
3333
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine -->
34-
<version.juint>6.0.1</version.juint>
34+
<version.juint>6.0.2</version.juint>
3535
<!-- http://mvnrepository.com/artifact/org.hibernate.orm/hibernate-core -->
3636
<!-- http://hibernate.org/orm/releases/ -->
37-
<version.hibernate>7.2.0.Final</version.hibernate>
37+
<version.hibernate>7.2.2.Final</version.hibernate>
3838
<!-- https://mvnrepository.com/artifact/org.hibernate.tool/hibernate-tools-orm -->
39-
<version.hibernateTools>7.2.0.Final</version.hibernateTools>
39+
<version.hibernateTools>7.2.2.Final</version.hibernateTools>
4040
<!-- https://mvnrepository.com/artifact/org.hibernate.search/hibernate-search-mapper-orm/ -->
4141
<!-- http://hibernate.org/search/releases/ -->
4242
<version.hibernateSearch>8.2.1.Final</version.hibernateSearch>
@@ -55,14 +55,14 @@
5555
<!-- https://mvnrepository.com/artifact/org.ehcache/ehcache -->
5656
<version.ehcache>3.11.1</version.ehcache>
5757
<!-- https://mvnrepository.com/artifact/tools.jackson.core/jackson-databind -->
58-
<version.jackson>3.0.3</version.jackson>
58+
<version.jackson>3.0.4</version.jackson>
5959
<!-- http://mvnrepository.com/artifact/org.freemarker/freemarker -->
6060
<version.freemarker>2.3.34</version.freemarker>
6161
<!-- https://mvnrepository.com/artifact/org.apache.lucene/lucene-core -->
6262
<version.lucene>10.3.2</version.lucene>
6363
<!-- http://mvnrepository.com/artifact/redis.clients/jedis -->
6464
<!-- https://github.com/redis/jedis -->
65-
<version.jedis>7.2.0</version.jedis>
65+
<version.jedis>7.2.1</version.jedis>
6666
<!-- http://mvnrepository.com/artifact/org.quartz-scheduler/quartz -->
6767
<version.quartz>2.5.2</version.quartz>
6868
<!-- https://mvnrepository.com/artifact/com.zaxxer/HikariCP -->
@@ -94,7 +94,7 @@
9494
<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core -->
9595
<version.log4j>2.25.3</version.log4j>
9696
<!-- https://mvnrepository.com/artifact/org.jboss.logging/jboss-logging -->
97-
<version.jbossLogging>3.6.1.Final</version.jbossLogging>
97+
<version.jbossLogging>3.6.2.Final</version.jbossLogging>
9898
<!-- https://mvnrepository.com/artifact/com.drewnoakes/metadata-extractor -->
9999
<version.extractor>2.19.0</version.extractor>
100100
<!-- https://mvnrepository.com/artifact/org.sejda.imageio/webp-imageio -->

publiccms-parent/publiccms-analyzer/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ dependencies {
1010

1111
implementation "org.apache.lucene:lucene-analysis-smartcn:${luceneVersion}"
1212
// https://mvnrepository.com/artifact/org.lionsoul/ip2region
13-
implementation 'org.lionsoul:ip2region:3.3.3'
13+
implementation 'org.lionsoul:ip2region:3.3.4'
1414
implementation "jakarta.servlet:jakarta.servlet-api:${servletVersion}"
1515
}

publiccms-parent/publiccms-analyzer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>org.lionsoul</groupId>
2323
<artifactId>ip2region</artifactId>
24-
<version>3.3.3</version>
24+
<version>3.3.4</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>com.github.therapi</groupId>

publiccms-parent/publiccms-oss/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies {
88
implementation project(':publiccms-core')
99

1010
// https://mvnrepository.com/artifact/software.amazon.awssdk/s3
11-
implementation "software.amazon.awssdk:s3:2.41.1"
11+
implementation "software.amazon.awssdk:s3:2.41.16"
1212

1313
compileOnly "com.github.therapi:therapi-runtime-javadoc-scribe:${therapiJavadocVersion}"
1414
compileOnly "jakarta.servlet:jakarta.servlet-api:${servletVersion}"

publiccms-parent/publiccms-oss/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>software.amazon.awssdk</groupId>
2121
<artifactId>s3</artifactId>
22-
<version>2.41.1</version>
22+
<version>2.41.16</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>com.github.therapi</groupId>

publiccms-parent/publiccms/src/main/webapp/resource/plugins/ueditor/ueditor.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@
365365
//, allowLinkProtocols: ['http:', 'https:', '#', '/', 'ftp:', 'mailto:', 'tel:', 'git:', 'svn:']
366366

367367
//默认过滤规则相关配置项目
368-
//,disabledTableInTable:true //禁止表格嵌套
368+
,disabledTableInTable:false //禁止表格嵌套
369369
,allowDivTransToP:false //允许进入编辑器的div标签自动变成p标签
370370
//,rgb2Hex:true //默认产出的数据中的color自动从rgb格式变成16进制格式
371371

0 commit comments

Comments
 (0)