Skip to content

Commit

Permalink
Merge pull request #499 from szprutamich/master
Browse files Browse the repository at this point in the history
Version 3.27 - deps update
  • Loading branch information
szprutamich committed Feb 13, 2024
2 parents 7e8a3f9 + 6fd1c14 commit f729bc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
<maven.deploy.skip>true</maven.deploy.skip>
<org.springframework.boot.spring-boot-dependencies>3.1.2</org.springframework.boot.spring-boot-dependencies>
<org.apache.commons.collections4.version>4.4</org.apache.commons.collections4.version>
<org.apache.commons.io.version>2.15.0</org.apache.commons.io.version>
<org.apache.commons.io.version>2.15.1</org.apache.commons.io.version>
<commons-text.version>1.10.0</commons-text.version>
<dependency-check-maven.version>8.4.3</dependency-check-maven.version>
<dependency-check-maven.version>9.0.9</dependency-check-maven.version>
<jacoco-maven-plugin.version>0.8.11</jacoco-maven-plugin.version>
<org.reflections.version>0.10.2</org.reflections.version>
</properties>
Expand Down Expand Up @@ -71,7 +71,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.5</version>
<executions>
<execution>
<id>default-test</id>
Expand Down

0 comments on commit f729bc8

Please sign in to comment.