Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combined dependency updates (2024-03-16) #93

Merged
merged 10 commits into from
Mar 16, 2024
Merged
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

<junit.platform.version>1.0.0</junit.platform.version>

<selenium-jupiter.version>5.0.1</selenium-jupiter.version>
<selenium-jupiter.version>5.1.0</selenium-jupiter.version>

<junit-jupiter-engine.version>5.10.2</junit-jupiter-engine.version>

Expand All @@ -59,7 +59,7 @@

<slf4j-api.version>2.0.12</slf4j-api.version>

<log4j-slf4j2-impl.version>2.22.1</log4j-slf4j2-impl.version>
<log4j-slf4j2-impl.version>2.23.1</log4j-slf4j2-impl.version>

<!-- Plugins Jacoco -->
<jacoco.version>0.8.11</jacoco.version>
Expand Down Expand Up @@ -106,7 +106,7 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>4.17.0</version>
<version>4.18.1</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down Expand Up @@ -215,7 +215,7 @@

<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>3.2.2</version>
<version>3.2.3</version>

<!-- ONLY ON DEVELOPMENT -->
<dependencies>
Expand All @@ -232,7 +232,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.1.1</version>
<version>3.2.0</version>
<configuration>
<mainClass>com.fullteaching.backend.Application</mainClass>
</configuration>
Expand Down