Skip to content

Commit

Permalink
chore: upgrade jfrog version to 4.33.1 (#30)
Browse files Browse the repository at this point in the history
* chore: upgrade jfrog version to 4.33.1

* chore: upgrade jfrog version to 4.33.1

* chore: upgrade jfrog version to 4.33.1
  • Loading branch information
sumitaich1998 authored Aug 22, 2024
1 parent 2d6a4e7 commit 91f34f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dagger-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ buildscript {
}
dependencies {
classpath 'com.github.jengelman.gradle.plugins:shadow:6.1.0'
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.17.0"
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.33.1"
}
}

plugins {
id 'maven-publish'
id 'com.jfrog.artifactory' version '4.17.0'
id 'com.jfrog.artifactory' version '4.33.1'
id 'com.github.johnrengelman.shadow' version '6.1.0'
}

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.4
0.10.5

0 comments on commit 91f34f3

Please sign in to comment.