Update the maven-repo-auth gradle plugin

This commit is contained in:
Christian Beikov 2020-08-18 16:12:45 +02:00
parent e1b821c6fb
commit 203738bbf5
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ buildscript {
plugins {
id 'me.champeau.buildscan-recipes' version '0.2.3'
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
}