Skip to content

Commit

Permalink
Update dependencies (#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-shkaralevich authored Sep 24, 2024
1 parent 06140dd commit 6c68f3a
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 @@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.3</version>
<version>3.3.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand Down Expand Up @@ -187,7 +187,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.15.0</version>
<version>3.17.0</version>
</dependency>
</dependencies>

Expand All @@ -205,7 +205,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.2</version>
<version>3.5.0</version>
<configuration>
<forkCount>1</forkCount>
<excludes>
Expand Down Expand Up @@ -307,7 +307,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.8</version>
<version>0.8.12</version>
<configuration>
<excludes>
<exclude>edu/hawaii/its/groupings/configuration/SpringBootWebApplication.class</exclude>
Expand Down

0 comments on commit 6c68f3a

Please sign in to comment.