Skip to content

Commit

Permalink
Bump org.projectlombok:lombok from 1.18.30 to 1.18.36
Browse files Browse the repository at this point in the history
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.30 to 1.18.36.
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](projectlombok/lombok@v1.18.30...v1.18.36)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 92c2869 commit 7c9ba2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion basyx.aasregistry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<properties>
<lombok.maven-plugin.version>1.18.20.0</lombok.maven-plugin.version>
<lombok.maven-plugin.lombok.version>1.18.30</lombok.maven-plugin.lombok.version>
<lombok.maven-plugin.lombok.version>1.18.36</lombok.maven-plugin.lombok.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion basyx.submodelregistry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<properties>
<lombok.maven-plugin.version>1.18.20.0</lombok.maven-plugin.version>
<lombok.maven-plugin.lombok.version>1.18.30</lombok.maven-plugin.lombok.version>
<lombok.maven-plugin.lombok.version>1.18.36</lombok.maven-plugin.lombok.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<generated.folder>src/generated</generated.folder>
Expand Down

0 comments on commit 7c9ba2c

Please sign in to comment.