Skip to content

Commit 5ab27de

Browse files
dependabot[bot]marko-bekhta
authored andcommitted
Bump the maven-plugins group with 2 updates
Bumps the maven-plugins group with 2 updates: [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) and [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire). Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.4.0...surefire-3.5.0) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.4.0...surefire-3.5.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-plugins - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-plugins ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 36a2ec0 commit 5ab27de

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

search/hibernate-search-5/elasticsearch-2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<plugin>
8787
<groupId>org.apache.maven.plugins</groupId>
8888
<artifactId>maven-surefire-plugin</artifactId>
89-
<version>3.4.0</version>
89+
<version>3.5.0</version>
9090
<configuration>
9191
<!-- In case someone mistakenly uses the *Test suffix instead of *IT,
9292
make sure it is not run before we start Elasticsearch -->
@@ -96,7 +96,7 @@
9696
<plugin>
9797
<groupId>org.apache.maven.plugins</groupId>
9898
<artifactId>maven-failsafe-plugin</artifactId>
99-
<version>3.4.0</version>
99+
<version>3.5.0</version>
100100
<executions>
101101
<execution>
102102
<goals>

search/hibernate-search-5/elasticsearch-5/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<plugin>
8787
<groupId>org.apache.maven.plugins</groupId>
8888
<artifactId>maven-surefire-plugin</artifactId>
89-
<version>3.4.0</version>
89+
<version>3.5.0</version>
9090
<configuration>
9191
<!-- In case someone mistakenly uses the *Test suffix instead of *IT,
9292
make sure it is not run before we start Elasticsearch -->
@@ -96,7 +96,7 @@
9696
<plugin>
9797
<groupId>org.apache.maven.plugins</groupId>
9898
<artifactId>maven-failsafe-plugin</artifactId>
99-
<version>3.4.0</version>
99+
<version>3.5.0</version>
100100
<executions>
101101
<execution>
102102
<goals>

search/hibernate-search-5/lucene/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@
7272
<plugin>
7373
<groupId>org.apache.maven.plugins</groupId>
7474
<artifactId>maven-surefire-plugin</artifactId>
75-
<version>3.4.0</version>
75+
<version>3.5.0</version>
7676
</plugin>
7777
<plugin>
7878
<groupId>org.apache.maven.plugins</groupId>
7979
<artifactId>maven-failsafe-plugin</artifactId>
80-
<version>3.4.0</version>
80+
<version>3.5.0</version>
8181
<executions>
8282
<execution>
8383
<goals>

search/hibernate-search-6/orm-elasticsearch/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<plugin>
8383
<groupId>org.apache.maven.plugins</groupId>
8484
<artifactId>maven-surefire-plugin</artifactId>
85-
<version>3.4.0</version>
85+
<version>3.5.0</version>
8686
<configuration>
8787
<!-- In case someone mistakenly uses the *Test suffix instead of *IT,
8888
make sure it is not run before we start Elasticsearch -->
@@ -92,7 +92,7 @@
9292
<plugin>
9393
<groupId>org.apache.maven.plugins</groupId>
9494
<artifactId>maven-failsafe-plugin</artifactId>
95-
<version>3.4.0</version>
95+
<version>3.5.0</version>
9696
<executions>
9797
<execution>
9898
<goals>

search/hibernate-search-6/orm-lucene/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@
7474
<plugin>
7575
<groupId>org.apache.maven.plugins</groupId>
7676
<artifactId>maven-surefire-plugin</artifactId>
77-
<version>3.4.0</version>
77+
<version>3.5.0</version>
7878
</plugin>
7979
<plugin>
8080
<groupId>org.apache.maven.plugins</groupId>
8181
<artifactId>maven-failsafe-plugin</artifactId>
82-
<version>3.4.0</version>
82+
<version>3.5.0</version>
8383
<executions>
8484
<execution>
8585
<goals>

search/hibernate-search-7/orm-elasticsearch/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
<plugin>
131131
<groupId>org.apache.maven.plugins</groupId>
132132
<artifactId>maven-surefire-plugin</artifactId>
133-
<version>3.4.0</version>
133+
<version>3.5.0</version>
134134
<configuration>
135135
<!-- In case someone mistakenly uses the *Test suffix instead of *IT,
136136
make sure it is not run before we start Elasticsearch -->
@@ -140,7 +140,7 @@
140140
<plugin>
141141
<groupId>org.apache.maven.plugins</groupId>
142142
<artifactId>maven-failsafe-plugin</artifactId>
143-
<version>3.4.0</version>
143+
<version>3.5.0</version>
144144
<executions>
145145
<execution>
146146
<goals>

search/hibernate-search-7/orm-lucene/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,12 @@
114114
<plugin>
115115
<groupId>org.apache.maven.plugins</groupId>
116116
<artifactId>maven-surefire-plugin</artifactId>
117-
<version>3.4.0</version>
117+
<version>3.5.0</version>
118118
</plugin>
119119
<plugin>
120120
<groupId>org.apache.maven.plugins</groupId>
121121
<artifactId>maven-failsafe-plugin</artifactId>
122-
<version>3.4.0</version>
122+
<version>3.5.0</version>
123123
<executions>
124124
<execution>
125125
<goals>

0 commit comments

Comments
 (0)