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 5ac6132 commit e1685f4Copy full SHA for e1685f4
pom.xml
@@ -63,6 +63,7 @@
63
<spring.boot.version>2.7.5</spring.boot.version>
64
<spring.version>5.3.23</spring.version>
65
<prometheus.client.version>0.15.0</prometheus.client.version>
66
+ <reflections.version>0.10.2</reflections.version>
67
68
<e2e.skip>true</e2e.skip>
69
spring-aot/pom.xml
@@ -17,7 +17,7 @@
17
<dependency>
18
<groupId>org.reflections</groupId>
19
<artifactId>reflections</artifactId>
20
- <version>0.10.2</version>
+ <version>${reflections.version}</version>
21
</dependency>
22
23
<groupId>io.kubernetes</groupId>
0 commit comments