From 18271430715a9f3c238c41484147814bad1f0e67 Mon Sep 17 00:00:00 2001 From: Mattrixwv Date: Thu, 8 Aug 2024 21:38:29 -0400 Subject: [PATCH] Update dependencies --- pom.xml | 133 ++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 120 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index e39d789..482686d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,11 +4,33 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + + + GNU LESSER GENERAL PUBLIC LICENSE + https://www.gnu.org/licenses/lgpl-3.0.en.html + + + + + + Matthew Ellison + m_ellison@ymail.com + https://bitbucket.org/Mattrixwv + + + + + scm:git:git://bitbucket.org/Mattrixwv/Matrix.git + scm:git:ssh://bitbucket.org:Mattrixwv/Matrix.git + https://bitbucket.org/Mattrixwv/Matrix/src + + com.mattrixwv matrix - 1.1.3-SNAPSHOT + 1.1.3 Matrix + A library for performing Matrix operations https://www.mattrixwv.com @@ -23,13 +45,16 @@ 21 target/dependency-check-report.json target/dependency-check-report.html + + + 3BA6515C8FF145249BEBBEABA52FDEC4259179D4 org.junit.jupiter junit-jupiter-api - 5.10.2 + 5.10.3 test @@ -40,7 +65,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.4.1 + 3.5.0 enforce-maven @@ -59,7 +84,7 @@ maven-clean-plugin - 3.3.2 + 3.4.0 @@ -80,19 +105,19 @@ maven-surefire-plugin - 3.2.5 + 3.3.1 maven-jar-plugin - 3.3.0 + 3.4.2 maven-install-plugin - 3.1.1 + 3.1.2 maven-deploy-plugin - 3.1.1 + 3.1.2 maven-site-plugin @@ -100,12 +125,12 @@ maven-project-info-reports-plugin - 3.5.0 + 3.6.2 org.codehaus.mojo versions-maven-plugin - 2.16.2 + 2.17.1 file://${session.executionRootDirectory}/version-rules.xml @@ -113,13 +138,14 @@ org.apache.maven.plugins maven-dependency-plugin - 3.6.1 + 3.7.1 + org.sonarsource.scanner.maven sonar-maven-plugin - 3.11.0.3922 + 4.0.0.4121 org.jacoco @@ -145,7 +171,7 @@ org.owasp dependency-check-maven - 9.1.0 + 10.0.3 none @@ -161,6 +187,87 @@ + + + + org.sonatype.central + central-publishing-maven-plugin + 0.5.0 + true + + ossrh + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.7.0 + true + + ossrh + https://s01.oss.sonatype.org/ + true + + + + + org.apache.maven.plugins + maven-source-plugin + 3.3.1 + + + attach-sources + + jar-no-fork + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.8.0 + + + attach-javadocs + + jar + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 3.2.4 + + + sign-artifacts + verify + + sign + + + ${gpg.keyname} + ${gpg.keyname} + + + + + + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + +