File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7777 uses : paulhatch/semantic-version@v5.4.0
7878
7979 - name : Create GitHub tag and release
80- uses : softprops/action-gh-release@v2.0.5
80+ uses : softprops/action-gh-release@v2.0.6
8181 with :
8282 tag_name : ${{ steps.version.outputs.version_tag }}
8383 generate_release_notes : true
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ logger.quiet("Gradle version: ${gradle.gradleVersion}")
1212plugins {
1313 id(" java-library" )
1414 id(" com.diffplug.gradle.spotless" ) version " 6.25.0" apply (false )
15- id(" com.github.spotbugs" ) version " 6.0.15 " apply (false )
15+ id(" com.github.spotbugs" ) version " 6.0.18 " apply (false )
1616 id(" com.asarkar.gradle.build-time-tracker" ) version " 4.3.0"
1717}
1818
@@ -105,8 +105,8 @@ subprojects {
105105 implementation(" org.apache.logging.log4j:log4j-core:2.23.1" )
106106 implementation(" org.apache.logging.log4j:log4j-api:2.23.1" )
107107 implementation(" org.apache.logging.log4j:log4j-slf4j2-impl:2.23.1" )
108- implementation(" com.github.spotbugs:spotbugs-annotations:4.8.5 " )
109- implementation(" com.google.guava:guava:33.2.0 -jre" )
108+ implementation(" com.github.spotbugs:spotbugs-annotations:4.8.6 " )
109+ implementation(" com.google.guava:guava:33.2.1 -jre" )
110110
111111 testImplementation(" org.junit.jupiter:junit-jupiter:5.10.2" )
112112 testImplementation(" com.google.truth:truth:1.4.2" )
You can’t perform that action at this time.
0 commit comments