Skip to content

Commit

Permalink
chore(deps): bump org.projectlombok:lombok from 1.18.32 to 1.18.34 (6…
Browse files Browse the repository at this point in the history
…090)

chore(deps): bump org.projectlombok:lombok from 1.18.32 to 1.18.34

Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.32 to 1.18.34.
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](projectlombok/lombok@v1.18.32...v1.18.34)

---
updated-dependencies:
- dependency-name: org.projectlombok:lombok
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
chore (deps) : Add lombok dependency to openshift-client-api module

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent d73b220 commit b7a078a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions openshift-client-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@
<artifactId>transform-annotations</artifactId>
</dependency>

<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>

<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr.annotations</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<jackson.bundle.version>${jackson.version}</jackson.bundle.version>
<slf4j.version>2.0.13</slf4j.version>
<log4j.version>2.23.1</log4j.version>
<lombok.version>1.18.32</lombok.version>
<lombok.version>1.18.34</lombok.version>
<snakeyaml.version>2.7</snakeyaml.version>
<snakeyaml.bundle.version>2.2</snakeyaml.bundle.version> <!-- Transitive Jackson -->
<bouncycastle.version>1.78.1</bouncycastle.version>
Expand Down

0 comments on commit b7a078a

Please sign in to comment.