Skip to content

Commit

Permalink
chore: upgrade jfrog version (#47)
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
  • Loading branch information
sumitaich1998 authored Sep 4, 2024
1 parent 143bdc5 commit 39bb0cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
}
dependencies {
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.9.4'
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.4.7"
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.33.1"
classpath "org.ajoberstar:gradle-git:1.6.0"
}
}
Expand All @@ -22,7 +22,7 @@ plugins {
}

group 'com.gotocompany'
version '0.9.1'
version '0.9.2'

repositories {
mavenLocal()
Expand Down

0 comments on commit 39bb0cc

Please sign in to comment.