We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ecfc1d commit b89ef97Copy full SHA for b89ef97
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>com.neo4j</groupId>
8
<artifactId>aws-ec2-asg-discovery</artifactId>
9
- <version>0.3.2</version>
+ <version>0.3.3</version>
10
11
<properties>
12
<maven.compiler.source>17</maven.compiler.source>
@@ -43,12 +43,12 @@
43
<dependency>
44
<groupId>software.amazon.awssdk</groupId>
45
<artifactId>autoscaling</artifactId>
46
- <version>2.15.7</version>
+ <version>2.23.14</version>
47
</dependency>
48
49
50
<artifactId>ec2</artifactId>
51
52
53
54
<groupId>org.junit.jupiter</groupId>
0 commit comments