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