Skip to content

Commit

Permalink
Updates (#72)
Browse files Browse the repository at this point in the history
* parent
* deps
* lifecycle
  • Loading branch information
cstamas authored Aug 25, 2024
1 parent 140cd34 commit 01a5245
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: 2
updates:
- package-ecosystem: maven
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: daily
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
11 changes: 6 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>io.takari</groupId>
<artifactId>takari</artifactId>
<version>55</version>
<version>56</version>
</parent>
<groupId>io.takari.maven</groupId>
<artifactId>takari-smart-builder</artifactId>
Expand All @@ -40,9 +40,10 @@
<takari.licenseHeader>https://raw.githubusercontent.com/takari/takari-pom/master/license-header-asl2.txt</takari.licenseHeader>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<mavenVersion>3.9.8</mavenVersion>
<mavenResolverVersion>1.9.21</mavenResolverVersion>
<pluginTestingVersion>3.0.3</pluginTestingVersion>
<mavenVersion>3.9.9</mavenVersion>
<mavenResolverVersion>1.9.22</mavenResolverVersion>
<pluginTestingVersion>3.0.4</pluginTestingVersion>
<takari.lifecycleVersion>2.1.7</takari.lifecycleVersion>
<takari.javaSourceVersion>1.8</takari.javaSourceVersion>
</properties>

Expand Down Expand Up @@ -95,7 +96,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.2.1-jre</version>
<version>33.3.0-jre</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 01a5245

Please sign in to comment.