Skip to content

Commit 98e042f

Browse files
ehl-jfactions-user
andauthored
Bump version to 2.96.0 (#3389)
Co-authored-by: github-actions[bot] <[email protected]>
1 parent 15d5dda commit 98e042f

File tree

7 files changed

+33
-48
lines changed

7 files changed

+33
-48
lines changed

build/npm/v2-jf/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/npm/v2-jf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jfrog-cli-v2-jf",
3-
"version": "2.95.0",
3+
"version": "2.96.0",
44
"description": "🐸 Command-line interface for JFrog Artifactory, Xray, Distribution, Pipelines and Mission Control 🐸",
55
"homepage": "https://github.com/jfrog/jfrog-cli",
66
"preferGlobal": true,

build/npm/v2/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/npm/v2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jfrog-cli-v2",
3-
"version": "2.95.0",
3+
"version": "2.96.0",
44
"description": "🐸 Command-line interface for JFrog Artifactory, Xray, Distribution, Pipelines and Mission Control 🐸",
55
"homepage": "https://github.com/jfrog/jfrog-cli",
66
"preferGlobal": true,

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ require (
1919
github.com/jfrog/build-info-go v1.13.1-0.20260216093441-40a4dc563294
2020
github.com/jfrog/gofrog v1.7.6
2121
github.com/jfrog/jfrog-cli-application v1.0.2-0.20260216085810-1ade6c26b3df
22-
github.com/jfrog/jfrog-cli-artifactory v0.8.1-0.20260306094346-2089d7332e94
22+
github.com/jfrog/jfrog-cli-artifactory v0.8.1-0.20260310063831-ad6064f2f373
2323
github.com/jfrog/jfrog-cli-core/v2 v2.60.1-0.20260225195817-bc599cec3973
2424
github.com/jfrog/jfrog-cli-evidence v0.8.3-0.20260202100913-d9ee9476845a
25-
github.com/jfrog/jfrog-cli-platform-services v1.10.1-0.20260213131956-d1d39bf3a042
26-
github.com/jfrog/jfrog-cli-security v1.26.3
27-
github.com/jfrog/jfrog-client-go v1.55.1-0.20260305132144-f99feaed3f18
25+
github.com/jfrog/jfrog-cli-platform-services v1.10.1-0.20260306102152-984d60a80cec
26+
github.com/jfrog/jfrog-cli-security v1.26.4
27+
github.com/jfrog/jfrog-client-go v1.55.1-0.20260310073256-b6a77f9c75e5
2828
github.com/jszwec/csvutil v1.10.0
2929
github.com/manifoldco/promptui v0.9.0
3030
github.com/spf13/viper v1.21.0
@@ -134,7 +134,7 @@ require (
134134
github.com/in-toto/in-toto-golang v0.10.0 // indirect
135135
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
136136
github.com/jedib0t/go-pretty/v6 v6.7.8 // indirect
137-
github.com/jfrog/froggit-go v1.21.0 // indirect
137+
github.com/jfrog/froggit-go v1.21.1 // indirect
138138
github.com/jfrog/go-mockhttp v0.3.1 // indirect
139139
github.com/jfrog/jfrog-apps-config v1.0.1 // indirect
140140
github.com/kevinburke/ssh_config v1.4.0 // indirect
@@ -242,9 +242,9 @@ require (
242242
sigs.k8s.io/yaml v1.6.0 // indirect
243243
)
244244

245-
replace github.com/gfleury/go-bitbucket-v1 => github.com/gfleury/go-bitbucket-v1 v0.0.0-20230825095122-9bc1711434ab
245+
//replace github.com/gfleury/go-bitbucket-v1 => github.com/gfleury/go-bitbucket-v1 v0.0.0-20230825095122-9bc1711434ab
246246

247-
replace github.com/ktrysmt/go-bitbucket => github.com/ktrysmt/go-bitbucket v0.9.80
247+
//replace github.com/ktrysmt/go-bitbucket => github.com/ktrysmt/go-bitbucket v0.9.80
248248

249249
//replace github.com/jfrog/jfrog-cli-core/v2 => ../jfrog-cli-core
250250

go.sum

Lines changed: 21 additions & 36 deletions
Large diffs are not rendered by default.

utils/cliutils/cli_consts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import "time"
44

55
const (
66
// General CLI constants
7-
CliVersion = "2.95.0"
7+
CliVersion = "2.96.0"
88
ClientAgent = "jfrog-cli-go"
99

1010
// CLI base commands constants:

0 commit comments

Comments
 (0)