Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
pbortnik authored Dec 15, 2023
1 parent 04b1a7d commit 9216f2d
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.epam.reportportal</groupId>
<artifactId>commons-bom</artifactId>
<version>5.11.0</version>
<version>5.11.1</version>
<packaging>pom</packaging>

<name>commons-bom</name>
Expand Down Expand Up @@ -52,11 +52,12 @@
<jooq.version>3.12.4</jooq.version>

<reportportal.dao.version>5.11.0</reportportal.dao.version>
<reportportal.model.version>5.11.0</reportportal.model.version>
<reportportal.model.version>5.11.1</reportportal.model.version>
<reportportal.rules.version>5.11.0</reportportal.rules.version>
<reportportal.commons.version>5.11.0</reportportal.commons.version>
<reportportal.fonts.version>5.11.0</reportportal.fonts.version>
<reportportal.plugin.version>5.11.0</reportportal.plugin.version>
<reportportal.events.version>5.10.0</reportportal.events.version>

</properties>

Expand Down Expand Up @@ -137,7 +138,12 @@
<artifactId>plugin-api</artifactId>
<version>${reportportal.plugin.version}</version>
</dependency>

<dependency>
<groupId>com.epam.reportportal</groupId>
<artifactId>commons-events</artifactId>
<version>${reportportal.events.version}</version>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
Expand Down Expand Up @@ -236,4 +242,3 @@
</distributionManagement>

</project>

0 comments on commit 9216f2d

Please sign in to comment.