Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/maven/org.apache.maven.plugin-t…
Browse files Browse the repository at this point in the history
…ools-maven-plugin-annotations-3.10.2
  • Loading branch information
caesar-ralf authored Feb 5, 2024
2 parents 499fb33 + b9ae294 commit 0c609a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
fetch-depth: 2
- name: Set up JDK ${{ matrix.java_version }}
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: ${{ matrix.java_version }}
Expand Down
4 changes: 2 additions & 2 deletions maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<packaging>maven-plugin</packaging>

<properties>
<maven.api.version>3.9.4</maven.api.version>
<maven.api.version>3.9.5</maven.api.version>
</properties>

<prerequisites>
Expand Down Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.1.2-jre</version>
<version>33.0.0-jre</version>
</dependency>

<!-- maven-plugin-annotations seems to be version differently than Maven API stuff -->
Expand Down

0 comments on commit 0c609a8

Please sign in to comment.