Skip to content

Commit

Permalink
bumped aws dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pecollet committed Jan 31, 2024
1 parent 7ecfc1d commit b89ef97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.neo4j</groupId>
<artifactId>aws-ec2-asg-discovery</artifactId>
<version>0.3.2</version>
<version>0.3.3</version>

<properties>
<maven.compiler.source>17</maven.compiler.source>
Expand Down Expand Up @@ -43,12 +43,12 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>autoscaling</artifactId>
<version>2.15.7</version>
<version>2.23.14</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>ec2</artifactId>
<version>2.15.7</version>
<version>2.23.14</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit b89ef97

Please sign in to comment.