We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c0fa06 commit ba3c980Copy full SHA for ba3c980
2 files changed
dsmr-graphql/pom.xml
@@ -53,7 +53,7 @@
53
<dependency>
54
<groupId>org.springdoc</groupId>
55
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
56
- <version>3.0.1</version>
+ <version>3.0.2</version>
57
</dependency>
58
</dependencies>
59
</dependencyManagement>
pom.xml
@@ -59,7 +59,7 @@
<lombok.version>1.18.42</lombok.version>
60
61
<checkstyle-plugin.version>3.6.0</checkstyle-plugin.version>
62
- <checkstyle.version>13.2.0</checkstyle.version>
+ <checkstyle.version>13.3.0</checkstyle.version>
63
<rat.version>0.17</rat.version>
64
<jacoco.version>0.8.14</jacoco.version>
65
<junit5.version>6.0.3</junit5.version>
0 commit comments