Skip to content

Commit

Permalink
Merge pull request #167 from cescoffier/dependabot/maven/org.apache.m…
Browse files Browse the repository at this point in the history
…aven.plugins-maven-jar-plugin-3.3.0

Bump maven-jar-plugin from 3.2.2 to 3.3.0
  • Loading branch information
cescoffier committed Nov 19, 2023
2 parents 0b32f2b + 59c9431 commit 0c5ab4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter-3/http-client-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<properties>
<compiler-plugin.version>3.10.1</compiler-plugin.version>
<jar-plugin.version>3.2.2</jar-plugin.version>
<jar-plugin.version>3.3.0</jar-plugin.version>
<maven.compiler.parameters>true</maven.compiler.parameters>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down

0 comments on commit 0c5ab4b

Please sign in to comment.