File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ subprojects {
5151 hibernateToolsVersion = " 5.6.15.Final"
5252 // https://mvnrepository.com/artifact/org.hibernate.search/hibernate-search-mapper-orm
5353 // http://hibernate.org/search/downloads/
54+ // 7 for Java 11,8.0 for Java 17
5455 hibernateSearchVersion = " 6.2.4.Final"
5556 // https://mvnrepository.com/artifact/org.hibernate.validator/hibernate-validator
5657 // 6.1,7,8 for jakarta
@@ -69,6 +70,7 @@ subprojects {
6970 // https://mvnrepository.com/artifact/org.mybatis.dynamic-sql/mybatis-dynamic-sql
7071 dynamicSqlVersion = " 1.5.2"
7172 // http://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
73+ // 3.0 for Java 17+
7274 jacksonVersion = " 2.20.1"
7375 // http://mvnrepository.com/artifact/org.freemarker/freemarker
7476 freemarkerVersion = " 2.3.34"
Original file line number Diff line number Diff line change 4545 <version .hibernateTools>5.6.15.Final</version .hibernateTools>
4646 <!-- https://mvnrepository.com/artifact/org.hibernate.search/hibernate-search-mapper-orm/ -->
4747 <!-- http://hibernate.org/search/releases/ -->
48- <!-- 7.0 for Java 11 -->
48+ <!-- 7 for Java 11, 8 .0 for Java 17 -->
4949 <version .hibernateSearch>6.2.4.Final</version .hibernateSearch>
5050 <!-- https://mvnrepository.com/artifact/org.hibernate.validator/hibernate-validator -->
5151 <!-- 6.1,7,8 for jakarta -->
6464 <!-- https://mvnrepository.com/artifact/org.ehcache/ehcache -->
6565 <version .ehcache>3.10.8</version .ehcache>
6666 <!-- http://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind -->
67+ <!-- 3.0 for Java 17+ -->
6768 <version .jackson>2.20.1</version .jackson>
6869 <!-- http://mvnrepository.com/artifact/org.freemarker/freemarker -->
6970 <version .freemarker>2.3.34</version .freemarker>
Original file line number Diff line number Diff 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.39.1 "
11+ implementation " software.amazon.awssdk:s3:2.39.2 "
1212
1313 compileOnly " com.github.therapi:therapi-runtime-javadoc-scribe:${ therapiJavadocVersion} "
1414 compileOnly " javax.servlet:javax.servlet-api:${ servletVersion} "
Original file line number Diff line number Diff line change 1919 <dependency >
2020 <groupId >software.amazon.awssdk</groupId >
2121 <artifactId >s3</artifactId >
22- <version >2.39.1 </version >
22+ <version >2.39.2 </version >
2323 </dependency >
2424 <dependency >
2525 <groupId >com.github.therapi</groupId >
You can’t perform that action at this time.
0 commit comments