Skip to content

Commit

Permalink
Merge pull request #15 from mucsi96/renovate/all
Browse files Browse the repository at this point in the history
Update all dependencies
  • Loading branch information
mucsi96 authored Oct 7, 2024
2 parents da1d0d8 + 5a3d5d3 commit 216814e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
autopep8 ==2.3.1
ansible ==9.10.0
requests ==2.32.3
build ==1.2.2
build ==1.2.2.post1
hatchling ==1.25.0
toml == 0.10.2
twine ==5.1.1
6 changes: 3 additions & 3 deletions src/template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.10.0</version>
<version>3.10.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand All @@ -48,7 +48,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.6</version>
<version>3.2.7</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand All @@ -75,7 +75,7 @@
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.5.0</version>
<version>0.6.0</version>
<extensions>true</extensions>
<configuration>
<publishingServerId>central</publishingServerId>
Expand Down

0 comments on commit 216814e

Please sign in to comment.