Skip to content

Commit

Permalink
Merge pull request #130 from jetty-project/dependabot/maven/org.apach…
Browse files Browse the repository at this point in the history
…e.maven.plugins-maven-invoker-plugin-3.6.0
  • Loading branch information
dependabot[bot] authored Oct 4, 2023
2 parents 0f2ede5 + f01abee commit 748677d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<version>3.2.2</version>
<version>3.6.0</version>
<executions>
<execution>
<id>integration-test</id>
Expand Down
2 changes: 1 addition & 1 deletion src/it/simple-test-fail/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.11.0</version>
<configuration>
<source>8</source>
<target>8</target>
Expand Down
1 change: 1 addition & 0 deletions src/it/simple-test-fail/postbuild.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
import groovy.xml.XmlSlurper
File buildLog = new File( basedir, 'build.log' )
assert buildLog.text.contains( 'Container summerwind/h2spec' )
File surefireFile = new File(basedir, "target/h2spec-reports/TEST-h2spec.xml")
Expand Down
2 changes: 1 addition & 1 deletion src/it/simple-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.11.0</version>
<configuration>
<source>8</source>
<target>8</target>
Expand Down
1 change: 1 addition & 0 deletions src/it/simple-test/postbuild.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
import groovy.xml.XmlSlurper
File buildLog = new File( basedir, 'build.log' )
assert buildLog.text.contains( 'Container summerwind/h2spec' )
File surefireFile = new File(basedir, "target/h2spec-reports/TEST-h2spec.xml")
Expand Down

0 comments on commit 748677d

Please sign in to comment.