Skip to content

Commit

Permalink
chore(deps): bump ph-css from 6.1.1 to 6.3.4 (#11694)
Browse files Browse the repository at this point in the history
* chore(deps): bump ph-css from 6.1.1 to 6.3.4

Bumps [ph-css](https://github.com/phax/ph-css) from 6.1.1 to 6.3.4.
- [Release notes](https://github.com/phax/ph-css/releases)
- [Commits](phax/ph-css@ph-css-parent-pom-6.1.1...ph-css-parent-pom-6.3.4)

---
updated-dependencies:
- dependency-name: com.helger:ph-css
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Remove ph-commons dependency override

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Artem Godin <[email protected]>
  • Loading branch information
dependabot[bot] and fluorumlabs authored Sep 1, 2021
1 parent f0e2731 commit ff4dbc5
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions flow-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,25 +130,7 @@
<dependency>
<groupId>com.helger</groupId>
<artifactId>ph-css</artifactId>
<version>6.1.1</version>
<exclusions>
<exclusion>
<groupId>com.helger</groupId>
<artifactId>ph-commons</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>com.helger</groupId>
<artifactId>ph-commons</artifactId>
<version>9.1.2</version>
<exclusions>
<exclusion>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
</exclusion>
</exclusions>
<version>6.3.4</version>
</dependency>

<!-- Byte code generation -->
Expand Down

0 comments on commit ff4dbc5

Please sign in to comment.