File tree Expand file tree Collapse file tree 4 files changed +3
-12
lines changed
src/main/groovy/io/xh/hoist Expand file tree Collapse file tree 4 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ applications are the following:
1919* Changes of various core imports from ` javax ` to ` jakarta ` .
2020* Java 17 and Java 21 are both now supported JDKs.
2121
22- See the grails documentation at https://docs.grails.org/7.0.0 /guide/upgrading.html#upgrading60x
22+ See the grails documentation at https://docs.grails.org/7.0.2 /guide/upgrading.html#upgrading60x
2323for more information.
2424
2525* Enhance exception handling in ` JSONClient ` to capture messages returned as raw strings.
Original file line number Diff line number Diff line change @@ -84,15 +84,6 @@ dependencies {
8484 api " org.jasypt:jasypt:1.9.3"
8585 api " org.owasp.encoder:encoder:1.3.1"
8686 api " org.springframework:spring-websocket"
87-
88-
89- constraints {
90- implementation(' com.hazelcast: hazelcast' ) {
91- version {
92- strictly project. property(' hazelcast.version' )
93- }
94- }
95- }
9687}
9788
9889tasks. withType(GroovyCompile ) {
Original file line number Diff line number Diff line change 11xhReleaseVersion =34.0-SNAPSHOT
22
3- grailsVersion =7.0.0
3+ grailsVersion =7.0.2
44
55hazelcast.version =5.6.0
66
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import static io.xh.hoist.util.Utils.createCustomOrDefault
2121
2222class HoistCoreGrailsPlugin extends Plugin {
2323
24- def grailsVersion = ' 7.0.0 '
24+ def grailsVersion = ' 7.0.2 '
2525 def version = ' 34.0-SNAPSHOT'
2626 def title = ' hoist-core'
2727 def author = ' Extremely Heavy'
You can’t perform that action at this time.
0 commit comments