Skip to content

Commit

Permalink
Pom aws sdk dependency and prep java plugin for release (#324)
Browse files Browse the repository at this point in the history
Bumps dependencies across the board and prep java plugin for release

Co-authored-by: Pat Myron <[email protected]>
  • Loading branch information
John Tompkins and PatMyron authored Nov 4, 2020
1 parent ebca1dc commit 75133ad
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<awssdk.version>2.13.18</awssdk.version>
<checkstyle.version>8.29</checkstyle.version>
<commons-io.version>2.6</commons-io.version>
<jackson.version>2.10.1</jackson.version>
<maven-checkstyle-plugin.version>3.1.0</maven-checkstyle-plugin.version>
<mockito.version>2.26.0</mockito.version>
<spotbugs.version>3.1.11</spotbugs.version>
<spotless.version>1.23.1</spotless.version>
<maven-javadoc-plugin.version>3.1.1</maven-javadoc-plugin.version>
<maven-source-plugin.version>3.0.1</maven-source-plugin.version>
<awssdk.version>2.15.19</awssdk.version>
<checkstyle.version>8.36.2</checkstyle.version>
<commons-io.version>2.8.0</commons-io.version>
<jackson.version>2.11.3</jackson.version>
<maven-checkstyle-plugin.version>3.1.1</maven-checkstyle-plugin.version>
<mockito.version>3.6.0</mockito.version>
<spotbugs.version>4.1.4</spotbugs.version>
<spotless.version>2.5.0</spotless.version>
<maven-javadoc-plugin.version>3.2.0</maven-javadoc-plugin.version>
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
</properties>
<!-- https://docs.aws.amazon.com/sdk-for-java/v2/developer-guide/setup-project-maven.html -->
<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion python/rpdk/java/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import logging

__version__ = "2.0.2"
__version__ = "2.0.3"

logging.getLogger(__name__).addHandler(logging.NullHandler())
4 changes: 2 additions & 2 deletions python/rpdk/java/templates/init/shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.26.0</version>
<version>3.6.0</version>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.mockito/mockito-junit-jupiter -->
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>2.26.0</version>
<version>3.6.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 75133ad

Please sign in to comment.