Skip to content

Commit 7c0c773

Browse files
authored
Merge branch 'steve-community:master' into ApiRemoteStartStop
2 parents aec19e3 + 4aa124e commit 7c0c773

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3737

3838
<jooq.version>3.19.7</jooq.version>
39-
<flyway.version>10.11.0</flyway.version>
39+
<flyway.version>10.11.1</flyway.version>
4040
<cxf.version>3.5.5</cxf.version>
41-
<spring.version>5.3.33</spring.version>
41+
<spring.version>5.3.34</spring.version>
4242
<spring.security.version>5.7.11</spring.security.version>
4343
<mysql.jdbc.version>8.0.30</mysql.jdbc.version>
4444
<jetty.version>10.0.14</jetty.version>
@@ -195,7 +195,7 @@
195195
<plugin>
196196
<groupId>org.apache.maven.plugins</groupId>
197197
<artifactId>maven-pmd-plugin</artifactId>
198-
<version>3.21.2</version>
198+
<version>3.22.0</version>
199199
<configuration>
200200
<rulesets>
201201
<ruleset>${project.basedir}/src/main/resources/maven-pmd-plugin-default.xml</ruleset>
@@ -205,7 +205,7 @@
205205
<plugin>
206206
<groupId>com.github.spotbugs</groupId>
207207
<artifactId>spotbugs-maven-plugin</artifactId>
208-
<version>4.8.3.1</version>
208+
<version>4.8.4.0</version>
209209
<configuration>
210210
<failOnError>false</failOnError>
211211
<onlyAnalyze>de.rwth.idsg.steve.-</onlyAnalyze>
@@ -286,7 +286,7 @@
286286
<plugin>
287287
<groupId>org.apache.maven.plugins</groupId>
288288
<artifactId>maven-jar-plugin</artifactId>
289-
<version>3.3.0</version>
289+
<version>3.4.1</version>
290290
<configuration>
291291
<archive>
292292
<manifest>
@@ -503,7 +503,7 @@
503503
<dependency>
504504
<groupId>org.slf4j</groupId>
505505
<artifactId>slf4j-bom</artifactId>
506-
<version>2.0.12</version>
506+
<version>2.0.13</version>
507507
<type>pom</type>
508508
<scope>import</scope>
509509
</dependency>
@@ -757,7 +757,7 @@
757757
<dependency>
758758
<groupId>net.bytebuddy</groupId>
759759
<artifactId>byte-buddy</artifactId>
760-
<version>1.14.13</version>
760+
<version>1.14.14</version>
761761
<scope>test</scope>
762762
</dependency>
763763
<dependency>

0 commit comments

Comments
 (0)