Skip to content

Commit

Permalink
deps: update slf4j to 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Nov 30, 2023
1 parent 4207de4 commit c2cd76c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<!-- value comes from property git.commit.author.time -->
<project.build.outputTimestamp>${git.commit.author.time}</project.build.outputTimestamp>
<slf4j.version>2.0.7</slf4j.version>
<slf4j.version>2.0.9</slf4j.version>
<picocli.version>4.7.5</picocli.version>
<sisu.version>0.9.0.M1</sisu.version>
<maven.version>3.9.1</maven.version>
Expand Down
2 changes: 1 addition & 1 deletion pomchecker-gradle-plugin/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ mavenResolverVersion = 1.9.10
plexus2Version = 1.26
plexusVersion = 3.5.1
sisuVersion = 0.9.0.M1
slf4jVersion = 2.0.7
slf4jVersion = 2.0.9

org.gradle.daemon = true
org.gradle.caching = true
Expand Down

0 comments on commit c2cd76c

Please sign in to comment.