Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

Bump com.github.spotbugs from 5.0.3 to 5.0.4 #85

Merged
merged 1 commit into from
Jan 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
application
distribution
kotlin("jvm") version "1.6.0"
id("com.github.spotbugs") version "5.0.3"
id("com.github.spotbugs") version "5.0.4"
id("com.diffplug.spotless") version "6.2.0"
id("com.github.kt3k.coveralls") version "2.12.0"
id("org.mikeneck.graalvm-native-image") version "1.4.1"
Expand Down