Skip to content

Commit

Permalink
chore: bump version to 2.2.0, bump dependencies (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeDombo authored Oct 18, 2021
1 parent 380d250 commit c88203d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<artifactId>log-manager</artifactId>
<name>greengrass-log-manager</name>
<packaging>jar</packaging>
<version>2.1.0-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>

<licenses>
<license>
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>2.15.47</version>
<version>2.17.60</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -57,25 +57,25 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.10</version>
<version>1.18.22</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.6.2</version>
<version>5.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>3.2.4</version>
<version>4.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.6.2</version>
<version>5.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit c88203d

Please sign in to comment.