Skip to content

Commit

Permalink
Merge pull request #237 from ihrasko/19.x-bumps
Browse files Browse the repository at this point in the history
19.x bumps
  • Loading branch information
ihrasko authored Sep 13, 2024
2 parents 7e53591 + 03c842c commit be675f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
-Dsonar.host.url=https://sonarcloud.io
-B -V -Psource-quality
- name: Upload surefire test results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Surefire-Test-Results
path: ~/**/surefire-reports/**/*.txt
4 changes: 2 additions & 2 deletions examples/parents/examples-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.10.2</version>
<version>5.10.3</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.10.2</version>
<version>5.10.3</version>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/parents/examples-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0</version>
<version>3.5.0</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit be675f0

Please sign in to comment.