<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-plugin-events</artifactId>
<version>3.2.11</version>
</dependency>
compile
|-- org.codehaus.groovy:groovy:2.4.11
|-- org.slf4j:slf4j-api:1.7.22
|-- org.slf4j:jcl-over-slf4j:1.7.22
|-- org.grails:grails-core:3.2.11
|-- org.grails:grails-async:3.2.11
|-- io.projectreactor.spring:reactor-spring-context:2.0.7.RELEASE
|-- io.projectreactor:reactor-bus:2.0.8.RELEASE
test
|-- org.codehaus.groovy:groovy-test:2.4.11
|-- junit:junit:4.12