From 3cf9403d88ec68584d5d2efc719dbafab06c5166 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 05:31:50 +0000 Subject: [PATCH] build(deps): bump github.com/ctreminiom/go-atlassian/v2 Bumps [github.com/ctreminiom/go-atlassian/v2](https://github.com/ctreminiom/go-atlassian) from 2.8.0 to 2.9.0. - [Release notes](https://github.com/ctreminiom/go-atlassian/releases) - [Changelog](https://github.com/ctreminiom/go-atlassian/blob/main/CHANGELOG.md) - [Commits](https://github.com/ctreminiom/go-atlassian/compare/v2.8.0...v2.9.0) --- updated-dependencies: - dependency-name: github.com/ctreminiom/go-atlassian/v2 dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 45502c2..601bf41 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/devops-wiz/terraform-provider-jira go 1.24.3 require ( - github.com/ctreminiom/go-atlassian/v2 v2.8.0 + github.com/ctreminiom/go-atlassian/v2 v2.9.0 github.com/hashicorp/go-retryablehttp v0.7.8 github.com/hashicorp/terraform-plugin-framework v1.15.1 github.com/hashicorp/terraform-plugin-framework-validators v0.18.0 diff --git a/go.sum b/go.sum index 04557da..e93781f 100644 --- a/go.sum +++ b/go.sum @@ -85,8 +85,8 @@ github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46t github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/creack/pty v1.1.17 h1:QeVUsEDNrLBW4tMgZHvxy18sKtr6VI492kBhUfhDJNI= github.com/creack/pty v1.1.17/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4= -github.com/ctreminiom/go-atlassian/v2 v2.8.0 h1:TqDBgeDfB9L9AF0FWEh0K5JbE7WnCnHa3qV5sHEjCwk= -github.com/ctreminiom/go-atlassian/v2 v2.8.0/go.mod h1:mZW48j82vyscraeQQo8MFkEV8yFt0WpxDT6D+aA1gME= +github.com/ctreminiom/go-atlassian/v2 v2.9.0 h1:wfAGWFKR0SIvdILoXp2AkBesZgeOmt3nXt5cMuVZXA4= +github.com/ctreminiom/go-atlassian/v2 v2.9.0/go.mod h1:mZW48j82vyscraeQQo8MFkEV8yFt0WpxDT6D+aA1gME= github.com/cyphar/filepath-securejoin v0.4.1 h1:JyxxyPEaktOD+GAnqIqTf9A8tHyAG22rowi7HkoSU1s= github.com/cyphar/filepath-securejoin v0.4.1/go.mod h1:Sdj7gXlvMcPZsbhwhQ33GguGLDGQL7h7bg04C/+u9jI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=