Skip to content

Commit

Permalink
Merge pull request #231 from senacor/dependabot/maven/commons-io-comm…
Browse files Browse the repository at this point in the history
…ons-io-2.15.0

Bump commons-io:commons-io from 2.14.0 to 2.15.0
  • Loading branch information
xtermi2 authored Oct 26, 2023
2 parents 5616fe4 + df1c90c commit bd2afee
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>

<!-- Dependency Versions -->
<commons-io.version>2.14.0</commons-io.version>
<commons-io.version>2.15.0</commons-io.version>
<!--when updating elasticsearch versions, also update "ElasticsearchContainer" version in EmbeddedElasticsearchExtension-->
<elasticsearch.version>7.5.2</elasticsearch.version>
<reflections.version>0.9.12</reflections.version>
Expand Down
2 changes: 1 addition & 1 deletion tests/test-spring-boot-2.1-scriptsInJarFile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<properties>
<java.version>1.8</java.version>

<commons-io.version>2.14.0</commons-io.version>
<commons-io.version>2.15.0</commons-io.version>
<elasticsearch.version>7.5.2</elasticsearch.version>
<testcontainers.elasticsearch.version>1.19.1</testcontainers.elasticsearch.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion tests/test-spring-boot-2.2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<properties>
<java.version>1.8</java.version>

<commons-io.version>2.14.0</commons-io.version>
<commons-io.version>2.15.0</commons-io.version>
<elasticsearch.version>7.5.2</elasticsearch.version>
<testcontainers.elasticsearch.version>1.19.1</testcontainers.elasticsearch.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion tests/test-spring-boot-2.3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<properties>
<java.version>1.8</java.version>

<commons-io.version>2.14.0</commons-io.version>
<commons-io.version>2.15.0</commons-io.version>
<elasticsearch.version>7.5.2</elasticsearch.version>
<testcontainers.elasticsearch.version>1.19.1</testcontainers.elasticsearch.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion tests/test-spring-boot-2.4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<properties>
<java.version>1.8</java.version>

<commons-io.version>2.14.0</commons-io.version>
<commons-io.version>2.15.0</commons-io.version>
<elasticsearch.version>7.5.2</elasticsearch.version>
<testcontainers.elasticsearch.version>1.19.1</testcontainers.elasticsearch.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion tests/test-spring-boot-2.5-scriptsInJarFile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<properties>
<java.version>1.8</java.version>

<commons-io.version>2.14.0</commons-io.version>
<commons-io.version>2.15.0</commons-io.version>
<elasticsearch.version>7.5.2</elasticsearch.version>
<testcontainers.elasticsearch.version>1.19.1</testcontainers.elasticsearch.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion tests/test-spring-boot-2.6/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<properties>
<java.version>1.8</java.version>

<commons-io.version>2.14.0</commons-io.version>
<commons-io.version>2.15.0</commons-io.version>
<elasticsearch.version>7.5.2</elasticsearch.version>
<testcontainers.elasticsearch.version>1.19.1</testcontainers.elasticsearch.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion tests/test-spring-boot-2.7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<properties>
<java.version>1.8</java.version>

<commons-io.version>2.14.0</commons-io.version>
<commons-io.version>2.15.0</commons-io.version>
<elasticsearch.version>7.5.2</elasticsearch.version>
<testcontainers.elasticsearch.version>1.19.1</testcontainers.elasticsearch.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion tests/test-spring-boot-3.0-scriptsInJarFile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<properties>
<java.version>17</java.version>

<commons-io.version>2.14.0</commons-io.version>
<commons-io.version>2.15.0</commons-io.version>
<elasticsearch.version>7.5.2</elasticsearch.version>
<testcontainers.elasticsearch.version>1.19.1</testcontainers.elasticsearch.version>
</properties>
Expand Down

0 comments on commit bd2afee

Please sign in to comment.