Skip to content

Commit

Permalink
Merge pull request #37 from reportportal/hotfix/5.11.7
Browse files Browse the repository at this point in the history
Hotfix 5.11.7
  • Loading branch information
IvanKustau authored Apr 9, 2024
2 parents e5bf00d + bcf3f26 commit b929af1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.6</version>
<version>5.11.7</version>
<packaging>pom</packaging>

<name>commons-bom</name>
Expand Down Expand Up @@ -48,10 +48,10 @@
<guava.version>32.0.0-jre</guava.version>
<swagger.version>2.9.2</swagger.version>
<hibernate-validator.version>6.1.5.Final</hibernate-validator.version>
<postgresql.version>42.4.3</postgresql.version>
<postgresql.version>42.6.1</postgresql.version>
<jooq.version>3.12.4</jooq.version>

<reportportal.dao.version>5.11.5</reportportal.dao.version>
<reportportal.dao.version>5.11.6</reportportal.dao.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>
Expand Down

0 comments on commit b929af1

Please sign in to comment.