We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <version.org.junit.jupiter>5.11.0</version.org.junit.jupiter> <version.org.junit>${version.org.junit.jupiter}</version.org.junit> </properties> <dependencyManagement> <dependencies> <dependency> <groupId>org.junit</groupId> <artifactId>junit-bom</artifactId> <version>${version.org.junit}</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> </project>
$ mvn -DprocessDependencyManagementTransitive=false versions:display-dependency-updates [INFO] --- versions:2.16.2:display-dependency-updates (default-cli) @ kftc-financial-institution-info --- [INFO] The following dependencies in Dependency Management have newer versions: [INFO] com.fasterxml.jackson:jackson-bom ............... 2.17.2 -> 2.18.0-rc1 [INFO] org.hibernate.orm:hibernate-platform ..... 7.0.0.Alpha3 -> 7.0.0.Beta1 [INFO] org.junit:junit-bom ........... ${version.org.junit.jupiter} -> 5.11.0 <<<<<<<<<<<<<<<<<<<< [INFO] [INFO] No dependencies in Dependencies have newer versions.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: