Skip to content

Commit

Permalink
Update com.github.spotbugs version
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-git committed Dec 21, 2023
1 parent d590303 commit 4cc54a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
id "org.sonarqube" version '4.4.1.3373'
id 'jacoco'
id "application"
id "com.github.spotbugs" version '6.0.2'
id "com.github.spotbugs" version '6.0.4'
id "com.github.ben-manes.versions" version "0.50.0"
id "nebula.lint" version "19.0.1"
}
Expand Down Expand Up @@ -50,7 +50,7 @@ wrapper {

allprojects {
group = 'com.ak'
version = '2023.12.11'
version = '2023.12.21'
apply plugin: 'idea'
idea {
module {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/ak/app/MainApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ private MainApp() {
}

public static void main(@Nonnull String[] args) {
Logger.getLogger(MainApp.class.getName()).info(() -> "Hello word 2023.12.11!");
Logger.getLogger(MainApp.class.getName()).info(() -> "Hello word 2023.12.21!");
}
}

0 comments on commit 4cc54a1

Please sign in to comment.