Skip to content

Commit

Permalink
Merge pull request #10 from maveniverse/parent-22
Browse files Browse the repository at this point in the history
Update parent, workflow, deps
  • Loading branch information
cstamas authored Dec 16, 2024
2 parents 1621c0d + d3ba1c4 commit 0ac1590
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:
name: Verify
uses: maveniverse/parent/.github/workflows/ci.yml@release-21
uses: maveniverse/parent/.github/workflows/ci.yml@release-22
with:
maven-matrix: '[ "3.8.8", "3.9.9" ]'
jdk-matrix: '[ "8", "21" ]'
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>eu.maveniverse.maven.parent</groupId>
<artifactId>parent</artifactId>
<version>21</version>
<version>22</version>
</parent>

<groupId>eu.maveniverse.maven.bom-builder</groupId>
Expand Down Expand Up @@ -66,7 +66,7 @@
<requireRuntimeMavenVersion.version>[3.8.8,)</requireRuntimeMavenVersion.version>

<version.maven>3.9.9</version.maven>
<version.mavenPluginPlugin>3.15.0</version.mavenPluginPlugin>
<version.mavenPluginPlugin>3.15.1</version.mavenPluginPlugin>
<version.slf4j>1.7.36</version.slf4j>
</properties>

Expand Down Expand Up @@ -114,12 +114,12 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.11.2</version>
<version>5.11.3</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.11.0</version>
<version>5.14.2</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 0ac1590

Please sign in to comment.