As far as I can tell, Groovy is used mostly as a scripting DSL in Gradle (build management for Java projects) and Jenkins (CI/CD). Neither of these use cases is new. Moreover, since v5.0, released in November of last year, Gradle has started offering Kotlin as a DSL option. Other Groovy projects (Grails, etc.) are barely worth mentioning.
What's behind Groovy's recent rapid growth?
But I also don't really agree with your conclusion that because Gradle and Jenkins aren't new that they could not be responsible for a rise in popularity. I think those are both ever growing projects (especially given Android depends on Gradle). So you get a continuous stream of people encountering Groovy.
Finally, yeah, there aren't too many high profile Groovy projects, but it is very pervasive as an embedded scripting option, and there are some new projects (eg: Micronaut) where its a great option. It can be found in a lot of places you might not expect (for example, I found out that Samsung's Smart Things are all driven by Groovy DSLs). It's also very powerful for full application dev, which I use it for. I think people underestimate its usage because it so often lives under the radar inside Java or other JVM projects. It certainly isn't too popular on HN, but HN is a very specific ecosystem and intersects very poorly with the "enterprise" world where Groovy would have a lot of its use cases.