Skip to content

Commit e2a1e40

Browse files
committed
updates
1 parent 85368f2 commit e2a1e40

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pom.xml

+11-11
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>org.springframework</groupId>
5151
<artifactId>spring-framework-bom</artifactId>
52-
<version>5.3.15</version>
52+
<version>5.3.18</version>
5353
<type>pom</type>
5454
<scope>import</scope>
5555
</dependency>
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>org.apache.logging.log4j</groupId>
6565
<artifactId>log4j-bom</artifactId>
66-
<version>2.17.1</version>
66+
<version>2.17.2</version>
6767
<type>pom</type>
6868
<scope>import</scope>
6969
</dependency>
@@ -149,7 +149,7 @@
149149
<dependency>
150150
<groupId>org.mockito</groupId>
151151
<artifactId>mockito-core</artifactId>
152-
<version>4.3.1</version>
152+
<version>4.4.0</version>
153153
<scope>test</scope>
154154
<exclusions>
155155
<exclusion>
@@ -161,7 +161,7 @@
161161
<dependency>
162162
<groupId>org.postgresql</groupId>
163163
<artifactId>postgresql</artifactId>
164-
<version>42.3.2</version>
164+
<version>42.3.3</version>
165165
<optional>true</optional>
166166
</dependency>
167167
<dependency>
@@ -184,7 +184,7 @@
184184
<dependency>
185185
<groupId>org.mariadb.jdbc</groupId>
186186
<artifactId>mariadb-java-client</artifactId>
187-
<version>3.0.3</version>
187+
<version>3.0.4</version>
188188
<scope>test</scope>
189189
</dependency>
190190
<dependency>
@@ -344,11 +344,11 @@
344344
<plugins>
345345
<plugin>
346346
<artifactId>maven-clean-plugin</artifactId>
347-
<version>3.1.0</version>
347+
<version>3.2.0</version>
348348
</plugin>
349349
<plugin>
350350
<artifactId>maven-compiler-plugin</artifactId>
351-
<version>3.8.1</version>
351+
<version>3.10.1</version>
352352
</plugin>
353353
<plugin>
354354
<artifactId>maven-deploy-plugin</artifactId>
@@ -372,12 +372,12 @@
372372
</plugin>
373373
<plugin>
374374
<artifactId>maven-javadoc-plugin</artifactId>
375-
<version>3.3.0</version>
375+
<version>3.3.2</version>
376376
</plugin>
377377
<plugin>
378378
<groupId>org.jboss.jandex</groupId>
379379
<artifactId>jandex-maven-plugin</artifactId>
380-
<version>1.2.0</version>
380+
<version>1.2.2</version>
381381
</plugin>
382382
<plugin>
383383
<artifactId>maven-resources-plugin</artifactId>
@@ -389,11 +389,11 @@
389389
</plugin>
390390
<plugin>
391391
<artifactId>maven-scm-plugin</artifactId>
392-
<version>1.11.2</version>
392+
<version>1.12.2</version>
393393
</plugin>
394394
<plugin>
395395
<artifactId>maven-site-plugin</artifactId>
396-
<version>3.9.1</version>
396+
<version>3.11.0</version>
397397
</plugin>
398398
<plugin>
399399
<artifactId>maven-source-plugin</artifactId>

0 commit comments

Comments
 (0)