Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgH93 committed Apr 24, 2024
1 parent 3d02a46 commit 861b741
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 28 deletions.
27 changes: 2 additions & 25 deletions MarriageMaster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.9.0</version>
<version>5.11.0-M1</version>
<scope>test</scope>
</dependency>
<!-- endregion -->
Expand Down Expand Up @@ -218,31 +218,8 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<version>3.2.5</version>
</plugin>
<!-- Creates the coverage report -->
<!--<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.7</version>
<configuration>
<formats>
<format>xml</format>
<format>html</format>
</formats>
<aggregate>true</aggregate>
<check/>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>cobertura</goal>
</goals>
</execution>
</executions>
</plugin>-->
<!-- endregion -->
</plugins>
</build>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ void testSetupEconomy() throws InvocationTargetException, IllegalAccessException
}

@Test
void testOnMarry() throws Exception
void testOnMarry()
{
Reflection.setValue(economyHandler, "costMarry", 10.0);
MarryEvent event = new MarryEvent(marriagePlayer1, marriagePlayer2, player3, null);
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<bukkitVersion>1.15.2-R0.1-SNAPSHOT</bukkitVersion>
<bungeeVersion>1.20-R0.2</bungeeVersion>
<pcgfPluginLibVersion>1.0.39.4-SNAPSHOT</pcgfPluginLibVersion>
<mockito.version>4.2.0</mockito.version>
<mockito.version>5.11.0</mockito.version>
<mavenShade.version>3.5.3</mavenShade.version>

<configFileVersion>107</configFileVersion>
Expand Down Expand Up @@ -81,7 +81,7 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.13.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand Down

0 comments on commit 861b741

Please sign in to comment.