Update dependencies

This commit is contained in:
2024-08-11 21:43:49 -04:00
parent 028138677b
commit b16956b184

13
pom.xml
View File

@@ -19,9 +19,9 @@
</developers> </developers>
<scm> <scm>
<connection>scm:git:git://bitbucket.org/Mattrixwv/Matrix.git</connection> <connection>scm:git:git://bitbucket.org/Mattrixwv/CipherStreamJava.git</connection>
<developerConnection>scm:git:ssh://bitbucket.org:Mattrixwv/Matrix.git</developerConnection> <developerConnection>scm:git:ssh://bitbucket.org:Mattrixwv/CipherStreamJava.git</developerConnection>
<url>https://bitbucket.org/Mattrixwv/Matrix/src</url> <url>https://bitbucket.org/Mattrixwv/CipherStreamJava/src</url>
</scm> </scm>
<groupId>com.mattrixwv</groupId> <groupId>com.mattrixwv</groupId>
@@ -55,19 +55,19 @@
<dependency> <dependency>
<groupId>com.mattrixwv</groupId> <groupId>com.mattrixwv</groupId>
<artifactId>myClasses</artifactId> <artifactId>myClasses</artifactId>
<version>1.3.5</version> <version>1.3.6</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.mattrixwv</groupId> <groupId>com.mattrixwv</groupId>
<artifactId>matrix</artifactId> <artifactId>matrix</artifactId>
<version>1.1.3</version> <version>1.2.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId> <artifactId>slf4j-api</artifactId>
<version>2.0.15</version> <version>2.0.16</version>
</dependency> </dependency>
<!--Test--> <!--Test-->
@@ -302,7 +302,6 @@
</goals> </goals>
<configuration> <configuration>
<keyname>${gpg.keyname}</keyname> <keyname>${gpg.keyname}</keyname>
<passphraseServerId>${gpg.keyname}</passphraseServerId>
</configuration> </configuration>
</execution> </execution>
</executions> </executions>