upgrade `matrix-test` plugin to version `3.1.1`

This commit is contained in:
Steve Ebersole 2021-07-19 16:46:50 -05:00
parent e2e93e51b7
commit 2e4f2c75df
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ plugins {
id 'eclipse' id 'eclipse'
id 'org.hibernate.build.xjc' version '2.2.0' apply false id 'org.hibernate.build.xjc' version '2.2.0' apply false
id 'org.hibernate.matrix-test' version '3.1.0' apply false id 'org.hibernate.matrix-test' version '3.1.1' apply false
id 'biz.aQute.bnd' version '5.1.1' apply false id 'biz.aQute.bnd' version '5.1.1' apply false
} }