Skip to content

Commit

Permalink
fix: Compatibility update for Java 17 / SSC 23.2
Browse files Browse the repository at this point in the history
chore: Update dependencies
  • Loading branch information
rsenden committed Sep 12, 2023
1 parent 47c7d90 commit 7607a54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "io.freefair.lombok" version "6.4.3" apply false
id 'com.github.jk1.dependency-license-report' version '2.1' apply false
id "io.freefair.lombok" version "8.3" apply false
id 'com.github.jk1.dependency-license-report' version '2.5' apply false
id "org.kordamp.gradle.markdown" version "2.2.0" apply false
}

Expand Down Expand Up @@ -33,7 +33,7 @@ subprojects {
apply from: "${gradleHelpersLocation}/markdown2html.gradle"
apply from: "${gradleHelpersLocation}/thirdparty-helper.gradle"
dependencies {
implementationExport('com.fortify.ssc.parser.util:fortify-ssc-parser-util-cyclonedx:1.7.0.RELEASE') {
implementationExport('com.fortify.ssc.parser.util:fortify-ssc-parser-util-cyclonedx:1.7.1.RELEASE') {
// Make sure that we don't bundle Fortify plugin API and SLF4J in the plugin jar
exclude group: 'com.fortify.plugin'
exclude group: 'org.slf4j'
Expand Down

0 comments on commit 7607a54

Please sign in to comment.