Skip to content

Commit ffb4b80

Browse files
Merge branch 'steve-community:master' into master
2 parents 8aca064 + 9aca4a6 commit ffb4b80

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@
3535
<java.version>17</java.version>
3636
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3737

38-
<jooq.version>3.19.7</jooq.version>
39-
<flyway.version>10.11.1</flyway.version>
38+
<jooq.version>3.19.9</jooq.version>
39+
<flyway.version>10.13.0</flyway.version>
4040
<cxf.version>3.5.5</cxf.version>
41-
<spring.version>5.3.34</spring.version>
41+
<spring.version>5.3.36</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>
4545
<lombok.version>1.18.32</lombok.version>
46-
<jackson.version>2.17.0</jackson.version>
47-
<plugin.license-maven.version>4.3</plugin.license-maven.version>
46+
<jackson.version>2.17.1</jackson.version>
47+
<plugin.license-maven.version>4.5</plugin.license-maven.version>
4848

4949
<!-- In Mysql: schema == database (http://dev.mysql.com/doc/refman/5.6/en/glossary.html#glos_schema) -->
5050
<jdbcUrl>jdbc:mysql://${db.ip}:${db.port}/${db.schema}?useSSL=true&amp;serverTimezone=UTC</jdbcUrl>
@@ -155,7 +155,7 @@
155155
<plugin>
156156
<groupId>org.apache.maven.plugins</groupId>
157157
<artifactId>maven-enforcer-plugin</artifactId>
158-
<version>3.4.1</version>
158+
<version>3.5.0</version>
159159
<executions>
160160
<execution>
161161
<id>enforce-java</id>
@@ -205,7 +205,7 @@
205205
<plugin>
206206
<groupId>com.github.spotbugs</groupId>
207207
<artifactId>spotbugs-maven-plugin</artifactId>
208-
<version>4.8.4.0</version>
208+
<version>4.8.5.0</version>
209209
<configuration>
210210
<failOnError>false</failOnError>
211211
<onlyAnalyze>de.rwth.idsg.steve.-</onlyAnalyze>
@@ -563,7 +563,7 @@
563563
<dependency>
564564
<groupId>com.google.guava</groupId>
565565
<artifactId>guava</artifactId>
566-
<version>33.1.0-jre</version>
566+
<version>33.2.1-jre</version>
567567
</dependency>
568568
<dependency>
569569
<groupId>com.fasterxml.jackson.core</groupId>
@@ -751,13 +751,13 @@
751751
<dependency>
752752
<groupId>org.mockito</groupId>
753753
<artifactId>mockito-junit-jupiter</artifactId>
754-
<version>5.11.0</version>
754+
<version>5.12.0</version>
755755
<scope>test</scope>
756756
</dependency>
757757
<dependency>
758758
<groupId>net.bytebuddy</groupId>
759759
<artifactId>byte-buddy</artifactId>
760-
<version>1.14.14</version>
760+
<version>1.14.17</version>
761761
<scope>test</scope>
762762
</dependency>
763763
<dependency>

0 commit comments

Comments
 (0)