aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 76a0fece..68b37200 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@ language governing permissions and limitations under the License.
<groupId>org.onap.dcaegen2.services</groupId>
<artifactId>sdk</artifactId>
- <version>1.8.9-SNAPSHOT</version>
+ <version>${revision}</version>
<name>dcaegen2-services-sdk</name>
<description>Common SDK repo for all DCAE Services</description>
@@ -73,28 +73,29 @@ language governing permissions and limitations under the License.
<properties>
<java.version>11</java.version>
- <junit-jupiter.version>5.7.0</junit-jupiter.version>
+ <junit-jupiter.version>5.9.0</junit-jupiter.version>
<junit-vintage.version>5.7.0</junit-vintage.version>
<junit-platform.version>1.3.1</junit-platform.version>
- <immutables.version>2.7.5</immutables.version>
+ <immutables.version>2.9.0</immutables.version>
<assertj-core.version>3.12.2</assertj-core.version>
<reactor.bom.version>2020.0.1</reactor.bom.version>
<slf4j.version>1.7.25</slf4j.version>
- <logback.version>1.2.3</logback.version>
+ <logback.version>1.2.11</logback.version>
<mockito.version>2.28.2</mockito.version>
- <protobuf.version>3.6.1</protobuf.version>
+ <protobuf.version>3.21.1</protobuf.version>
<vavr.version>0.10.2</vavr.version>
<commons-text.version>1.6</commons-text.version>
<jetbrains-annotations.version>16.0.3</jetbrains-annotations.version>
<protoc-jar-maven-plugin.version>3.6.0.2</protoc-jar-maven-plugin.version>
<testcontainers.version>1.15.1</testcontainers.version>
- <spring.boot.version>2.5.9</spring.boot.version>
+ <spring.boot.version>2.7.2</spring.boot.version>
<system.rules.version>1.17.2</system.rules.version>
<openapi4j.version>1.0.3</openapi4j.version>
<mockserver-client.version>5.11.2</mockserver-client.version>
<sonar.coverage.jacoco.xmlReportPaths>
${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml
</sonar.coverage.jacoco.xmlReportPaths>
+ <revision>1.8.10-SNAPSHOT</revision>
</properties>
<modules>