Update the maven-repo-auth gradle plugin

This commit is contained in:
Christian Beikov 2020-08-18 16:12:45 +02:00 committed by Sanne Grinovero
parent 6243dca71a
commit b49c333198
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ buildscript {
plugins { plugins {
id 'me.champeau.buildscan-recipes' version '0.2.3' id 'me.champeau.buildscan-recipes' version '0.2.3'
id 'org.hibernate.build.xjc' version '2.0.1' apply false id 'org.hibernate.build.xjc' version '2.0.1' apply false
id 'org.hibernate.build.maven-repo-auth' version '3.0.2' apply false id 'org.hibernate.build.maven-repo-auth' version '3.0.3' apply false
id 'biz.aQute.bnd' version '5.1.1' apply false id 'biz.aQute.bnd' version '5.1.1' apply false
} }