Skip to content

Commit

Permalink
build: Apache Groovy 4.0.10 (#8975)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo authored Mar 21, 2023
1 parent 8ba4c29 commit fe828de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ wiremock = "2.33.2"
# Versions which start with managed- are managed by Micronaut in the sense
# that they will appear in the Micronaut BOM as <properties>
#
managed-groovy = "4.0.9"
managed-groovy = "4.0.10"
managed-jakarta-annotation-api = "2.1.1"
managed-jackson = "2.14.0"
managed-jackson-databind = "2.14.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*/
package io.micronaut.ast.groovy.visitor

import groovy.transform.CompileDynamic
import groovy.transform.CompileStatic
import io.micronaut.core.annotation.AnnotationMetadata
import io.micronaut.core.annotation.Internal
Expand Down Expand Up @@ -95,7 +94,6 @@ class LoadedVisitor implements Ordered {
return true
}

@CompileDynamic
@Override
int hashCode() {
return visitor.getClass().hashCode()
Expand Down

0 comments on commit fe828de

Please sign in to comment.