Skip to content

Commit 9d45b9a

Browse files
authored
Merge pull request #92 from juherr/feature/upgrade-deps
Feature/upgrade deps
2 parents f20276c + 7977a3f commit 9d45b9a

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@
3636
<plugin.license-maven.version>5.0.0</plugin.license-maven.version>
3737
<plugin.cxf.version>4.1.3</plugin.cxf.version>
3838

39-
<lombok.version>1.18.38</lombok.version>
39+
<lombok.version>1.18.40</lombok.version>
4040
<jetty.version>12.0.18</jetty.version>
4141
<mysql.jdbc.version>9.4.0</mysql.jdbc.version>
4242
<owasp-encoder.version>1.3.1</owasp-encoder.version>
4343
<slf4j.version>2.0.17</slf4j.version>
4444
<jooq.version>3.19.18</jooq.version>
45-
<flyway.version>11.11.2</flyway.version>
45+
<flyway.version>11.12.0</flyway.version>
4646
<jaxb.version>4.0.9</jaxb.version>
4747
<cxf.version>4.1.3</cxf.version>
48-
<testcontainers.version>1.20.6</testcontainers.version>
48+
<testcontainers.version>1.21.3</testcontainers.version>
4949
</properties>
5050

5151
<dependencyManagement>
@@ -98,7 +98,7 @@
9898
<dependency>
9999
<groupId>org.springframework</groupId>
100100
<artifactId>spring-framework-bom</artifactId>
101-
<version>6.2.0</version>
101+
<version>6.2.10</version>
102102
<type>pom</type>
103103
<scope>import</scope>
104104
</dependency>
@@ -112,7 +112,7 @@
112112
<dependency>
113113
<groupId>org.junit</groupId>
114114
<artifactId>junit-bom</artifactId>
115-
<version>5.12.1</version>
115+
<version>5.13.4</version>
116116
<type>pom</type>
117117
<scope>import</scope>
118118
</dependency>
@@ -131,7 +131,7 @@
131131
<dependency>
132132
<groupId>jakarta.annotation</groupId>
133133
<artifactId>jakarta.annotation-api</artifactId>
134-
<version>2.1.1</version>
134+
<version>3.0.0</version>
135135
</dependency>
136136
<dependency>
137137
<groupId>jakarta.mail</groupId>
@@ -359,7 +359,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
359359
<plugin>
360360
<groupId>com.github.spotbugs</groupId>
361361
<artifactId>spotbugs-maven-plugin</artifactId>
362-
<version>4.9.2.0</version>
362+
<version>4.9.4.1</version>
363363
<configuration>
364364
<failOnError>false</failOnError>
365365
<onlyAnalyze>de.rwth.idsg.steve.-</onlyAnalyze>

steve-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>org.springdoc</groupId>
2929
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
30-
<version>2.8.11</version>
30+
<version>2.8.12</version>
3131
</dependency>
3232

3333
<dependency>

steve-ocpp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<dependency>
1515
<groupId>jakarta.validation</groupId>
1616
<artifactId>jakarta.validation-api</artifactId>
17-
<version>3.1.0</version>
17+
<version>3.1.1</version>
1818
</dependency>
1919
<dependency>
2020
<groupId>jakarta.xml.soap</groupId>
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>jakarta.xml.ws</groupId>
3636
<artifactId>jakarta.xml.ws-api</artifactId>
37-
<version>3.0.1</version>
37+
<version>4.0.2</version>
3838
</dependency>
3939

4040
<dependency>

0 commit comments

Comments
 (0)