@@ -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
0 commit comments