Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 4d40c77

Browse files
committed
bump lombok
1 parent 8706b0c commit 4d40c77

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ addons:
66
organization: "sbtqasonarkey"
77
token: $SONAR_TOKEN
88
jdk:
9-
- oraclejdk8
9+
- oraclejdk11
1010
before_install:
1111
- if [ ! -z "$GPG_SECRET_KEYS" ]; then echo $GPG_SECRET_KEYS | base64 --decode | $GPG_EXECUTABLE --import; fi
1212
- if [ ! -z "$GPG_OWNERTRUST" ]; then echo $GPG_OWNERTRUST | base64 --decode | $GPG_EXECUTABLE --import-ownertrust; fi

providers/properties-provider/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@
3535
<artifactId>java-properties-to-json</artifactId>
3636
<version>${java.properties.to.json.version}</version>
3737
</dependency>
38+
<dependency>
39+
<groupId>org.projectlombok</groupId>
40+
<artifactId>lombok</artifactId>
41+
<version>1.18.2</version>
42+
</dependency>
3843
</dependencies>
3944

4045
</project>

0 commit comments

Comments
 (0)