Skip to content

Commit 6b1447c

Browse files
committed
Upgrade lombok and spring-cloud-netflix
1 parent 03e49e0 commit 6b1447c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add the dependency on pom.xml
1616
<dependency>
1717
<groupId>com.marcosbarbero.cloud</groupId>
1818
<artifactId>spring-cloud-zuul-ratelimit</artifactId>
19-
<version>1.0.0.RELEASE</version>
19+
<version>1.0.1.RELEASE</version>
2020
</dependency>
2121
```
2222

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
]]>
1414
</description>
1515
<url>https://github.com/marcosbarbero/spring-cloud-starter-zuul-ratelimit</url>
16-
<version>1.0.0.RELEASE</version>
16+
<version>1.0.1.RELEASE</version>
1717

1818
<licenses>
1919
<license>
@@ -24,7 +24,7 @@
2424
</licenses>
2525

2626
<properties>
27-
<lombok.version>1.16.8</lombok.version>
27+
<lombok.version>1.16.10</lombok.version>
2828
<maven.compiler.target>1.8</maven.compiler.target>
2929
<maven.compiler.source>1.8</maven.compiler.source>
3030
<java.version>1.8</java.version>
@@ -118,7 +118,7 @@
118118
<dependency>
119119
<groupId>org.springframework.cloud</groupId>
120120
<artifactId>spring-cloud-netflix</artifactId>
121-
<version>1.1.4.RELEASE</version>
121+
<version>1.1.5.RELEASE</version>
122122
<type>pom</type>
123123
<scope>import</scope>
124124
</dependency>

0 commit comments

Comments
 (0)