diff --git a/pom.xml b/pom.xml index e5c52470..0bf257d2 100644 --- a/pom.xml +++ b/pom.xml @@ -37,16 +37,16 @@ 1.8 UTF-8 UTF-8 - 2.13.18 - 8.29 - 2.6 - 2.10.1 - 3.1.0 - 2.26.0 - 3.1.11 - 1.23.1 - 3.1.1 - 3.0.1 + 2.15.19 + 8.36.2 + 2.8.0 + 2.11.3 + 3.1.1 + 3.6.0 + 4.1.4 + 2.5.0 + 3.2.0 + 3.2.1 diff --git a/python/rpdk/java/__init__.py b/python/rpdk/java/__init__.py index 24e09ec9..23e20263 100644 --- a/python/rpdk/java/__init__.py +++ b/python/rpdk/java/__init__.py @@ -1,5 +1,5 @@ import logging -__version__ = "2.0.2" +__version__ = "2.0.3" logging.getLogger(__name__).addHandler(logging.NullHandler()) diff --git a/python/rpdk/java/templates/init/shared/pom.xml b/python/rpdk/java/templates/init/shared/pom.xml index 2ef908b3..5c5ead6a 100644 --- a/python/rpdk/java/templates/init/shared/pom.xml +++ b/python/rpdk/java/templates/init/shared/pom.xml @@ -69,14 +69,14 @@ org.mockito mockito-core - 2.26.0 + 3.6.0 test org.mockito mockito-junit-jupiter - 2.26.0 + 3.6.0 test