Skip to content

Commit

Permalink
Bump lombok from 1.18.6 to 1.18.8 in /examples (#1462)
Browse files Browse the repository at this point in the history
Bumps [lombok](https://github.com/rzwitserloot/lombok) from 1.18.6 to 1.18.8.
- [Release notes](https://github.com/rzwitserloot/lombok/releases)
- [Changelog](https://github.com/rzwitserloot/lombok/blob/master/doc/changelog.markdown)
- [Commits](projectlombok/lombok@v1.18.6...v1.18.8)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot[bot] authored and rnorth committed May 15, 2019
1 parent 4947ec4 commit e930b59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/disque-job-queue/build.gradle
Expand Up @@ -7,7 +7,7 @@ repositories {
}

dependencies {
compileOnly 'org.projectlombok:lombok:1.18.6'
compileOnly 'org.projectlombok:lombok:1.18.8'
implementation 'biz.paluch.redis:spinach:0.3'
implementation 'com.google.code.gson:gson:2.8.5'
implementation 'com.google.guava:guava:23.0'
Expand Down
2 changes: 1 addition & 1 deletion examples/spring-boot/build.gradle
Expand Up @@ -9,7 +9,7 @@ repositories {
}

dependencies {
compileOnly 'org.projectlombok:lombok:1.18.6'
compileOnly 'org.projectlombok:lombok:1.18.8'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-data-redis'
implementation 'org.springframework.boot:spring-boot-starter-web'
Expand Down

0 comments on commit e930b59

Please sign in to comment.