Skip to content

Commit b89ef97

Browse files
committed
bumped aws dependencies
1 parent 7ecfc1d commit b89ef97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.neo4j</groupId>
88
<artifactId>aws-ec2-asg-discovery</artifactId>
9-
<version>0.3.2</version>
9+
<version>0.3.3</version>
1010

1111
<properties>
1212
<maven.compiler.source>17</maven.compiler.source>
@@ -43,12 +43,12 @@
4343
<dependency>
4444
<groupId>software.amazon.awssdk</groupId>
4545
<artifactId>autoscaling</artifactId>
46-
<version>2.15.7</version>
46+
<version>2.23.14</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>software.amazon.awssdk</groupId>
5050
<artifactId>ec2</artifactId>
51-
<version>2.15.7</version>
51+
<version>2.23.14</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)