@@ -24,7 +24,7 @@ limitations under the License.
2424
2525 <groupId >io.appulse</groupId >
2626 <artifactId >utils-java</artifactId >
27- <version >1.8 .0</version >
27+ <version >1.9 .0</version >
2828 <packaging >jar</packaging >
2929
3030 <properties >
@@ -62,7 +62,7 @@ limitations under the License.
6262 <url >https://github.com/appulse-projects/utils-java</url >
6363 <connection >scm:git:https://github.com/appulse-projects/utils-java.git</connection >
6464 <developerConnection >scm:git:https://github.com/appulse-projects/utils-java.git</developerConnection >
65- <tag >1.8 .0</tag >
65+ <tag >1.9 .0</tag >
6666 </scm >
6767
6868 <distributionManagement >
@@ -98,7 +98,7 @@ limitations under the License.
9898 <dependency >
9999 <groupId >org.projectlombok</groupId >
100100 <artifactId >lombok</artifactId >
101- <version >1.16.20 </version >
101+ <version >1.18.2 </version >
102102 <scope >provided</scope >
103103 </dependency >
104104
@@ -110,7 +110,7 @@ limitations under the License.
110110 <dependency >
111111 <groupId >io.appulse</groupId >
112112 <artifactId >logging-java</artifactId >
113- <version >1.0.2 </version >
113+ <version >1.1.0 </version >
114114 <scope >provided</scope >
115115 </dependency >
116116
@@ -124,7 +124,7 @@ limitations under the License.
124124 <dependency >
125125 <groupId >com.google.code.findbugs</groupId >
126126 <artifactId >annotations</artifactId >
127- <version >3.0.1 </version >
127+ <version >3.0.1u2 </version >
128128 <scope >provided</scope >
129129 </dependency >
130130 <dependency >
@@ -137,7 +137,7 @@ limitations under the License.
137137 <dependency >
138138 <groupId >org.assertj</groupId >
139139 <artifactId >assertj-core</artifactId >
140- <version >3.9 .1</version >
140+ <version >3.11 .1</version >
141141 <scope >test</scope >
142142 </dependency >
143143 </dependencies >
@@ -277,7 +277,7 @@ limitations under the License.
277277 <dependency >
278278 <groupId >com.puppycrawl.tools</groupId >
279279 <artifactId >checkstyle</artifactId >
280- <version >8.8 </version >
280+ <version >8.12 </version >
281281 </dependency >
282282 </dependencies >
283283 <executions >
0 commit comments