Skip to content

Commit

Permalink
5.7.5 || Release (#25)
Browse files Browse the repository at this point in the history
* Epmrpp 81377 merge stale branches (#24)

EPMRPP-81377 || * Bump postgresql from 42.4.1 to 42.4.3 (#20)

Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.4.1 to 42.4.3.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.4.1...REL42.4.3)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump hibernate-validator from 6.1.2.Final to 6.1.5.Final (#11)

Bumps [hibernate-validator](https://github.com/hibernate/hibernate-validator) from 6.1.2.Final to 6.1.5.Final.
- [Release notes](https://github.com/hibernate/hibernate-validator/releases)
- [Changelog](https://github.com/hibernate/hibernate-validator/blob/6.1.5.Final/changelog.txt)
- [Commits](hibernate/hibernate-validator@6.1.2.Final...6.1.5.Final)

---
updated-dependencies:
- dependency-name: org.hibernate.validator:hibernate-validator
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: miracle8484 <[email protected]>

* Bump junit from 4.12 to 4.13.1 (#8)

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](junit-team/junit4@r4.12...r4.13.1)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: miracle8484 <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrei Piankouski <[email protected]>
  • Loading branch information
4 people authored Apr 17, 2023
1 parent e0b115b commit 80a1760
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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.7.4</version>
<version>5.7.5</version>
<packaging>pom</packaging>

<name>commons-bom</name>
Expand Down Expand Up @@ -47,12 +47,12 @@
<spring-boot.version>2.5.14</spring-boot.version>
<guava.version>30.0-jre</guava.version>
<swagger.version>2.9.2</swagger.version>
<hibernate-validator.version>6.1.2.Final</hibernate-validator.version>
<postgresql.version>42.4.1</postgresql.version>
<hibernate-validator.version>6.1.5.Final</hibernate-validator.version>
<postgresql.version>42.4.3</postgresql.version>
<jooq.version>3.12.4</jooq.version>

<reportportal.dao.version>5.7.4</reportportal.dao.version>
<reportportal.model.version>5.7.3</reportportal.model.version>
<reportportal.dao.version>5.8.0</reportportal.dao.version>
<reportportal.model.version>5.8.0</reportportal.model.version>
<reportportal.rules.version>5.4.0</reportportal.rules.version>
<reportportal.commons.version>5.4.0</reportportal.commons.version>
<reportportal.fonts.version>5.4.0</reportportal.fonts.version>
Expand Down Expand Up @@ -210,7 +210,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 80a1760

Please sign in to comment.