Skip to content

Commit

Permalink
chore(deps): upgrade dependencies/plugins 🛠️
Browse files Browse the repository at this point in the history
bump versions-maven-plugin from 2.12.0 to 2.13.0 (#33)
bump maven-install-plugin from 3.0.1 to 3.1.0 (#34)
bump versions-maven-plugin from 2.13.0 to 2.14.0 (#35)
bump versions-maven-plugin from 2.14.0 to 2.14.1 (#36)
bump versions-maven-plugin from 2.14.1 to 2.14.2 (#37)
bump maven-enforcer-plugin from 3.1.0 to 3.2.1 (#38)
bump maven-deploy-plugin from 3.0.0 to 3.1.0 (#39)
bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (#40)
bump versions-maven-plugin from 2.14.2 to 2.15.0 (#41)
bump maven-compiler-plugin from 3.10.1 to 3.11.0 (#42)
bump maven-surefire-plugin from 2.22.2 to 3.0.0 (#43)
bump maven-resources-plugin from 3.3.0 to 3.3.1 (#44)
bump maven-install-plugin from 3.1.0 to 3.1.1 (#45)
bump maven-deploy-plugin from 3.1.0 to 3.1.1 (#46)
bump maven-enforcer-plugin from 3.2.1 to 3.3.0 (#47)
bump maven-surefire-plugin from 3.0.0 to 3.1.0 (#48)
bump maven-source-plugin from 3.2.1 to 3.3.0 (#49)
bump versions-maven-plugin from 2.15.0 to 2.16.0 (#50)
bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#51)
bump maven-clean-plugin from 3.2.0 to 3.3.1 (#52)
bump maven-enforcer-plugin from 3.3.0 to 3.4.0 (#53)
bump maven-enforcer-plugin from 3.4.0 to 3.4.1 (#54)
bump maven-javadoc-plugin from 3.5.0 to 3.6.0 (#55)
bump org.codehaus.mojo:versions-maven-plugin from 2.16.0 to 2.16.1 (#56)
bump maven-surefire-plugin from 3.1.2 to 3.2.1 (#57)
bump maven-clean-plugin from 3.3.1 to 3.3.2 (#58)
bump maven-javadoc-plugin from 3.6.0 to 3.6.2 (#59)
bump maven-surefire-plugin from 3.2.1 to 3.2.2 (#60)
bump actions/checkout from 2 to 4 (#61)
bump org.codehaus.mojo:versions-maven-plugin from 2.16.1 to 2.16.2 (#62)
bump actions/setup-java from 3 to 4 (#63)
bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 (#64)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 (#65)
  • Loading branch information
dependabot[bot] authored and oldratlee committed Dec 15, 2023
1 parent b75d635 commit ce2ea9d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 14 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
# https://docs.github.com/en/actions/quickstart

name: CI
on: [ push, pull_request ]
on: [ push, pull_request, workflow_dispatch ]
jobs:
test:
runs-on: ${{ matrix.os }}
timeout-minutes: 10
strategy:
matrix:
os: [ ubuntu-latest ]
java: [ 8, 11, 17 ]
java: [ 8, 11, 17, 21 ]
fail-fast: false
max-parallel: 64
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}

steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: 'zulu'
Expand Down
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.11.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.1.0</version>
<version>3.4.1</version>
<executions>
<execution>
<id>enforce-maven</id>
Expand All @@ -90,7 +90,7 @@
-->
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.12.0</version>
<version>2.16.2</version>
<configuration>
<rulesUri>file://${maven.multiModuleProjectDirectory}/src/versions-rules.xml</rulesUri>
<generateBackupPoms>false</generateBackupPoms>
Expand All @@ -101,35 +101,35 @@
<plugins>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.2</version>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<version>3.3.0</version>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.4.1</version>
<version>3.6.3</version>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<version>3.2.3</version>
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.12.1</version>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
<version>3.0.1</version>
<version>3.1.1</version>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.1</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit ce2ea9d

Please sign in to comment.