11<?xml version =" 1.0" encoding =" UTF-8" ?>
22
33<!--
4- Copyright 2019 the original author or authors.
4+ Copyright 2020 the original author or authors.
55
66Licensed under the Apache License, Version 2.0 (the "License");
77you may not use this file except in compliance with the License.
@@ -24,7 +24,7 @@ limitations under the License.
2424
2525 <groupId >io.appulse</groupId >
2626 <artifactId >logging-java</artifactId >
27- <version >1.1.2 </version >
27+ <version >1.1.3 </version >
2828 <packaging >jar</packaging >
2929
3030 <properties >
@@ -66,7 +66,7 @@ limitations under the License.
6666 <url >https://github.com/appulse-projects/logging-java</url >
6767 <connection >scm:git:https://github.com/appulse-projects/logging-java.git</connection >
6868 <developerConnection >scm:git:https://github.com/appulse-projects/logging-java.git</developerConnection >
69- <tag >1.1.2 </tag >
69+ <tag >1.1.3 </tag >
7070 </scm >
7171
7272 <distributionManagement >
@@ -102,7 +102,7 @@ limitations under the License.
102102 <dependency >
103103 <groupId >org.projectlombok</groupId >
104104 <artifactId >lombok</artifactId >
105- <version >1.18.8 </version >
105+ <version >1.18.12 </version >
106106 <scope >provided</scope >
107107 </dependency >
108108
@@ -115,33 +115,33 @@ limitations under the License.
115115 <dependency >
116116 <groupId >org.junit.jupiter</groupId >
117117 <artifactId >junit-jupiter-engine</artifactId >
118- <version >5.4.2 </version >
118+ <version >5.6.0 </version >
119119 <scope >test</scope >
120120 </dependency >
121121 <dependency >
122122 <groupId >org.junit.jupiter</groupId >
123123 <artifactId >junit-jupiter-params</artifactId >
124- <version >5.4.2 </version >
124+ <version >5.6.0 </version >
125125 <scope >test</scope >
126126 </dependency >
127127
128128 <dependency >
129129 <groupId >org.assertj</groupId >
130130 <artifactId >assertj-core</artifactId >
131- <version >3.12.2 </version >
131+ <version >3.15.0 </version >
132132 <scope >test</scope >
133133 </dependency >
134134
135135 <dependency >
136136 <groupId >org.mockito</groupId >
137137 <artifactId >mockito-core</artifactId >
138- <version >2.27 .0</version >
138+ <version >3.3 .0</version >
139139 <scope >test</scope >
140140 </dependency >
141141 <dependency >
142142 <groupId >org.mockito</groupId >
143143 <artifactId >mockito-junit-jupiter</artifactId >
144- <version >2.27.5 </version >
144+ <version >3.3.0 </version >
145145 <scope >test</scope >
146146 </dependency >
147147
@@ -154,7 +154,7 @@ limitations under the License.
154154 <dependency >
155155 <groupId >com.github.spotbugs</groupId >
156156 <artifactId >spotbugs-annotations</artifactId >
157- <version >3.1.12 </version >
157+ <version >4.0.0 </version >
158158 <scope >provided</scope >
159159 </dependency >
160160 <dependency >
@@ -170,7 +170,7 @@ limitations under the License.
170170 <plugin >
171171 <groupId >org.apache.maven.plugins</groupId >
172172 <artifactId >maven-source-plugin</artifactId >
173- <version >3.1.0 </version >
173+ <version >3.2.1 </version >
174174 <executions >
175175 <execution >
176176 <id >attach-sources</id >
@@ -184,7 +184,7 @@ limitations under the License.
184184 <plugin >
185185 <groupId >pl.project13.maven</groupId >
186186 <artifactId >git-commit-id-plugin</artifactId >
187- <version >3.0.0 </version >
187+ <version >3.0.1 </version >
188188 <executions >
189189 <execution >
190190 <id >git-infos</id >
@@ -214,7 +214,7 @@ limitations under the License.
214214 <plugin >
215215 <groupId >org.apache.maven.plugins</groupId >
216216 <artifactId >maven-javadoc-plugin</artifactId >
217- <version >3.1.0 </version >
217+ <version >3.1.1 </version >
218218 <configuration >
219219 <additionalOptions >-Xdoclint:none</additionalOptions >
220220 <additionalparam >-Xdoclint:none</additionalparam >
@@ -291,7 +291,7 @@ limitations under the License.
291291 <plugin >
292292 <groupId >com.github.spotbugs</groupId >
293293 <artifactId >spotbugs-maven-plugin</artifactId >
294- <version >3.1.11 </version >
294+ <version >3.1.12.2 </version >
295295 <configuration >
296296 <effort >Max</effort >
297297 <threshold >Low</threshold >
@@ -312,7 +312,7 @@ limitations under the License.
312312 <plugin >
313313 <groupId >org.apache.maven.plugins</groupId >
314314 <artifactId >maven-pmd-plugin</artifactId >
315- <version >3.12 .0</version >
315+ <version >3.13 .0</version >
316316 <configuration >
317317 <sourceEncoding >${project.build.sourceEncoding} </sourceEncoding >
318318 <targetJdk >${maven.compiler.source} </targetJdk >
@@ -338,12 +338,12 @@ limitations under the License.
338338 <plugin >
339339 <groupId >org.apache.maven.plugins</groupId >
340340 <artifactId >maven-checkstyle-plugin</artifactId >
341- <version >3.1.0 </version >
341+ <version >3.1.1 </version >
342342 <dependencies >
343343 <dependency >
344344 <groupId >com.puppycrawl.tools</groupId >
345345 <artifactId >checkstyle</artifactId >
346- <version >8.21 </version >
346+ <version >8.29 </version >
347347 </dependency >
348348 </dependencies >
349349 <executions >
@@ -404,7 +404,7 @@ limitations under the License.
404404 <plugin >
405405 <groupId >org.apache.maven.plugins</groupId >
406406 <artifactId >maven-enforcer-plugin</artifactId >
407- <version >3.0.0-M2 </version >
407+ <version >3.0.0-M3 </version >
408408 <executions >
409409 <execution >
410410 <id >enforce-versions</id >
0 commit comments