Skip to content

Commit

Permalink
Upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ralscha committed Aug 31, 2024
1 parent a9ea812 commit 4749fcf
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring.version>6.1.10</spring.version>
<spring.version>6.1.12</spring.version>
<spring.boot.version>3.3.1</spring.boot.version>
<jackson.version>2.17.1</jackson.version>
<jackson-dataformat.version>2.17.1</jackson-dataformat.version>
Expand Down Expand Up @@ -76,7 +76,7 @@
<version>3.7.0</version>
<configuration>
<links>
<link>https://docs.spring.io/spring-framework/docs/6.1.10/javadoc-api/</link>
<link>https://docs.spring.io/spring-framework/docs/6.1.12/javadoc-api/</link>
<link>https://docs.oracle.com/en/java/javase/17/docs/api/index.html</link>
</links>
<additionalOptions>-Xdoclint:none</additionalOptions>
Expand All @@ -98,7 +98,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>3.3.1</version>
<version>3.5.0</version>
</plugin>
</plugins>

Expand Down Expand Up @@ -138,7 +138,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.0</version>
<version>3.5.0</version>
</plugin>

<plugin>
Expand Down
4 changes: 2 additions & 2 deletions wamp2spring-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.26.0</version>
<version>3.26.3</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.10.2</version>
<version>5.11.0</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions wamp2spring-reactive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.26.0</version>
<version>3.26.3</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.10.2</version>
<version>5.11.0</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions wamp2spring-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.26.0</version>
<version>3.26.3</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.10.2</version>
<version>5.11.0</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion wamp2spring-session-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>org.springframework.session</groupId>
<artifactId>spring-session-core</artifactId>
<version>3.3.1</version>
<version>3.3.3</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 4749fcf

Please sign in to comment.