Skip to content

Commit c228ddf

Browse files
committed
update framework
1 parent 938ab50 commit c228ddf

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

publiccms-parent/build.gradle

Lines changed: 6 additions & 6 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.0"
11+
classpath "org.springframework.boot:spring-boot-gradle-plugin:4.0.1"
1212
}
1313
}
1414

@@ -35,17 +35,17 @@ subprojects {
3535
springVersion = "7.0.2"
3636
// https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web
3737
// https://spring.io/projects/spring-boot
38-
springBootVersion = "4.0.0"
38+
springBootVersion = "4.0.1"
3939
// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine
4040
junitVersion = "6.0.1"
4141
// http://mvnrepository.com/artifact/org.hibernate.orm/hibernate-core
4242
// http://hibernate.org/orm/downloads/
4343
hibernateVersion = "7.2.0.Final"
4444
// http://mvnrepository.com/artifact/org.hibernate.tool/hibernate-tools-orm
45-
hibernateToolsVersion = "7.1.11.Final"
45+
hibernateToolsVersion = "7.2.0.Final"
4646
// https://mvnrepository.com/artifact/org.hibernate.search/hibernate-search-mapper-orm
4747
// http://hibernate.org/search/downloads/
48-
hibernateSearchVersion = "8.2.0.Final"
48+
hibernateSearchVersion = "8.2.1.Final"
4949
// https://mvnrepository.com/artifact/org.hibernate.validator/hibernate-validator
5050
hibernateValidatorVersion = "9.1.0.Final"
5151
// https://mvnrepository.com/artifact/org.ehcache/ehcache
@@ -69,7 +69,7 @@ subprojects {
6969
luceneVersion = "9.12.3"
7070
// http://mvnrepository.com/artifact/redis.clients/jedis
7171
// https://github.com/redis/jedis
72-
jedisVersion = "7.1.0"
72+
jedisVersion = "7.2.0"
7373
// http://mvnrepository.com/artifact/org.quartz-scheduler/quartz
7474
// https://github.com/quartz-scheduler/quartz/releases
7575
quartzVersion = "2.5.2"
@@ -102,7 +102,7 @@ subprojects {
102102
// https://mvnrepository.com/artifact/org.jboss.logging/jboss-logging
103103
jbossLoggingVersion = "3.6.1.Final"
104104
// https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core
105-
log4jVersion = "2.25.2"
105+
log4jVersion = "2.25.3"
106106
// https://mvnrepository.com/artifact/com.drewnoakes/metadata-extractor
107107
extractorVersion = "2.19.0"
108108
// https://mvnrepository.com/artifact/org.sejda.imageio/webp-imageio

publiccms-parent/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@
2929
<version.spring>7.0.2</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.0</version.springBoot>
32+
<version.springBoot>4.0.1</version.springBoot>
3333
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine -->
3434
<version.juint>6.0.1</version.juint>
3535
<!-- http://mvnrepository.com/artifact/org.hibernate.orm/hibernate-core -->
3636
<!-- http://hibernate.org/orm/releases/ -->
3737
<version.hibernate>7.2.0.Final</version.hibernate>
3838
<!-- https://mvnrepository.com/artifact/org.hibernate.tool/hibernate-tools-orm -->
39-
<version.hibernateTools>7.1.11.Final</version.hibernateTools>
39+
<version.hibernateTools>7.2.0.Final</version.hibernateTools>
4040
<!-- https://mvnrepository.com/artifact/org.hibernate.search/hibernate-search-mapper-orm/ -->
4141
<!-- http://hibernate.org/search/releases/ -->
42-
<version.hibernateSearch>8.2.0.Final</version.hibernateSearch>
42+
<version.hibernateSearch>8.2.1.Final</version.hibernateSearch>
4343
<!-- https://mvnrepository.com/artifact/org.hibernate.validator/hibernate-validator -->
4444
<version.hibernateValidator>9.1.0.Final</version.hibernateValidator>
4545
<!-- http://mvnrepository.com/artifact/org.mybatis/mybatis -->
@@ -63,7 +63,7 @@
6363
<version.lucene>9.12.3</version.lucene>
6464
<!-- http://mvnrepository.com/artifact/redis.clients/jedis -->
6565
<!-- https://github.com/redis/jedis -->
66-
<version.jedis>7.1.0</version.jedis>
66+
<version.jedis>7.2.0</version.jedis>
6767
<!-- http://mvnrepository.com/artifact/org.quartz-scheduler/quartz -->
6868
<version.quartz>2.5.2</version.quartz>
6969
<!-- https://mvnrepository.com/artifact/com.zaxxer/HikariCP -->

0 commit comments

Comments
 (0)