Skip to content

Commit c001586

Browse files
authored
moving dependencies from jfrog (#428)
1 parent efd9b45 commit c001586

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import org.hypertrace.gradle.publishing.License.APACHE_2_0;
22

33
plugins {
44
id("com.diffplug.spotless") version "5.2.0" apply false
5-
id("org.hypertrace.publish-maven-central-plugin") version "1.0.6"
6-
id("org.hypertrace.ci-utils-plugin") version "0.3.0"
5+
id("org.hypertrace.publish-maven-central-plugin") version "1.1.1"
6+
id("org.hypertrace.ci-utils-plugin") version "0.4.0"
77
id("org.gradle.test-retry") version "1.2.0" apply false
88
id("org.owasp.dependencycheck") version "7.1.1"
99
}

settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ pluginManagement {
44
repositories {
55
mavenLocal()
66
gradlePluginPortal()
7-
maven("https://hypertrace.jfrog.io/artifactory/maven")
7+
maven("https://us-maven.pkg.dev/hypertrace-repos/maven")
88
}
99
}
1010

1111
plugins {
12-
id("org.hypertrace.version-settings") version "0.2.0"
12+
id("org.hypertrace.version-settings") version "0.3.0"
1313
}
1414

1515
include(":javaagent")

0 commit comments

Comments
 (0)