Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
parent pom and wrapper
  • Loading branch information
cstamas committed Aug 25, 2024
1 parent d9f5649 commit 8c330c9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
7 changes: 3 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
version: 2
updates:
- package-ecosystem: maven
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: github-actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
interval: "daily"
2 changes: 1 addition & 1 deletion .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# under the License.
wrapperVersion=3.3.2
distributionType=only-script
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>io.takari</groupId>
<artifactId>takari</artifactId>
<version>55</version>
<version>56</version>
</parent>

<groupId>io.takari.maven.plugins</groupId>
Expand All @@ -36,10 +36,10 @@
</scm>

<properties>
<mavenVersion>3.9.8</mavenVersion>
<mavenVersion>3.9.9</mavenVersion>
<sisuVersion>0.9.0.M3</sisuVersion>
<sisuGuiceVersion>6.0.0</sisuGuiceVersion>
<aetherVersion>1.9.21</aetherVersion>
<aetherVersion>1.9.22</aetherVersion>
<slf4jVersion>1.7.36</slf4jVersion>
</properties>

Expand All @@ -53,7 +53,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.10.3</version>
<version>5.11.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion takari-plugin-testing-its/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.7.1</version>
<version>3.8.0</version>
<executions>
<execution>
<id>unpack</id>
Expand Down

0 comments on commit 8c330c9

Please sign in to comment.