Skip to content

Commit

Permalink
Bump com.gorylenko.gradle-git-properties from 2.4.1 to 2.4.2 (#3694)
Browse files Browse the repository at this point in the history
* Bump com.gorylenko.gradle-git-properties from 2.4.1 to 2.4.2

Bumps com.gorylenko.gradle-git-properties from 2.4.1 to 2.4.2.

---
updated-dependencies:
- dependency-name: com.gorylenko.gradle-git-properties
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Remove jgit suppression following upgrade

* Bump flipt-java to 1.1.1

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcus Aspin <[email protected]>
  • Loading branch information
dependabot[bot] and marcus-bcl authored May 13, 2024
1 parent 51c9c4c commit 8512188
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .trivyignore
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
# Reason: The git plugin is only used for reading git metadata, not cloning repos.
# A pull request has been raised to bump the jgit version (https://github.com/n0mer/gradle-git-properties/pull/231),
# however the last commit to that repo was in 2022 - so it's unlikely to be merged.
# Package: org.eclipse.jgit:org.eclipse.jgit:4.5.0.201609210915-r
# (used by Gradle plugin: com.gorylenko.gradle-git-properties)
CVE-2023-4759 exp:2024-06-01
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
kotlin("kapt") version "1.9.23" apply false
id("org.springframework.boot") version "3.2.5" apply false
id("io.spring.dependency-management") version "1.1.4" apply false
id("com.gorylenko.gradle-git-properties") version "2.4.1" apply false
id("com.gorylenko.gradle-git-properties") version "2.4.2" apply false
id("com.google.cloud.tools.jib") apply false
id("base")
id("org.sonarqube")
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ dependencyResolutionManagement {
library("wiremock", "com.github.tomakehurst:wiremock-jre8-standalone:3.0.1")
library("mapstruct", "org.mapstruct:mapstruct:1.5.5.Final")
library("mapstructprocessor", "org.mapstruct:mapstruct-processor:1.5.5.Final")
library("flipt", "io.flipt:flipt-java:1.0.1")
library("flipt", "io.flipt:flipt-java:1.1.1")
}
}
}
Expand Down

0 comments on commit 8512188

Please sign in to comment.