Skip to content

Commit 535dfba

Browse files
committed
Restore Grails 7.0.2
1 parent 15e2e7d commit 535dfba

File tree

4 files changed

+3
-12
lines changed

4 files changed

+3
-12
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
2323
for more information.
2424

2525
* Enhance exception handling in `JSONClient` to capture messages returned as raw strings.

build.gradle

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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

9889
tasks.withType(GroovyCompile) {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
xhReleaseVersion=34.0-SNAPSHOT
22

3-
grailsVersion=7.0.0
3+
grailsVersion=7.0.2
44

55
hazelcast.version=5.6.0
66

src/main/groovy/io/xh/hoist/HoistCoreGrailsPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import static io.xh.hoist.util.Utils.createCustomOrDefault
2121

2222
class 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'

0 commit comments

Comments
 (0)