Skip to content

Commit 9c8fd62

Browse files
committed
update framework
1 parent 0ca6f02 commit 9c8fd62

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

publiccms-parent/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ subprojects {
7171
dynamicSqlVersion = "1.5.2"
7272
// http://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
7373
// 3.0 for Java 17+
74-
jacksonVersion = "2.20.1"
74+
jacksonVersion = "2.21.0"
7575
// http://mvnrepository.com/artifact/org.freemarker/freemarker
7676
freemarkerVersion = "2.3.34"
7777
// https://mvnrepository.com/artifact/org.apache.lucene/lucene-analyzers-smartcn
7878
luceneVersion = "8.11.4"
7979
// http://mvnrepository.com/artifact/redis.clients/jedis
8080
// https://github.com/redis/jedis
81-
jedisVersion = "7.2.0"
81+
jedisVersion = "7.2.1"
8282
// http://mvnrepository.com/artifact/org.quartz-scheduler/quartz
8383
// https://github.com/quartz-scheduler/quartz/releases
8484
// 2.5 for jakarta

publiccms-parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@
6565
<version.ehcache>3.11.1</version.ehcache>
6666
<!-- http://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind -->
6767
<!-- 3.0 for Java 17+ -->
68-
<version.jackson>2.20.1</version.jackson>
68+
<version.jackson>2.21.0</version.jackson>
6969
<!-- http://mvnrepository.com/artifact/org.freemarker/freemarker -->
7070
<version.freemarker>2.3.34</version.freemarker>
7171
<!-- https://mvnrepository.com/artifact/org.apache.lucene/lucene-core -->
7272
<version.lucene>8.11.4</version.lucene>
7373
<!-- http://mvnrepository.com/artifact/redis.clients/jedis -->
7474
<!-- https://github.com/redis/jedis -->
75-
<version.jedis>7.2.0</version.jedis>
75+
<version.jedis>7.2.1</version.jedis>
7676
<!-- http://mvnrepository.com/artifact/org.quartz-scheduler/quartz -->
7777
<!-- 2.5 for jakarta -->
7878
<version.quartz>2.4.0</version.quartz>

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-analyzers-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 "javax.servlet:javax.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 "javax.servlet:javax.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>

0 commit comments

Comments
 (0)