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 eeda88d commit 75ed0e7Copy full SHA for 75ed0e7
spring-ai-alibaba-graph-core/pom.xml
@@ -41,6 +41,7 @@
41
<testcontainers.version>1.19.3</testcontainers.version>
42
<httpclient.version>4.5.14</httpclient.version>
43
<jackson.version>2.18.4</jackson.version>
44
+ <jetbrains-annotations.version>13.0</jetbrains-annotations.version>
45
</properties>
46
47
<dependencies>
@@ -81,7 +82,7 @@
81
82
<dependency>
83
<groupId>org.jetbrains</groupId>
84
<artifactId>annotations</artifactId>
- <version>13.0</version>
85
+ <version>${jetbrains-annotations.version}</version>
86
</dependency>
87
88
0 commit comments