Skip to content

Commit

Permalink
Combined dependency updates (2024-10-27)
Browse files Browse the repository at this point in the history
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump org.springframework.boot:spring-boot-maven-plugin from 3.3.4 to 3.3.5](#168)
- [Bump org.codehaus.mojo:exec-maven-plugin from 3.4.1 to 3.5.0](#167)
- [Bump junit-jupiter.version from 5.11.1 to 5.11.3](#166)
- [Bump org.apache.maven.plugins:maven-surefire-report-plugin from 3.5.0 to 3.5.1](#165)
- [Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1](#163)
  • Loading branch information
giis-qabot authored Oct 27, 2024
1 parent 6871441 commit 3064b07
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 @@ -44,13 +44,13 @@

<selenium-jupiter.version>5.1.1</selenium-jupiter.version>

<junit-jupiter.version>5.11.1</junit-jupiter.version>
<junit-jupiter.version>5.11.3</junit-jupiter.version>

<webdrivermanager.version>5.9.2</webdrivermanager.version>

<retorch.version>1.1.0</retorch.version>

<maven-surefire-plugin.version>3.5.0</maven-surefire-plugin.version>
<maven-surefire-plugin.version>3.5.1</maven-surefire-plugin.version>

<jacoco-maven-plugin.version>0.8.7</jacoco-maven-plugin.version>

Expand Down Expand Up @@ -212,7 +212,7 @@

<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>3.3.4</version>
<version>3.3.5</version>
<!-- ONLY ON DEVELOPMENT -->
<dependencies>
<dependency>
Expand All @@ -228,7 +228,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<configuration>
<mainClass>com.fullteaching.backend.Application</mainClass>
</configuration>
Expand Down Expand Up @@ -282,7 +282,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<executions>
<execution>
<phase>test</phase>
Expand Down

0 comments on commit 3064b07

Please sign in to comment.