Skip to content

Commit d9d03d5

Browse files
committed
updates
1 parent f5333c9 commit d9d03d5

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,11 @@
133133
<plugins>
134134
<plugin>
135135
<artifactId>maven-clean-plugin</artifactId>
136-
<version>3.1.0</version>
136+
<version>3.2.0</version>
137137
</plugin>
138138
<plugin>
139139
<artifactId>maven-compiler-plugin</artifactId>
140-
<version>3.8.1</version>
140+
<version>3.10.1</version>
141141
</plugin>
142142
<plugin>
143143
<artifactId>maven-deploy-plugin</artifactId>
@@ -158,7 +158,7 @@
158158
</plugin>
159159
<plugin>
160160
<artifactId>maven-site-plugin</artifactId>
161-
<version>3.9.1</version>
161+
<version>3.11.0</version>
162162
</plugin>
163163
<plugin>
164164
<artifactId>maven-surefire-plugin</artifactId>
@@ -170,20 +170,20 @@
170170
</plugin>
171171
<plugin>
172172
<artifactId>maven-javadoc-plugin</artifactId>
173-
<version>3.3.1</version>
173+
<version>3.3.2</version>
174174
</plugin>
175175
<plugin>
176176
<groupId>org.jboss.jandex</groupId>
177177
<artifactId>jandex-maven-plugin</artifactId>
178-
<version>1.2.1</version>
178+
<version>1.2.2</version>
179179
</plugin>
180180
<plugin>
181181
<artifactId>maven-resources-plugin</artifactId>
182182
<version>3.2.0</version>
183183
</plugin>
184184
<plugin>
185185
<artifactId>maven-scm-plugin</artifactId>
186-
<version>1.12.0</version>
186+
<version>1.12.2</version>
187187
</plugin>
188188
<plugin>
189189
<artifactId>maven-source-plugin</artifactId>
@@ -209,7 +209,7 @@
209209
<dependency>
210210
<groupId>org.springframework</groupId>
211211
<artifactId>spring-framework-bom</artifactId>
212-
<version>5.3.15</version>
212+
<version>5.3.18</version>
213213
<type>pom</type>
214214
<scope>import</scope>
215215
</dependency>
@@ -223,7 +223,7 @@
223223
<dependency>
224224
<groupId>org.apache.logging.log4j</groupId>
225225
<artifactId>log4j-bom</artifactId>
226-
<version>2.17.1</version>
226+
<version>2.17.2</version>
227227
<type>pom</type>
228228
<scope>import</scope>
229229
</dependency>
@@ -275,7 +275,7 @@
275275
<dependency>
276276
<groupId>org.postgresql</groupId>
277277
<artifactId>postgresql</artifactId>
278-
<version>42.3.2</version>
278+
<version>42.3.3</version>
279279
<scope>test</scope>
280280
</dependency>
281281
<dependency>
@@ -299,7 +299,7 @@
299299
<dependency>
300300
<groupId>org.mariadb.jdbc</groupId>
301301
<artifactId>mariadb-java-client</artifactId>
302-
<version>3.0.3</version>
302+
<version>3.0.4</version>
303303
<scope>test</scope>
304304
</dependency>
305305
<dependency>
@@ -394,7 +394,7 @@
394394
<properties>
395395
<project.reporting.outputEncoding>utf-8</project.reporting.outputEncoding>
396396
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
397-
<hibernate.version>6.0.0.CR1</hibernate.version>
397+
<hibernate.version>6.0.0.Final</hibernate.version>
398398
</properties>
399399

400400
</project>

0 commit comments

Comments
 (0)