Skip to content

Commit

Permalink
remove j2html dependency (#217)
Browse files Browse the repository at this point in the history
* remove j2html dependency

* Bump forensics-api from 1.14.0 to 1.15.1

Bumps [forensics-api](https://github.com/jenkinsci/forensics-api-plugin) from 1.14.0 to 1.15.1.
- [Release notes](https://github.com/jenkinsci/forensics-api-plugin/releases)
- [Changelog](https://github.com/jenkinsci/forensics-api-plugin/blob/master/CHANGELOG.md)
- [Commits](jenkinsci/forensics-api-plugin@v1.14.0...v1.15.1)

---
updated-dependencies:
- dependency-name: io.jenkins.plugins:forensics-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* remove j2html dependency

Co-authored-by: simonsymhoven <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Jul 6, 2022
1 parent cd88adc commit baf1e9f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<select2-api.version>4.0.13-7</select2-api.version>
<json-schema.version>1.5.1</json-schema.version>
<forensics-api.version>1.15.1</forensics-api.version>
<j2html.version>1.4.0</j2html.version>
<commonmark.version>0.19.0</commonmark.version>
</properties>

Expand Down Expand Up @@ -108,11 +107,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.j2html</groupId>
<artifactId>j2html</artifactId>
<version>${j2html.version}</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>scm-api</artifactId>
Expand Down

0 comments on commit baf1e9f

Please sign in to comment.