Skip to content

Commit

Permalink
Merge pull request #413 from sanadhis/build/update-dependencies
Browse files Browse the repository at this point in the history
build: update dependencies
  • Loading branch information
matthiasr authored Apr 19, 2022
2 parents 8a20cb1 + 17be109 commit f9b8df2
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,22 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>cloudwatch</artifactId>
<version>2.17.100</version>
<version>2.17.170</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>sts</artifactId>
<version>2.17.100</version>
<version>2.17.170</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>resourcegroupstaggingapi</artifactId>
<version>2.17.100</version>
<version>2.17.170</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.13</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand All @@ -73,7 +78,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.0</version>
<version>2.13.2.1</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
Expand All @@ -98,7 +103,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
<version>10.0.7</version>
<version>10.0.8</version>
</dependency>

<dependency>
Expand Down

0 comments on commit f9b8df2

Please sign in to comment.