Skip to content

Commit

Permalink
chore(deps): upgrade dependencies/plugins 🛠️
Browse files Browse the repository at this point in the history
bump slf4j-bom from 2.0.13 to 2.0.14 (#209)
bump exec-maven-plugin in /demos from 3.3.0 to 3.4.0 (#210)
bump kotlin.version from 1.9.25 to 2.0.10 in /demos (#207)
  • Loading branch information
dependabot[bot] authored and oldratlee committed Aug 7, 2024
1 parent 844b3a4 commit 5ed3763
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions demos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<project.reporting.outputEncoding>${project.build.sourceEncoding}</project.reporting.outputEncoding>
<maven.deploy.skip>true</maven.deploy.skip>

<kotlin.version>1.9.25</kotlin.version>
<kotlin.version>2.0.10</kotlin.version>
<kotlin.compiler.jvmTarget>${maven.compiler.source}</kotlin.compiler.jvmTarget>

<!-- overridden by submodule -->
Expand Down Expand Up @@ -167,7 +167,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<!-- https://kotlinlang.org/docs/maven.html#specifying-compiler-options -->
<kotlin.compiler.apiVersion>1.6</kotlin.compiler.apiVersion>

<slf4j.version>2.0.13</slf4j.version>
<slf4j.version>2.0.14</slf4j.version>
<log4j2.version>2.23.1</log4j2.version>
<guava.version>33.2.1-jre</guava.version>

Expand Down

0 comments on commit 5ed3763

Please sign in to comment.