Skip to content

Commit

Permalink
Merge pull request #521 from slovensko-digital/bump-dependencies-3
Browse files Browse the repository at this point in the history
update maven dependencies
  • Loading branch information
celuchmarek authored Jan 27, 2025
2 parents 63578d9 + 5fa5729 commit 03d7846
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<xerces.version>2.12.1</xerces.version>
<slf4j.version>2.0.13</slf4j.version>
<junit.version>5.11.3</junit.version>
<mockito.version>5.12.0</mockito.version>
<mockito.version>5.15.2</mockito.version>
<commons-cli.version>1.9.0</commons-cli.version>
<xmlunit.version>2.10.0</xmlunit.version>
<snakeyml.version>2.2</snakeyml.version>
Expand Down Expand Up @@ -181,7 +181,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.0</version>
<version>3.5.2</version>
<configuration>
<jvm>${jlink.jdk.path}${file.separator}bin${file.separator}java</jvm>
<!-- done this way because you can't override excludedGroups in a profile
Expand Down Expand Up @@ -285,7 +285,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.7.1</version>
<version>3.8.1</version>
<executions>
<execution>
<id>copy-dependencies</id>
Expand Down Expand Up @@ -418,7 +418,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.3.0</version>
<version>3.5.0</version>
<configuration>
<executable>bash</executable>
<workingDirectory>
Expand Down Expand Up @@ -511,7 +511,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.0</version>
<version>3.5.2</version>
<configuration>
<jvm>${jlink.jdk.path}${file.separator}bin${file.separator}java</jvm>
<groups>HttpSmokeTest</groups>
Expand Down

0 comments on commit 03d7846

Please sign in to comment.