Skip to content

Commit

Permalink
Combined dependency updates (2024-09-02)
Browse files Browse the repository at this point in the history
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump org.apache.ant:ant-junit from 1.10.14 to 1.10.15](#291)
- [Bump surefire.version from 3.3.1 to 3.5.0](#290)
- [Bump org.springframework.boot:spring-boot-starter-parent from 3.2.8 to 3.2.9](#289)
- [Bump org.seleniumhq.selenium:selenium-java from 4.22.0 to 4.24.0](#288)
  • Loading branch information
javiertuya authored Sep 2, 2024
1 parent bc97ffc commit 8259299
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.8</version>
<version>3.2.9</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>

Expand All @@ -29,14 +29,14 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>17</java.version>

<surefire.version>3.3.1</surefire.version>
<surefire.version>3.5.0</surefire.version>
<!-- removes error flag that appears for some eclipse users -->
<maven-jar-plugin.version>3.1.1</maven-jar-plugin.version>
<!-- required for sonarcloud.io -->
<sonar.organization>giis</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<!--required here to get the right versions, issue #15-->
<selenium.version>4.22.0</selenium.version>
<selenium.version>4.24.0</selenium.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -426,7 +426,7 @@
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-junit</artifactId>
<version>1.10.14</version>
<version>1.10.15</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
Expand Down

0 comments on commit 8259299

Please sign in to comment.