This pom module contains the needed dependencies for the code generated by graphql-java-generator,
when the plugin is in server mode. When you use maven plugin or the gradle plugin, just add this dependency
so that the generated code embeds the necessary dependencies: <dependency><groupId>com.xyz</groupId>
<artifactId>mvn-web-deps</artifactId> <version>0.0.0-SNAPSHOT</version> <type>pom</type>
</dependency>
Version1.18.5compared with
Version Details
| 1.18.4 | 1.18.5 | |
|---|---|---|
| Release date | Mar 28, 2022 | Apr 03, 2022 |
| Licenses | MIT | MIT |
| Vulnerabilities | None | None |
Compile Changes (3)
| 1.18.4 | 1.18.5 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| ~ Updated | com.graphql-java-generator » graphql-java-spring-mvc | 1.18.4 | 1.18.5 |
| - Removed | com.fasterxml.jackson.core » jackson-databind | 2.11.4 | - |
| - Removed | org.springframework.boot » spring-boot-starter-web | 2.4.4 | - |
