This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/juneau.git
The following commit(s) were added to refs/heads/master by this push: new 9f1e57067 Bump org.junit.vintage:junit-vintage-engine from 5.13.3 to 5.13.4 9f1e57067 is described below commit 9f1e57067220a566270cd36776941f2d6d51fe43 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jul 24 18:50:24 2025 -0400 Bump org.junit.vintage:junit-vintage-engine from 5.13.3 to 5.13.4 Fix Junit version references --- RELEASE-NOTES.txt | 2 +- juneau-examples/juneau-examples-rest-jetty-ftest/pom.xml | 2 +- juneau-examples/juneau-examples-rest-jetty/build-overlay/pom.xml | 2 +- juneau-utest/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index ad3df95fb..c8f556d5a 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -20,7 +20,7 @@ Release Notes - Juneau - Version 9.2.0 * Bump org.apache:apache from 34 to 35 #220. * Bump org.eclipse.jgit:org.eclipse.jgit from 7.2.1.202505142326-r to 7.3.0.202506031305-r #221. * Bump jetty.version from 12.0.21 to 12.0.23 #222. - * Bump org.junit.vintage:junit-vintage-engine from 5.12.2 to 5.13.3 #223. + * Bump org.junit.vintage:junit-vintage-engine from 5.12.2 to 5.13.4 #223. * Annotations associated with a subclass of org.apache.juneau.annotation.AnnotationBuilder that didn't carry an `String[] description()` attribute now do. For example: org.apache.juneau.http.annotation.Path. The current use case is for developers to further annotate their code with documentation. diff --git a/juneau-examples/juneau-examples-rest-jetty-ftest/pom.xml b/juneau-examples/juneau-examples-rest-jetty-ftest/pom.xml index 47cc6822d..68c2cf1e8 100644 --- a/juneau-examples/juneau-examples-rest-jetty-ftest/pom.xml +++ b/juneau-examples/juneau-examples-rest-jetty-ftest/pom.xml @@ -50,7 +50,7 @@ <dependency> <groupId>org.junit.vintage</groupId> <artifactId>junit-vintage-engine</artifactId> - <version>5.13.3</version> + <version>5.13.4</version> </dependency> </dependencies> diff --git a/juneau-examples/juneau-examples-rest-jetty/build-overlay/pom.xml b/juneau-examples/juneau-examples-rest-jetty/build-overlay/pom.xml index a556da01b..bd12112d1 100644 --- a/juneau-examples/juneau-examples-rest-jetty/build-overlay/pom.xml +++ b/juneau-examples/juneau-examples-rest-jetty/build-overlay/pom.xml @@ -89,8 +89,8 @@ <dependency> <groupId>org.junit.vintage</groupId> <artifactId>junit-vintage-engine</artifactId> + <version>${junit.version}</version> <scope>test</scope> - <version>\${junit.version}</version> </dependency> </dependencies> diff --git a/juneau-utest/pom.xml b/juneau-utest/pom.xml index 3dd66eacc..2873ccb6b 100644 --- a/juneau-utest/pom.xml +++ b/juneau-utest/pom.xml @@ -63,7 +63,7 @@ <dependency> <groupId>org.junit.vintage</groupId> <artifactId>junit-vintage-engine</artifactId> - <version>5.13.3</version> + <version>${junit.version}</version> </dependency> <dependency> <groupId>com.carrotsearch</groupId> diff --git a/pom.xml b/pom.xml index eeaa45adb..8ee397fa0 100644 --- a/pom.xml +++ b/pom.xml @@ -40,7 +40,7 @@ <javadoc.juneau.version>9.1.0</javadoc.juneau.version> <juneauVersion>9.1.0</juneauVersion> <juneauVersionNext>9.2.0</juneauVersionNext> - + <junit.version>5.13.4</junit.version> <javadoc.plugin.version>3.11.2</javadoc.plugin.version> <jacoco.plugin.version>0.8.13</jacoco.plugin.version> </properties>