Skip to content

Commit

Permalink
chore(deps): bump jenkins from 1.92 to 1.95 (#132)
Browse files Browse the repository at this point in the history
* chore(deps): bump jenkins from 1.92 to 1.95

Bumps [jenkins](https://github.com/jenkinsci/pom) from 1.92 to 1.95.
- [Release notes](https://github.com/jenkinsci/pom/releases)
- [Changelog](https://github.com/jenkinsci/pom/blob/master/CHANGELOG-old.md)
- [Commits](jenkinsci/pom@jenkins-1.92...jenkins-1.95)

---
updated-dependencies:
- dependency-name: org.jenkins-ci:jenkins
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: remove harcoded dependency it is no longer needed

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ivan Fernandez Calvo <kuisathaverat@gmail.com>
Co-authored-by: Ivan Fernandez Calvo <kuisathaverat@users.noreply.github.com>
  • Loading branch information
3 people authored Mar 10, 2023
1 parent c65d8d1 commit d3a7097
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jenkins-ci</groupId>
<artifactId>jenkins</artifactId>
<version>1.92</version>
<version>1.95</version>
</parent>

<groupId>org.jenkins-ci</groupId>
Expand Down Expand Up @@ -106,12 +106,6 @@
<version>1.17.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-nop</artifactId>
<version>2.0.6</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit d3a7097

Please sign in to comment.