File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ subprojects {
4242 // http://hibernate.org/orm/downloads/
4343 hibernateVersion = " 7.1.9.Final"
4444 // http://mvnrepository.com/artifact/org.hibernate.tool/hibernate-tools-orm
45- hibernateToolsVersion = " 7.1.8 .Final"
45+ hibernateToolsVersion = " 7.1.9 .Final"
4646 // https://mvnrepository.com/artifact/org.hibernate.search/hibernate-search-mapper-orm
4747 // http://hibernate.org/search/downloads/
4848 hibernateSearchVersion = " 8.1.2.Final"
Original file line number Diff line number Diff line change 3636 <!-- http://hibernate.org/orm/releases/ -->
3737 <version .hibernate>7.1.9.Final</version .hibernate>
3838 <!-- https://mvnrepository.com/artifact/org.hibernate.tool/hibernate-tools-orm -->
39- <version .hibernateTools>7.1.8 .Final</version .hibernateTools>
39+ <version .hibernateTools>7.1.9 .Final</version .hibernateTools>
4040 <!-- https://mvnrepository.com/artifact/org.hibernate.search/hibernate-search-mapper-orm/ -->
4141 <!-- http://hibernate.org/search/releases/ -->
4242 <version .hibernateSearch>8.1.2.Final</version .hibernateSearch>
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 " jakarta.servlet:jakarta.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