We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fe8f3e commit f358154Copy full SHA for f358154
2 files changed
mcp-spring/mcp-spring-webflux/pom.xml
@@ -131,7 +131,7 @@
131
<dependency>
132
<groupId>org.junit.jupiter</groupId>
133
<artifactId>junit-jupiter-params</artifactId>
134
- <version>${junit-jupiter.version}</version>
+ <version>${junit.version}</version>
135
<scope>test</scope>
136
</dependency>
137
pom.xml
@@ -92,7 +92,6 @@
92
<org.maven.antora-version>1.0.0-alpha.4</org.maven.antora-version>
93
<io.spring.maven.antora-version>0.0.4</io.spring.maven.antora-version>
94
<asciidoctorj-pdf.version>1.6.2</asciidoctorj-pdf.version>
95
- <junit-jupiter.version>5.10.5</junit-jupiter.version>
96
<tomcat.version>11.0.2</tomcat.version>
97
<jakarta.servlet.version>6.1.0</jakarta.servlet.version>
98
<awaitility.version>4.2.0</awaitility.version>
0 commit comments